summaryrefslogtreecommitdiffstats
path: root/sys/net/if_var.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r287775:hselasky2015-10-081-5/+6
* Add if_inc_counter() and if_get_counter_default() functions that doae2014-12-231-0/+18
* MFC r274376:hselasky2014-11-191-5/+17
* MFC r271946 and r272595:hselasky2014-11-031-5/+23
* MFC changes relating to running multiple interfaces on different fibs butasomers2014-06-061-0/+2
* 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
* - Updated TOE support in the kernel.np2012-06-191-0/+2
* Retire the IF_ADDR_LOCK() and IF_ADDR_UNLOCK() compat macros from HEAD.jhb2012-03-191-3/+0
* g/c last bit of old ipv6 prefix management.pluknet2012-02-081-16/+1
* Convert the per-interface address list lock from a mutex to a reader/writerjhb2012-01-091-11/+10
* Add new variants of the IF_ADDR_*LOCK*() macros used for protectingjhb2012-01-051-2/+8
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-0/+2
* Remove the unused if_free_type() function.brooks2011-12-091-1/+0
* Add macro IF_DEQUEUE_ALL(ifq, m), that takes the entire mbuf chain offglebius2011-10-271-0/+12
* Add spares to the network stack for FreeBSD-9:bz2011-07-171-3/+3
* Remove extra white space to comply with style for the rest of the struct.bz2011-07-031-2/+2
* Add infrastructure to allow all frames/packets received on an interfacebz2011-07-031-0/+1
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-0/+3
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-251-1/+1
* Fix a small bug in drbr_dequeue_cond spotted while preparing MFC of r203834.mlaier2010-03-151-1/+1
* Fix drbr and altq interaction:mlaier2010-02-131-13/+23
* Revised revision 199201 (add interface description capability as inspireddelphij2010-01-271-1/+2
* While flushing the multicast filter of an interface, do not zero the relevantsyrinx2010-01-241-1/+1
* Declare a new EVENTHANDLER called iflladdr_event which signals that the L2thompsa2010-01-181-0/+3
* Remove a deleted comment line that was brought back byqingli2009-12-311-1/+0
* The proxy arp entries could not be added into the system over theqingli2009-12-301-0/+2
* Remove commented out prototype for ifinit(). This prototype has beenjhb2009-12-211-1/+0
* Remove if_timer/if_watchdog now that they are no longer used. The spacejhb2009-11-301-3/+1
* Revert revision 199201 for now as it has introduced a kernel vulnerabilitydelphij2009-11-121-2/+1
* Add interface description capability as inspired by OpenBSD.delphij2009-11-111-1/+2
* Self pointing routes are installed for configured interface addressesqingli2009-09-151-0/+3
* Make if_grow static -- it's not used outside of if.c, and with therwatson2009-08-241-1/+0
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-8/+34
* Remove unused if_rawoutput() macro; it has been unused since at leastrwatson2009-08-151-1/+0
* This patch does the following:qingli2009-07-271-0/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-4/+4
OpenPOWER on IntegriCloud