summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r332997:brooks2018-05-031-25/+91
* MFC r331622:kib2018-04-251-0/+1
* MFC r332088:brooks2018-04-131-25/+67
* MFC r332151:brooks2018-04-091-1/+7
* MFC r332087:brooks2018-04-081-4/+3
* MFC r331797:brooks2018-04-081-3/+18
* MFC r331641, r331644, r332158brooks2018-04-081-10/+108
* Revert r330897:eadler2018-03-291-2/+0
* Partial merge of the SPDX changeseadler2018-03-141-0/+2
* MFC r325436: RTF_PINNED for an interfaceeugen2017-11-201-1/+1
* MFC 323170sephe2017-10-101-0/+2
* MFC r318160, 318176: Persistently store NIC's hardware MAC address, and addrpokala2017-05-171-0/+34
* MFC: 312687, 312916dexuan2017-02-221-0/+2
* revert the MFC r314085dexuan2017-02-221-2/+0
* MFC: 312687, 312688dexuan2017-02-221-0/+2
* MFC 311475sephe2017-02-211-2/+4
* MFC 307078sephe2016-10-191-1/+1
* Merge r303263:glebius2016-08-021-0/+13
* Several device drivers call if_alloc() and then do further checks andbz2016-06-291-0/+3
* After r302054 unloading an network interface driver on a kernelbz2016-06-221-1/+8
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-12/+94
* After tearing down the interface per-"domain" bits, set the data areabz2016-06-061-1/+3
* Similarly to r301505 protect the removal of the ifa from the if_addrheadbz2016-06-061-1/+4
* In if_purgeaddrs() we cannot hold the lock over the entire loopbz2016-06-061-0/+3
* In if_attachdomain1() there does not seem to be any reasonbz2016-05-281-2/+1
* Change net.link.log_promisc_mode_change to a read-only tunablen_hibma2016-05-251-1/+1
* Rather than having the if_vmove() code intermixed in the vnet_destroy()bz2016-05-181-0/+17
* Import the 'iflib' API library for network drivers. From the author:scottl2016-05-181-0/+13
* When handling SIOCSIFNAME ensure that the new interface name is NULtruckman2016-05-151-0/+5
* Allow silencing of 'promiscuous mode enabled/disabled' messages.n_hibma2016-05-121-4/+14
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-151-3/+3
* During if_vmove() we call if_detach_internal() which in turn calls the eventbz2016-04-111-0/+11
* Implement interface link header precomputation API.melifaro2015-12-311-0/+41
* If vnets are torn down while ifconfig runs an ioctl to say, destroy anbz2015-12-221-3/+17
* Revert r292275 & r292379smh2015-12-171-19/+5
* Fix lagg failover due to missing notificationssmh2015-12-151-5/+19
* Overhaul if_enc(4) and make it loadable in run-time.ae2015-11-251-0/+4
* Move iflladdr_event eventhandler invocation to if_setlladdr.melifaro2015-11-141-2/+1
* Use lladdr_event to propagate gratiotus arp.melifaro2015-11-091-11/+2
* Fix lladdr change propagation for on vlans on top of it.melifaro2015-11-011-1/+3
* Unify loopback route switching:melifaro2015-09-161-49/+26
* Constantify lookup key in ifa_ifwith* functions.melifaro2015-09-051-17/+17
* MFP r274295:melifaro2015-08-081-63/+2
* Prevent null-pointer dereferencing.zec2015-07-201-3/+4
* Fix endless recursion in sys/net/if.c's drbr_inuse_drv(), found by clangdim2015-06-231-1/+1
* ifmedia changes:erj2015-04-071-0/+1
* Add if_input_default() method, that will be used for if_inputae2015-03-121-0/+10
* Fix group membership of cloned interfaces when one is moved byhrs2015-03-021-8/+26
* Finish r274175: do control plane MTU tracking.melifaro2014-11-171-0/+1
OpenPOWER on IntegriCloud