summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* Persistently store NIC's hardware MAC address, and add a way to retrive itrpokala2017-05-111-0/+34
* Fix a bug where existing CARP alias addresses cannot be changed.Luiz Otavio O Souza2016-12-201-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
* Fix some minor TSO issues:hselasky2014-11-111-7/+0
* Use standard mtx(9), rwlock(9), sx(9) system initialization macrosglebius2014-11-091-12/+2
* ifindex_alloc_locked() never fails and doesn't have no-lock version,glebius2014-11-081-16/+5
* Remove struct arpcom. It is unused by most interface types, that allocateglebius2014-11-071-1/+1
* Remove useless structure ifindex_entry.glebius2014-11-071-12/+8
* Make checks for rt_mtu generic:melifaro2014-11-061-2/+13
* Move if_get_counter initialization from if_attach into if_alloc.ae2014-10-231-6/+2
* Finally, convert counters in struct ifnet to counter(9).glebius2014-09-281-71/+18
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-221-6/+80
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inglebius2014-09-191-1/+1
* Remove a bunch of methods that are superseded by if_inc_counter().glebius2014-09-181-127/+0
* While not too late rename 'ifnet_counter' to 'ift_counter'. One of theglebius2014-09-181-2/+2
* Add a function to set if_get_counter method for an ifnet. To be usedglebius2014-09-181-0/+7
* While not too late rename if_get_counter_compat() to if_get_counter_default().glebius2014-09-181-2/+2
* Add if_inc_counter(), a generic method to update ifnet(9) counterglebius2014-09-181-0/+50
OpenPOWER on IntegriCloud