summaryrefslogtreecommitdiffstats
path: root/sys/net/if_var.h
Commit message (Expand)AuthorAgeFilesLines
* Persistently store NIC's hardware MAC address, and add a way to retrive itrpokala2017-05-191-2/+2
* Persistently store NIC's hardware MAC address, and add a way to retrive itrpokala2017-05-111-0/+2
* Add spares to struct ifnet and socket for packet pacing and/or generalnp2016-06-231-0/+2
* Rather than having the if_vmove() code intermixed in the vnet_destroy()bz2016-05-181-1/+0
* Import the 'iflib' API library for network drivers. From the author:scottl2016-05-181-0/+1
* Implement interface link header precomputation API.melifaro2015-12-311-0/+44
* Revert r292275 & r292379smh2015-12-171-1/+0
* Fix lagg failover due to missing notificationssmh2015-12-151-0/+1
* Overhaul if_enc(4) and make it loadable in run-time.ae2015-11-251-0/+8
* Unify loopback route switching:melifaro2015-09-161-1/+1
* Update TSO limits to include all headers.hselasky2015-09-141-5/+6
* Constantify lookup key in ifa_ifwith* functions.melifaro2015-09-051-8/+9
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsglebius2015-04-161-1/+1
* Hide struct ifmultiaddr under _KERNEL, too.glebius2015-02-271-3/+0
* Now that all users of _WANT_IFADDR are fixed, remove this crutch andglebius2015-02-191-8/+2
* Fix some minor TSO issues:hselasky2014-11-111-7/+15
* Use standard mtx(9), rwlock(9), sx(9) system initialization macrosglebius2014-11-091-5/+0
* Make checks for rt_mtu generic:melifaro2014-11-061-0/+1
* Clarify TSO segment limit comment and remove two TABs to make lines ahselasky2014-11-031-3/+6
* Move the unconditional #include of net/ifq.h to the very end of file.bz2014-09-281-2/+3
* - Remove empty wrappers ether_poll_[de]register_drv(). [1]glebius2014-09-281-0/+8
* Finally, convert counters in struct ifnet to counter(9).glebius2014-09-281-18/+5
* Use underlying ports counters to get lagg statistics instead ofmelifaro2014-09-271-0/+1
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-221-4/+19
* Remove a bunch of methods that are superseded by if_inc_counter().glebius2014-09-181-21/+0
* While not too late rename 'ifnet_counter' to 'ift_counter'. One of theglebius2014-09-181-4/+4
* Add a function to set if_get_counter method for an ifnet. To be usedglebius2014-09-181-0/+1
* While not too late rename if_get_counter_compat() to if_get_counter_default().glebius2014-09-181-1/+1
* Add if_inc_counter(), a generic method to update ifnet(9) counterglebius2014-09-181-0/+1
* Revert r271504. A new patch to solve this issue will be made.hselasky2014-09-131-42/+2
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-131-2/+42
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andasomers2014-09-111-7/+4
* Toss fields so that no padding field is required to achieve alignment.glebius2014-08-311-2/+1
* It is actually possible to have if_t a typedef to non-void type,glebius2014-08-311-31/+9
* Provide pointer from struct ifnet to struct netmap_adapter,glebius2014-08-311-0/+2
* o Remove struct if_data from struct ifnet. Now it is merely API structureglebius2014-08-311-35/+53
* Garbage collect couple of unused fields from struct ifaddr:glebius2014-07-291-3/+0
* Introduce a procedural interface to the ifnet structure. The newmarcel2014-06-021-12/+122
* Fix unintended KBI change from r264905. Add _fib versions ofasomers2014-05-291-2/+4
* Fix subnet and default routes on different FIBs on the same subnet.asomers2014-04-241-2/+2
* Fix host and network routes for new interfaces when net.add_addr_allfibs=0asomers2014-04-241-1/+1
* Add a shorter alias for if_data.ifi_oqdrops.np2014-03-201-0/+1
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-13/+0
* In complemence to ifa_add_loopback_route() and ifa_del_loopback_route()glebius2013-11-051-0/+1
* Remove net.link.ether.inet.useloopback sysctl tunable. It was always on byglebius2013-11-051-2/+0
* Make struct ifnet readable and comprehensible again by groupingandre2013-10-311-48/+52
* Move all interface queue related structures, macros and definitionsandre2013-10-291-441/+2
* Style: s/SYS_EVENTHANDLER_H/_SYS_EVENTHANDLER_H_/gglebius2013-10-281-4/+4
* - Make the prophecy from 1997 happen and remove if_var.h inclusionglebius2013-10-281-20/+10
* - Utilize counter(9) to accumulate statistics on interface addresses. Addglebius2013-10-151-1/+6
OpenPOWER on IntegriCloud