summaryrefslogtreecommitdiff
path: root/usr/src/cmd/dlmgmtd
AgeCommit message (Collapse)AuthorFilesLines
2019-08-28OS-7960 need fixes for NULL as a pointerJohn Levon1-1/+1
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Ryan Zezeski <rpz@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2019-08-16 [illumos-gate merge]Jerry Jelinek1-1/+1
commit d3b5f56344d8bfcdd6cfb82446af0e5e55ad9ebe 11528 Makefile.noget can get gone 11529 Use -Wno-maybe-initialized commit c4ccc1f9004b70b07e4cdb57641c38ab607306c9 11226 Remove NetraCT support commit dcfeff93f67a1188722a358e0fbfcd604993e573 11561 loader script needs to place .eh_frame after .text commit a8ffe4975d219124d53dcd9de30126f3a595d28f 11555 gptzfsboot: boot prompt is not refreshed on device change commit 79940ff6ac581ff9431c474dcfa18c78f1cb7a50 11556 ip_attr.c functions need to not dereference conn_ixa directly after lock drop commit fe949611d4f0a0f42a6923a31cd3073e5b2bc97c 10540 wsdiff much slower under python3 than python2 commit c1064fd7ce62fe763a4475e9988ffea3b22137de 11541 allocation_classes feature must be enabled to add log device Conflicts: usr/src/uts/sparc/Makefile.sparc usr/src/uts/intel/dev/Makefile usr/src/uts/i86pc/pcie/Makefile usr/src/cmd/zoneadmd/Makefile
2019-08-1611528 Makefile.noget can get goneJohn Levon1-1/+1
11529 Use -Wno-maybe-initialized Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2019-06-20OS-7520 OS-6778 broke IPv4 forwardingRyan Zezeski1-16/+2
OS-6878 mac_fix_cksum is incomplete OS-7806 cannot move link from NGZ to GZ Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2019-02-25 [illumos-gate merge]Jerry Jelinek1-1/+3
commit 6a1a5bb98a625f9f7115565ac77e5c4170a030cc 10133 smatch fixes for usr/src/cmd/fs.d commit 86fec011b9215dec3869eac1fc39dc1aa9307340 10414 loader: move libzfs to libstand and clean up Makefiles commit eef4f27b270242808b43b4b23bd161df52839361 8928 Want open source bnx commit 57aea9348dbfeb813b16956eec292357525e2f66 10429 loader: dereferencing type-punned pointer will break strict-aliasing rules commit 54bc10fe6ad8a64fc279dc5fba56eaafea7ec2c0 10421 bofi: cast between incompatible function types commit 4bf63a956d4991cc5b0ead02fdea0b65bad10e78 10428 loader: really fix cd9660 dirmatch commit f18d8787c0ba765f61b003e2aae78db90b48f833 7928 Add support for SMF_EXIT_NODAEMON Conflicts: usr/src/cmd/svc/startd/method.c usr/src/cmd/nscd/svc-nscd usr/src/cmd/dlmgmtd/svc-dlmgmtd exception_lists/cstyle
2019-02-227928 Add support for SMF_EXIT_NODAEMONJerry Jelinek1-4/+5
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-08-11OS-6278 ll_trans flag is lost on dlmgmtd restartRyan Zezeski1-0/+11
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-08-10OS-6274 links owned by NGZ erroneously marked as on loanRyan Zezeski2-7/+55
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-07-24Revert "8437 dlmgmt_setzoneid() doesn't enforce uniqueness"Dan McDonald1-2/+2
(Breaks non-SmartOS distros' zone halt.) This reverts commit b2519362c825a494fb6e93549e2e32a425011563.
2017-07-078437 dlmgmt_setzoneid() doesn't enforce uniquenessRyan Zezeski1-2/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@joyent.com>
2017-01-31OS-1457 dladm won't show or create vnicsRyan Zezeski1-3/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-01-30OS-5363 dlmgmtd forking with write locks results in deadlock chaosRyan Zezeski5-133/+49
OS-5919 remove zone lock file Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-03-06OS-3839 dlmgmtd clobbers its cachefile with excessive use of /native (fix lx)Robert Mustacchi1-1/+1
2015-03-06OS-3839 dlmgmtd clobbers its cachefile with excessive use of /nativeRobert Mustacchi1-5/+5
2014-11-03OS-3342 dlmgmtd needs to be mindful of lock orderingRobert Mustacchi4-30/+124
OS-2608 dlmgmtd needs to record zone identifiers OS-3492 zone_free asserts to its destruction when dlmgmtd has fallen OS-3494 zoneadmd tears down networking too soon when boot fails Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-05-08OS-3007 dlmgmtd needs to work with non-native zonesJerry Jelinek2-8/+33
2013-11-054290 dlmgmtd is careless with avl_findJoshua M. Clulow1-2/+3
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-10-31OS-2603 dlmgmtd is careless with avl_findJoshua M. Clulow1-2/+3
2012-11-07Illumos syncJohn Sonnenschein1-0/+3
2012-09-27OS-1572 Explicitly handle all possible enum values in switchesJoshua M. Clulow1-1/+3
Reviewed by: Robert Mustacchi <rm@joyent.com>
2012-05-10OS-1159 minimize zone footprintJerry Jelinek1-5/+4
2012-09-222933 compiler warning gags need better granularityRichard Lowe1-0/+3
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2011-11-08OS-722 add logging and lock breaking when dlmgmtd lock is held too longJerry Jelinek1-0/+5
2011-07-09OS-478 restore lint cleanlinessBryan Cantrill1-5/+5
2011-05-11OS-375 i_dls_mgmt_upcall()/dlmgmt_zfop() deadlock in dlmgmtdJerry Jelinek3-16/+58
2011-04-15OS-383 dladm rename-link doesn't update ↵Jerry Jelinek1-0/+4
/etc/svc/volatile/dladm/network-datalink-management:default.cache
2011-04-12OS-375 i_dls_mgmt_upcall()/dlmgmt_zfop() deadlock in dlmgmtdJerry Jelinek3-19/+23
OS-376 vnic_dev_create()/dlmgmt_table_lock()/vnic_dev_delete() deadlock OS-378 dlmgmt_zonehalt()/dlmgmt_upcall_getattr() deadlock
2011-04-01OS-328 dlmgmtd/mac_link_flow_add() deadlockJerry Jelinek1-3/+29
2011-03-23OS-327 dlmgmtd/zoneadmd interdependencies prevent dlmgmtd from startingJerry Jelinek1-5/+30
2011-03-02OS-249 extend dladm subcommands to have better support for zonesJerry Jelinek3-16/+43
2010-07-296936702 dlmgmtd restart in global zone leaves exclusive stack zones in down ↵Rishi Srivatsavai2-5/+28
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-146953249 memory leak in dlmgmtdCathy Zhou4-159/+255
6949971 dlmgmtd keeps consuming memory 6826131 dlmgmtd's parse_linkprops() suffers from memory mismanagement 6846855 vlan rcm support could use a code review
2010-03-126932760 dlmgmtd leaks contracts (fix lint)Darren Reed1-0/+1
2010-03-126932760 dlmgmtd leaks contractsDarren Reed1-3/+14
2010-02-25PSARC/2008/532 NWAM Phase 1Anurag S. Maskey2-5/+5
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
2010-01-18PSARC 2009/686 Improving the use and debugging of the basic privilege set.Casper H.S. Dik1-7/+11
PSARC/2009/685 Basic Network Privilege 6434380 Expanding the basic privilege set in order to restrict network access and IPC 6912229 Multiple applications mishandle privilege operations, particular they ignore the basic set 6915243 dladm mishandles basic privileges 6915244 in.tftpd mishandles privileges operations 6915250 NDMP mishandles basic privileges 6915257 smbd mishandles basic privileges 6915277 login audit mishandles basic privileges 6915284 su audit mishandles basic privileges 6915778 lpd-port mishandles basic privileges 6915782 zlogin mishandles basic privileges
2009-11-096890826 DLPI consumers using IP receive only broadcast messages1-2/+12
6888482 failure to initialize link props should not be ignored
2009-10-066887506 name constraints for implicit tunnel creation are too looseSebastien Roy1-2/+2
6887649 vnic disappears after bfu'ed to snv_125 6887742 panic in iptun_in_6to4_ok 6887755 assertion failed: ill->ill_phys_addr_length == ETHERADDRL, file: ../../common/in et/ip/ip_if.c
2009-09-22PSARC 2009/373 Clearview IP TunnelingSebastien Roy6-774/+1659
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-07-296864230 hiho, hiho, it'ch chtime for CH to gojmcp1-3/+1
Portions contributed by Rich Lowe
2009-07-286691666 link property persistence for wifi driversSowmini Varadhan1-4/+1
6851294 dladm reset-linkprop whines about read-only properties 6856864 auto-negotiation default values should not be hard-coded in libdladm
2009-05-206803804 softmac_serialize_enter()/exit() can be replaced using the mac perimeterCathy Zhou1-3/+1
6803642 dls_devnet_t reference leak in dls_devnet_setzid() 6807924 net-physical`net_reconfigure() emits errors on non-reconfig boots. 6822408 old-style autopush above network devices no longer works 6832151 memory leak for M_CTL messages sent down to the softmac
2009-03-196795822 dld.h and mac.h pollute user space code with kernel symbolsJames Carlson3-1/+4
2009-03-036808233 someone call a doctor, dlmgmt_upcall_destroy() in need of medical ↵Cathy Zhou2-14/+15
attention 6810978 dlmgmt_advance_dlconfid() is lost in the woods
2009-02-236808560 dlmgmtd can't restart after being killed -9Sebastien Roy1-1/+6
2009-02-056551032 ip_rcm performs erroneous IP interface configurationCathy Zhou1-4/+16
2008-12-266688428 dladm init-linkprop ignores private propertiesArtem Kachitchkine3-4/+87
2008-12-246745288 libdladm is executing open() of dld control device everywhereAnurag S. Maskey3-15/+31
2008-11-146757536 nwam in maintenance after boot, ifconfig core dump with large stackCathy Zhou1-1/+4
2008-09-166729436 dlmgmtd needlessly writes to datalink.confCathy Zhou1-7/+20
6740850 dlmgmt_post_sysevent failed when try to plumb 4000 vlan interfaces