aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if.c
Commit message (Expand)AuthorAgeFilesLines
* Fix group membership of cloned interfaces when one is moved byHiroki Sato2015-03-021-8/+26
* Finish r274175: do control plane MTU tracking.Alexander V. Chernikov2014-11-171-0/+1
* Fix some minor TSO issues:Hans Petter Selasky2014-11-111-7/+0
* Use standard mtx(9), rwlock(9), sx(9) system initialization macrosGleb Smirnoff2014-11-091-12/+2
* ifindex_alloc_locked() never fails and doesn't have no-lock version,Gleb Smirnoff2014-11-081-16/+5
* Remove struct arpcom. It is unused by most interface types, that allocateGleb Smirnoff2014-11-071-1/+1
* Remove useless structure ifindex_entry.Gleb Smirnoff2014-11-071-12/+8
* Make checks for rt_mtu generic:Alexander V. Chernikov2014-11-061-2/+13
* Move if_get_counter initialization from if_attach into if_alloc.Andrey V. Elsukov2014-10-231-6/+2
* Finally, convert counters in struct ifnet to counter(9).Gleb Smirnoff2014-09-281-71/+18
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-221-6/+80
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-191-1/+1
* Remove a bunch of methods that are superseded by if_inc_counter().Gleb Smirnoff2014-09-181-127/+0
* While not too late rename 'ifnet_counter' to 'ift_counter'. One of theGleb Smirnoff2014-09-181-2/+2
* Add a function to set if_get_counter method for an ifnet. To be usedGleb Smirnoff2014-09-181-0/+7
* While not too late rename if_get_counter_compat() to if_get_counter_default().Gleb Smirnoff2014-09-181-2/+2
* Add if_inc_counter(), a generic method to update ifnet(9) counterGleb Smirnoff2014-09-181-0/+50
* Revert r271504. A new patch to solve this issue will be made.Hans Petter Selasky2014-09-131-50/+10
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-131-10/+50
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andAlan Somers2014-09-111-17/+5
* It is actually possible to have if_t a typedef to non-void type,Gleb Smirnoff2014-08-311-88/+3
* o Remove struct if_data from struct ifnet. Now it is merely API structureGleb Smirnoff2014-08-311-5/+79
* net: move interface removal notification up in if_detach_internalRoger Pau Monné2014-08-161-5/+6
* Garbage collect couple of unused fields from struct ifaddr:Gleb Smirnoff2014-07-291-13/+0
* Deprecate m_act. Use m_nextpkt always.Kevin Lo2014-07-171-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+0
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-021-4/+649
* Fix unintended KBI change from r264905. Add _fib versions ofAlan Somers2014-05-291-4/+18
* Unify sa_equal() macro usage.Alexander V. Chernikov2014-04-261-3/+0
* Fix subnet and default routes on different FIBs on the same subnet.Alan Somers2014-04-241-5/+9
* Fix host and network routes for new interfaces when net.add_addr_allfibs=0Alan Somers2014-04-241-4/+4
* For NFS mounts using rsize,wsize=65536 over TSO enabledRick Macklem2014-04-171-1/+3
* In if_freemulti(), relax the paranoid KASSERT() on ifma->ifma_protospec.Bruce M Simpson2014-04-101-2/+0
* Simplify filling sockaddr_dl structure for if_resolvemulti()Alexander V. Chernikov2014-01-181-6/+45
* Remove dead code.Alexander V. Chernikov2014-01-071-2/+0
* Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.Alexander V. Chernikov2014-01-071-4/+0
* Remove never used ioctls that originate from KAME. The proofGleb Smirnoff2013-11-111-2/+0
* Axe IFF_SMART. Fortunately this layering violating flag was never used,Gleb Smirnoff2013-11-051-3/+1
* Drop support for historic ioctls and also undefine them, so that codeGleb Smirnoff2013-11-051-72/+2
* In complemence to ifa_add_loopback_route() and ifa_del_loopback_route()Gleb Smirnoff2013-11-051-0/+19
* - Utilize counter(9) to accumulate statistics on interface addresses. AddGleb Smirnoff2013-10-151-1/+23
* Remove ifa_mtx. It was used only in one place in kernel, and ifnet'sGleb Smirnoff2013-10-151-4/+2
* Remove ifa_init() and provide ifa_alloc() that will allocate and setupGleb Smirnoff2013-10-151-4/+13
* Fix the length calculation for the final block of a sendfile(2)Dag-Erling Smørgrav2013-09-101-2/+16
* PR: 168520 170096Craig Rodrigues2013-07-151-3/+6
* Fix build with both INET and INET6 disabled.John Baldwin2013-06-041-0/+2
* Allow drivers to specify a maximum TSO length in bytes if they areAndre Oppermann2013-06-031-6/+13
* Back out r249318, r249320 and r249327 due to a heisenbug mostAndre Oppermann2013-05-061-1/+1