summaryrefslogtreecommitdiffstats
path: root/sys/net/if_var.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Push some defines under _KERNEL, improve styling and comments.glebius2013-10-151-4/+4
* Remove ifa_mtx. It was used only in one place in kernel, and ifnet'sglebius2013-10-151-4/+0
* Remove ifa_init() and provide ifa_alloc() that will allocate and setupglebius2013-10-151-1/+1
* Hide 'struct ifaddr' definition from userland. Two tools left that use it,glebius2013-10-151-0/+3
* Fix typo: minmum -> minimum.cperciva2013-07-051-1/+1
* Allow drivers to specify a maximum TSO length in bytes if they areandre2013-06-031-0/+5
* Back out r249318, r249320 and r249327 due to a heisenbug mostandre2013-05-061-3/+3
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-1/+1
* Fix build.glebius2013-04-101-1/+1
* Change certain heavily used network related mutexes and rwlocks toandre2013-04-091-2/+2
* Resolve source address selection in presense of CARP. Add a coupleglebius2013-02-111-1/+1
* This fixes a out-of-order problem with severalrrs2013-02-071-1/+52
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-1/+1
* provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.emax2012-10-171-0/+12
* introduce concept of ifi_baudrate power factor. the idea is to workemax2012-10-161-0/+1
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-281-17/+3
* Fix the build broken by r240099.melifaro2012-09-041-0/+2
* Introduce new link-layer PFIL hook V_link_pfil_hook.melifaro2012-09-041-0/+3
* Fix races between in_lltable_prefix_free(), lla_lookup(),glebius2012-08-021-0/+2
OpenPOWER on IntegriCloud