summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r271504. A new patch to solve this issue will be made.hselasky2014-09-131-50/+10
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-131-10/+50
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andasomers2014-09-111-17/+5
* It is actually possible to have if_t a typedef to non-void type,glebius2014-08-311-88/+3
* o Remove struct if_data from struct ifnet. Now it is merely API structureglebius2014-08-311-5/+79
* net: move interface removal notification up in if_detach_internalroyger2014-08-161-5/+6
* Garbage collect couple of unused fields from struct ifaddr:glebius2014-07-291-13/+0
* Deprecate m_act. Use m_nextpkt always.kevlo2014-07-171-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-1/+0
* Revert r267961, r267973:gjb2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-1/+0
* Introduce a procedural interface to the ifnet structure. The newmarcel2014-06-021-4/+649
* Fix unintended KBI change from r264905. Add _fib versions ofasomers2014-05-291-4/+18
* Unify sa_equal() macro usage.melifaro2014-04-261-3/+0
* Fix subnet and default routes on different FIBs on the same subnet.asomers2014-04-241-5/+9
* Fix host and network routes for new interfaces when net.add_addr_allfibs=0asomers2014-04-241-4/+4
* For NFS mounts using rsize,wsize=65536 over TSO enabledrmacklem2014-04-171-1/+3
* In if_freemulti(), relax the paranoid KASSERT() on ifma->ifma_protospec.bms2014-04-101-2/+0
OpenPOWER on IntegriCloud