aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_var.h
Commit message (Expand)AuthorAgeFilesLines
* Add the folowing set accessor functions for recently-added members of ifnetStephen J. Kiernan2017-01-311-0/+6
* ifnet: move the new ifnet_event EVENTHANDLER_DECLARE to net/if_var.hDexuan Cui2017-01-281-0/+5
* Implement kernel support for hardware rate limited sockets.Hans Petter Selasky2017-01-181-2/+52
* Fix typo in comment.Kevin Lo2016-10-191-1/+1
* Remove an alias if_list, use if_link consistently.Kevin Lo2016-10-061-1/+0
* Remove the compatibility macro if_addrlist.Kevin Lo2016-09-291-1/+0
* Remove ifa_list, use ifa_link (structure field) instead.Kevin Lo2016-09-281-3/+0
* Remove a comment about the size of the ifnet structure.Kevin Lo2016-09-271-3/+0
* Add spares to struct ifnet and socket for packet pacing and/or generalNavdeep Parhar2016-06-231-0/+2
* Rather than having the if_vmove() code intermixed in the vnet_destroy()Bjoern A. Zeeb2016-05-181-1/+0
* Import the 'iflib' API library for network drivers. From the author:Scott Long2016-05-181-0/+1
* Implement interface link header precomputation API.Alexander V. Chernikov2015-12-311-0/+44
* Revert r292275 & r292379Steven Hartland2015-12-171-1/+0
* Fix lagg failover due to missing notificationsSteven Hartland2015-12-151-0/+1
* Overhaul if_enc(4) and make it loadable in run-time.Andrey V. Elsukov2015-11-251-0/+8
* Unify loopback route switching:Alexander V. Chernikov2015-09-161-1/+1
* Update TSO limits to include all headers.Hans Petter Selasky2015-09-141-5/+6
* Constantify lookup key in ifa_ifwith* functions.Alexander V. Chernikov2015-09-051-8/+9
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-161-1/+1
* Hide struct ifmultiaddr under _KERNEL, too.Gleb Smirnoff2015-02-271-3/+0
* Now that all users of _WANT_IFADDR are fixed, remove this crutch andGleb Smirnoff2015-02-191-8/+2
* Fix some minor TSO issues:Hans Petter Selasky2014-11-111-7/+15
* Use standard mtx(9), rwlock(9), sx(9) system initialization macrosGleb Smirnoff2014-11-091-5/+0
* Make checks for rt_mtu generic:Alexander V. Chernikov2014-11-061-0/+1
* Clarify TSO segment limit comment and remove two TABs to make lines aHans Petter Selasky2014-11-031-3/+6
* Move the unconditional #include of net/ifq.h to the very end of file.Bjoern A. Zeeb2014-09-281-2/+3
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]Gleb Smirnoff2014-09-281-0/+8
* Finally, convert counters in struct ifnet to counter(9).Gleb Smirnoff2014-09-281-18/+5
* Use underlying ports counters to get lagg statistics instead ofAlexander V. Chernikov2014-09-271-0/+1
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-221-4/+19
* Remove a bunch of methods that are superseded by if_inc_counter().Gleb Smirnoff2014-09-181-21/+0
* While not too late rename 'ifnet_counter' to 'ift_counter'. One of theGleb Smirnoff2014-09-181-4/+4
* Add a function to set if_get_counter method for an ifnet. To be usedGleb Smirnoff2014-09-181-0/+1
* While not too late rename if_get_counter_compat() to if_get_counter_default().Gleb Smirnoff2014-09-181-1/+1
* Add if_inc_counter(), a generic method to update ifnet(9) counterGleb Smirnoff2014-09-181-0/+1
* Revert r271504. A new patch to solve this issue will be made.Hans Petter Selasky2014-09-131-42/+2
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-131-2/+42
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andAlan Somers2014-09-111-7/+4
* Toss fields so that no padding field is required to achieve alignment.Gleb Smirnoff2014-08-311-2/+1
* It is actually possible to have if_t a typedef to non-void type,Gleb Smirnoff2014-08-311-31/+9
* Provide pointer from struct ifnet to struct netmap_adapter,Gleb Smirnoff2014-08-311-0/+2
* o Remove struct if_data from struct ifnet. Now it is merely API structureGleb Smirnoff2014-08-311-35/+53
* Garbage collect couple of unused fields from struct ifaddr:Gleb Smirnoff2014-07-291-3/+0
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-021-12/+122
* Fix unintended KBI change from r264905. Add _fib versions ofAlan Somers2014-05-291-2/+4
* Fix subnet and default routes on different FIBs on the same subnet.Alan Somers2014-04-241-2/+2
* Fix host and network routes for new interfaces when net.add_addr_allfibs=0Alan Somers2014-04-241-1/+1
* Add a shorter alias for if_data.ifi_oqdrops.Navdeep Parhar2014-03-201-0/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-13/+0
* In complemence to ifa_add_loopback_route() and ifa_del_loopback_route()Gleb Smirnoff2013-11-051-0/+1