summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdladm
AgeCommit message (Collapse)AuthorFilesLines
2014-07-21 [illumos-gate merge]Keith M Wesolowski1-13/+15
commit 7ab4e62e3b5c454f248a38bec0d489e8f5543324 3346 svc-hostid uses perl stupidly commit 95c635efb7c3b86efc493e0447eaec7aecca3f0f 5025 import and use mandoc commit 81d43577d1b5e76e6016ba642ecc1a76fde43021 5004 load average should be virtualized for zones commit 944b13ecd074fe0d43ed6f80c816ca862c3cd6eb 4956 zonecfg won't use a valid pager commit e03914f9208eb53e6c8a6d5a436953ad983642b0 4696 allowed-ips should let you specify prefixes commit 31c6d826a7f7a4ee7d83c8e99f25d82a4a248076 4922 all calloc() implementations should check for overflow commit d9c5840bd764434fd93f85a52eb4cbc24bff03da 4959 completely discarded merged string sections will corrupt output objects commit 2e4c998613148111f2fc5371085331ffb39122ff 4976 zfs should only avoid writing to a failing non-redundant top-level vdev 4977 mdb error in ::spa_space from space_cb() if a metaslab's ms_sm is NULL 4978 ztest fails in get_metaslab_refcount() 4979 extend free space histogram to device and pool 4980 metaslabs should have a fragmentation metric 4981 remove fragmented ops vector from block allocator 4982 space_map object should proactively upgrade when feature is enabled 4983 need to collect metaslab information via mdb 4984 device selection should use fragmentation metric commit 1a41ca239310955ae95b2569b707432432a58580 5013 add support for multiple mac addresses per client commit 680047a5d0ef56480110f0de516145ba0efd5caa 474 tcp_strong_iss should be 2 instead of 1 (missing file) commit 6400a6be1817a40f3dbefdd3df7b7d87bcebef30 474 tcp_strong_iss should be 2 instead of 1 commit dcb12fb726d8dd4ff80ea255dc3f53b5692c75e5 5014 etherstubs confuse min mtu with min sdu commit c9030f6c93613fe30ee0c16f92b96da7816ac052 5008 lock contention (rrw_exit) while running a read only load Conflicts: usr/src/uts/common/sys/zone.h usr/src/uts/common/sys/vnic_impl.h usr/src/uts/common/sys/mac.h usr/src/uts/common/os/zone.c usr/src/uts/common/io/vnic/vnic_dev.c usr/src/uts/common/io/mac/mac_protect.c usr/src/uts/common/io/mac/mac_client.c usr/src/tools/scripts/git-pbchk.py usr/src/tools/onbld/hgext/cdm.py usr/src/test/util-tests/tests/Makefile usr/src/pkg/manifests/developer-build-onbld.mf usr/src/man/man5/Makefile usr/src/lib/libdladm/common/linkprop.c usr/src/cmd/zonecfg/zonecfg.c usr/src/cmd/Makefile usr/src/man/man1/column.1 usr/src/man/man1/crontab.1 usr/src/man/man1m/dladm.1m usr/src/man/man1m/flowadm.1m usr/src/man/man1m/snoop.1m usr/src/man/man1m/vfsstat.1m usr/src/man/man1m/vndadm.1m usr/src/man/man1m/zfs.1m usr/src/man/man1m/zonecfg.1m usr/src/man/man1m/zpool.1m usr/src/man/man3c/epoll_create.3c usr/src/man/man3c/epoll_ctl.3c usr/src/man/man3c/epoll_wait.3c usr/src/man/man3lib/libvnd.3lib usr/src/man/man3vnd/vnd_frameio_read.3vnd usr/src/man/man3vnd/vnd_prop_get.3vnd usr/src/man/man3vnd/vnd_prop_iter.3vnd usr/src/man/man3vnd/vnd_walk.3vnd usr/src/man/man5/epoll.5 usr/src/man/man7d/vnd.7d usr/src/man/man7fs/bootfs.7fs usr/src/man/man7fs/lxproc.7fs Manifests: usr/src/pkg/manifests/text-doctools.mf usr/src/pkg/manifests/system-man.mf
2014-07-204696 allowed-ips should let you specify prefixesRobert Mustacchi1-0/+70
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2014-07-195013 add support for multiple mac addresses per clientJerry Jelinek1-5/+122
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2014-07-03 [illumos-gate merge]Keith M Wesolowski1-1/+1
commit e9f82d69e04fa1b2246da55152ef2e746284078d 4948 mdb does not print enums correctly in a pipeline commit a97d4a16317db7306cf947e1fccba57d895df625 4894 svcadm returns unexpected exit codes for restart/refresh when EPERM commit 094fb5ac4320eb03177ab15962c69564b1d75733 4952 dladm_range2strs iterates too far
2014-07-024952 dladm_range2strs iterates too farRobert Mustacchi1-1/+1
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Garrett D'Amore <garrett@damore.org>
2014-05-29OS-3053 VNICs should support a variable MTU20140529release-20140529Robert Mustacchi3-2/+8
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Rob Gulewich <robert.gulewich@joyent.com>
2014-05-14OS-2993 Need IPv6 antispoof prefixesRobert Mustacchi1-43/+42
2013-09-30OS-2495 add support for multiple mac addresses per clientJerry Jelinek1-6/+123
2013-08-20OS-1535 allowed-ips should let you specify prefixesJerry Jelinek1-1/+69
2012-11-07Illumos syncJohn Sonnenschein1-0/+4
2012-05-29OS-1155 allow vnics to be unfiltered in promiscuous modeRobert Mustacchi1-3/+65
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>
2012-09-222933 compiler warning gags need better granularityRichard Lowe1-0/+4
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2011-12-15[OS-714] Illumos mergeJohn Sonnenschein1-5/+5
2011-07-09OS-478 restore lint cleanlinessBryan Cantrill1-1/+0
2011-11-241785 Sundry MisspellingsBart Coddens1-5/+5
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-05-10OS-406 dlmgmtd deadlock when shutting down large numbers of zonesJerry Jelinek3-3/+22
2011-03-02OS-249 extend dladm subcommands to have better support for zonesJerry Jelinek5-20/+56
2010-07-296936702 dlmgmtd restart in global zone leaves exclusive stack zones in down ↵Rishi Srivatsavai1-2/+15
state 6942573 stale dlmgmtd door handle may result in unusable networking features 6938483 NWAM should not ignore VNICs in non-global zones 6931751 DATALINK_CLASS_IPTUN should be 0x80 not 0x60 6939454 dladm show_linkprop -p <private property> truncates DEFAULT value by one character 6928716 dladm delete-secobj passing uninitialized memory 6896251 dladm show-linkprop -P always exits with 1
2010-07-166943998 Allow GLDv3 drivers to advertise multiple ranges of MTUsPrakash Jalan1-6/+11
6952270 aggr driver should support multiple MTU ranges
2010-07-146953249 memory leak in dlmgmtdCathy Zhou13-164/+283
6949971 dlmgmtd keeps consuming memory 6826131 dlmgmtd's parse_linkprops() suffers from memory mismanagement 6846855 vlan rcm support could use a code review
2010-07-01PSARC 2010/166 layer-3 net properties for exclusive-IP zonesSowmini Varadhan1-3/+13
6944327 need to support address and defrouter resources for exclusive-IP zones
2010-06-30PSARC/2010/240 Allow ranges for the 'cpus' datalink propertyMichael Lim4-70/+384
6822164 dladm set-linkprop for integers should be able to accept ranges
2010-06-246916796 OSnet mapfiles should use version 2 link-editor syntaxAli Bahrami1-1/+3
--HG-- rename : usr/src/cmd/sgs/libelf/common/mapfile-common => usr/src/cmd/sgs/libelf/common/mapfile-vers rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-bindings => usr/src/cmd/sgs/link_audit/common/mapfile-vers-bindings rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-perfcnt => usr/src/cmd/sgs/link_audit/common/mapfile-vers-perfcnt rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-symbindrep => usr/src/cmd/sgs/link_audit/common/mapfile-vers-symbindrep rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-truss => usr/src/cmd/sgs/link_audit/common/mapfile-vers-truss rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-who => usr/src/cmd/sgs/link_audit/common/mapfile-vers-who rename : usr/src/common/mapfiles/i386/map.noexdata => usr/src/common/mapfiles/common/map.noexdata rename : usr/src/lib/libaio/sparc/mapfile-vers => usr/src/lib/libaio/common/mapfile-vers rename : usr/src/lib/libelfsign/common/mapfile.map => usr/src/lib/libelfsign/common/mapfile-vers rename : usr/src/lib/libpthread/sparc/mapfile-vers => usr/src/lib/libpthread/common/mapfile-vers rename : usr/src/lib/librt/amd64/mapfile-vers => usr/src/lib/librt/common/mapfile-vers rename : usr/src/lib/libsys/sparc/mapfile-vers => usr/src/lib/libsys/common/mapfile-vers rename : usr/src/lib/libthread/sparc/mapfile-vers => usr/src/lib/libthread/common/mapfile-vers
2010-05-066925863 VNICs incorrectly advertise MAC_CAPAB_NO_NATIVEVLAN which disables ↵Cathy Zhou1-1/+1
hardware checksum over VLAN 6931069 vrid and vraf should be on DLADM_ATTR_NAMES list
2010-05-046940640 flowadm minimum maxbw error message is not self consistentMichael Lim3-4/+17
6940643 flowadm doesn't give a useful error message if a port is specified without a transport
2010-05-046948290 Minor realignment of IB partition codeRajkumar Sivaprakasam3-54/+29
--HG-- rename : usr/src/uts/common/io/ib/ibtl/ibtl_misc.c => usr/src/uts/common/io/ib/ibtl/ibtl_part.c
2010-04-14PSARC 2010/085 IPoIB Administration EnhancementRamaswamy Tummala11-21/+935
6837574 IPoIB Administration Enhancement - PSARC 2010/085 6864899 IB datalink names need to be consistent between cluster controllers 6855737 cfgadm status for ibd attachment points gets to inconsistent state 6883212 ibd: add Brussels framework support 6927048 IBD driver should be hardened to handle late HCA port initialization issue 6827237 Fix warlock errors in ibnex --HG-- rename : usr/src/uts/common/io/ib/clients/ibd/ibd.conf => usr/src/uts/common/io/ib/clients/ibd/ibp.conf rename : usr/src/uts/intel/ibd/Makefile => usr/src/uts/intel/ibp/Makefile rename : usr/src/uts/sparc/ibd/Makefile => usr/src/uts/sparc/ibp/Makefile
2010-04-016932656 "dladm set-linkprop -p cpus" can't take more than 32 CPUsRajagopal Kunhappan1-3/+2
2010-03-09PSARC/2009/364 dlstat and flowstatVenugopal Iyer18-701/+3969
PSARC/2009/436 Anti-spoofing Link Protection PSARC/2009/448 pool dladm link property PSARC/2009/501 Dynamic Ring Grouping on NICs PSARC/2009/638 Public GLDv3 Interfaces PSARC/2010/074 Crossbow resource usage updates 6838175 mac_tx should be able to send out a packet without a configured address 6806552 single MAC default TX ring doesn't scale 6809686 back-to-back LACP not recovering after removing one of the aggregated ports 6902209 setting maxbw to zero requires an intermediate reset-linkprop to take effect 6855972 Bind interrupts to the same CPU as poll thread using new interrupt APIs 6863945 aggr pseudo Tx rings 6796839 allow CPU pools to be associated with data-links 6526471 data-links assigned to an exclusive zone should seamlessly be bound the zone's CPUs 6802595 Per links stats can use some improvement 6889685 Crossbow should provide control over provision of h/w rings to MAC clients. 6708310 ixgbe needs to support VMDq 6869019 ixgbe should support IRM (Interrupt Resource Management framework) 6902266 vnet should support entry point for per ring stat querying 6926790 Integrate Link Protection Phase II 6930358 Make the core set of GLDv3 driver APIs committed 6901419 dladm create-aggr -u incorrectly rejects some valid ethernet addresses 6717042 should support "cpus" link properties for aggregations 6908184 bge_set_priv_prop() and bge_get_priv_prop() can't agree on the set of private properties 6907617 bge_m_getprop() shouldn't return default values for read-only properties 6900833 unused code in vnic_impl.h can be removed
2010-02-25PSARC/2008/532 NWAM Phase 1Anurag S. Maskey3-13/+18
PSARC/2009/577 Network Auto-Magic (NWAM) Phase 1 Updates PSARC/2010/049 Network Auto-Magic (NWAM) Phase 1 Updates part 2 4087814 User friendly utility wanted for network config, able to add network interfaces. 6509720 support configuration using DHCP "inform" and static IP address 6553627 network/physical:default and network/physical:nwam should be mutually-exclusive (perhaps a property) 6609581 nwam does not start the dns/client service after configuring the network 6664072 nwam profiles should include name service configuration properties 6723947 setting static MAC address should be possible 6794043 NWAM needs more complete profile support 6914190 Support for unmanaged network interfaces in NWAM - hands off 6921971 nwamd fails to run teardown/net-svc after suspend/resume --HG-- rename : usr/src/cmd/cmd-inet/lib/nwamd/interface.c => usr/src/cmd/cmd-inet/lib/nwamd/ncu_ip.c rename : usr/src/cmd/cmd-inet/lib/nwamd/wireless.c => usr/src/cmd/cmd-inet/lib/nwamd/ncu_phys.c rename : usr/src/cmd/cmd-inet/lib/nwamd/events.c => usr/src/cmd/cmd-inet/lib/nwamd/routing_events.c rename : usr/src/cmd/cmd-inet/lib/nwamd/functions.h => usr/src/cmd/cmd-inet/lib/nwamd/util.h
2009-11-17PSARC/2008/693 VRRPCathy Zhou4-40/+136
PSARC/2009/388 VRRP Update 6288572 RFE: VRRP implementation desired for Solaris
2009-11-096890826 DLPI consumers using IP receive only broadcast messages1-6/+10
6888482 failure to initialize link props should not be ignored
2009-11-096674410 dladm_walk_datalink_id() and dladm_walk() can spuriously return failureCathy Zhou1-1/+4
2009-10-07PSARC/2009/436 Anti-spoofing Link ProtectionEric Cheng8-64/+351
PSARC/2009/488 flowadm(1m) remote_port flow attribute 6884729 Integrate Link Protection Phase I 6882391 Offer flowadm -a remote_port
2009-09-22PSARC 2009/373 Clearview IP TunnelingSebastien Roy18-200/+958
PSARC 2009/410 Datalink Administration from Non-Global Zones 6858533 Clearview IP Tunneling 4861777 *snoop* cannot snoop on tunnel interfaces 5010680 M_IOCTL interface between ip and tun is horribly wrong 5029727 tun prints bogus debug messages when receiving multicast packets on 6to4 tunnels 6835873 dlpi_walk() silently fails in an exclusive zone 4152864 must not allow two tunnels to have the same tsrc/tdst pair 6855902 link and flow kstats are too promiscuous 6218826 need to be able to tunnel into a zone 4505468 network interface names can confuse, lie, and deceive 4524756 tun_wproc() takes up too much stack 6417373 tun_wproc_mdata assertion failures 4627970 scalability problems with IP in IP tunnels 4674797 ifparse_ifspec() will not correctly parse ipv6 tunnels 6509231 dladm should show links in exclusive stack zone 4793233 tun driver should include addr in DL_PHYS_ADDR_ACK for non-zero lengths 6795831 ZONE_*_DATALINK syscalls should take datalink_id_t as argument 6791472 mac module doesn't allow MAC addresses < 6 bytes 6618091 Race condition trips ASSERT() in tun.c's SIOCSLIFNAME path 6837580 bogus mi_active check in mac_set_mtu() 6868083 libinetutil: ofmt_open()'s template argument should be const 6870313 libdladm: needless dladm_init_linkprop() in i_dladm_aggr_up() 6872221 panic in dls_devnet_close() if "mtu" property is being set 4289774 Change to the interface-id does not change IPv6 link-local address 6873561 unable to create links with 31 character link names 6874666 changing a link property can accidentally destroy it 6874682 removing a link attribute corrupts the attribute list 6875167 IPCL_ISV6 conn flag is set but never used 6881764 itp reference leak in ipsec_construct_inverse_acquire() 6881951 dladm delete-vlan can no longer delete persistent-only VLANs --HG-- rename : usr/src/uts/common/inet/tun.h => usr/src/uts/common/inet/iptun.h rename : usr/src/uts/common/inet/ip/tun.c => usr/src/uts/common/inet/iptun/iptun.c rename : usr/src/uts/intel/tun/Makefile => usr/src/uts/intel/iptun/Makefile rename : usr/src/uts/sparc/tun/Makefile => usr/src/uts/sparc/iptun/Makefile
2009-09-146881494 Move SUNWdladmint files to existing packages for SFW TRILL buildRishi Srivatsavai1-0/+1
2009-09-10PSARC 2007/596 RBridges: Routing BridgesRishi Srivatsavai14-42/+2318
PSARC 2008/055 Solaris Bridging PSARC 2009/344 Bridging Updates 6223953 Solaris should provide layer 2 bridging 6770623 bogus error messages generated by dladm should be cleaned up
2009-08-066814606 Solaris gldv3/wifi needs to support 802.11nQuaker Fang2-5/+14
6814289 iwh needs to support 802.11n
2009-07-286691666 link property persistence for wifi driversSowmini Varadhan1-107/+2
6851294 dladm reset-linkprop whines about read-only properties 6856864 auto-negotiation default values should not be hard-coded in libdladm
2009-06-08PSARC 2009/200 Solaris SimnetRishi Srivatsavai10-102/+661
6827930 Simulated network driver
2009-05-216455139 Change default permissions for /etc/inet config files from 444 to 644Rishi Srivatsavai1-4/+11
6688759 dladm set-linkprop results in 2 setprop ioctls being sent to the driver. 6703160 bizarre dladm output for removed physical device
2009-05-076834698 IPv6 point-to-point ipifs can no longer share source addressesSowmini Varadhan1-5/+5
6834157 libdladm leaks memory in dladm_get_single_mac_stat()
2009-04-30PSARC/2009/235 dladm Possible Values ListGirish Moodalbail1-4/+98
6680929 dladm should print POSSIBLE values for properties like mtu by contacting the driver. 6824511 check the MTU value that can be set on an etherstub
2009-04-24PSARC 2009/206 10G link propertieslucy wang - Sun Microsystems - Beijing China1-0/+14
6830888 GLDv3 should provide more link properties for 10Gb Ethernet drivers 6818198 Identical assembly functions should be unified in one .il file Contributed by Paul Durrant (pdurrant@solarflare.com)
2009-04-226813914 dladm show-link -S takes two attempts to work properly with multiple ↵Michael Lim3-50/+86
links 6783181 dladm show-vnic -P doesn't show vnic which is deleted temporarily 6818163 some stop symbol(EOF) is missing in the output of cmd "flowadm show-flow -s -i 1"
2009-03-306658066 dladm show-aggr -s -i 1 outputs incorrect valuePrakash Jalan1-7/+10
6797838 counters in the output of dladm show-aggr -s -i <interval> increases monotonically 6799340 typo in print_aggr_stats_callback() gives wrong stats 6799349 stats by 'dladm show-aggr -s -i <intvl>' overshoot the columns when a new link is added to the aggr
2009-03-196795822 dld.h and mac.h pollute user space code with kernel symbolsJames Carlson7-2/+9
2009-03-166783161 dladm cpus property not working when specified at same time as VNIC ↵Michael Lim6-6/+32
creation 6814098 The invalid cmds "flowadm show-flow/dladm show-link -s -i -2" would flush the terminal 6799927 dladm show-linkprop show cpus=1 when creating vnics with cpus=0 6796069 dladm set-linkprop for multiple props succeeds even if some values are invalid 6784050 val_cntp is not correctly initialized for DLADM_PROP_VAL_PERM output.
2009-03-026809684 dladm create-vnic accepts invalid VLAN IDMichael Lim2-2/+2
6797209 Coredump when calling "dladm set-linkprop -p autopush" with 9 modules. 6800512 on sparc, the field "%Util" of dladm show-link -S always equals 0 although the traffic is very heavy
2009-02-20PSARC 2009/069 802.1Q tag mode link propertySebastien Roy1-2/+48
6797256 need link property to control 802.1Q priority tagging