aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_var.h
Commit message (Expand)AuthorAgeFilesLines
* Add GARP retransmit capabilityEric van Gyzen2016-10-021-0/+2
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-0/+1
* MFP r287070,r287073: split radix implementation and route table structure.Alexander V. Chernikov2016-01-251-1/+0
* Remove now-unused wrappers for various routing functions.Alexander V. Chernikov2016-01-141-2/+0
* Revert r292275 & r292379Steven Hartland2015-12-171-3/+0
* Fix lagg failover due to missing notificationsSteven Hartland2015-12-151-0/+3
* Replace the fastforward path with tryforward which does not require aGeorge V. Neville-Neil2015-11-051-1/+1
* Remove several compat functions from pre-fib era.Alexander V. Chernikov2015-10-171-2/+0
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.Andrey V. Elsukov2015-07-291-11/+12
* Move all code related to IP fragment reassembly to ip_reass.c. SomeGleb Smirnoff2015-04-101-9/+0
* The last userland piece of in_var.h is now 'struct in_aliasreq'. MoveGleb Smirnoff2015-02-191-12/+13
* Now that all users of _WANT_IFADDR are fixed, remove this crutch andGleb Smirnoff2015-02-191-2/+2
* - Rename 'struct igmp_ifinfo' into 'struct igmp_ifsoftc', since it reallyGleb Smirnoff2015-02-191-25/+3
* Widen _KERNEL ifdef to hide more kernel network stack structures from userland.Gleb Smirnoff2015-02-191-9/+0
* Use new struct mbufq instead of struct ifqueue to manage packet queues inGleb Smirnoff2015-02-191-2/+2
* Kill custom in_matroute() radix mathing function removing one rte mutex lock.Alexander V. Chernikov2014-11-111-2/+0
* Update the IPv4 input path to handle reassembled frames and incoming framesAdrian Chadd2014-09-091-0/+1
* in_ifadown() can be void.Gleb Smirnoff2013-11-011-1/+1
* Cleanup in_ifscrub(), which is just an entry to in_scrubprefix().Gleb Smirnoff2013-11-011-1/+0
* Uninline inm_lookup_locked(). Now in_var.h doesn't dereferenceGleb Smirnoff2013-10-291-43/+2
* Hide 'struct ifaddr' definition from userland. Two tools left that use it,Gleb Smirnoff2013-10-151-0/+2
* Back out r249318, r249320 and r249327 due to a heisenbug mostAndre Oppermann2013-05-061-1/+1
* Fix build.Gleb Smirnoff2013-04-101-1/+1
* Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect isAlexander V. Chernikov2012-10-101-0/+2
* When traversing global in_ifaddr list in the IFP_TO_IA() macro, we needGleb Smirnoff2012-07-181-2/+4
* Provide IA_MASKSIN() macro similar to IA_SIN() and IA_DSTSIN().Gleb Smirnoff2012-01-081-0/+1
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyJohn Baldwin2012-01-051-2/+2
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-161-0/+3
* Remove last remnants of classful addressing:Gleb Smirnoff2011-10-151-6/+3
* The statically configured (permanent) ARP entries are removed when anQing Li2011-05-201-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-3/+3
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-10/+8
* Initialize in_ifaddr_lock using RW_SYSINIT() instead of in ip_init(),Robert Watson2009-06-251-1/+0
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of theRobert Watson2009-06-251-0/+11
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-8/+10
* Remove bogus comment.Warner Losh2009-05-091-1/+1
* make LLTABLE visible to netinetKip Macy2009-04-151-0/+2
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-091-107/+223
* This main goals of this project are:Qing Li2008-12-151-0/+3
* Second round of putting global variables, which were virtualizedBjoern A. Zeeb2008-12-131-3/+10
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-0/+9
* Revert a part of the MRT commit that proved un-needed.Julian Elischer2008-09-141-1/+0
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-3/+3
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-0/+16
* Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson2007-06-121-0/+48
* Implement reference counting for ifmultiaddr, in_multi, and in6_multiBruce M Simpson2007-03-201-1/+1
* The IPv4 code should clean up multicast group state when an interfaceBruce M Simpson2006-09-281-0/+2
* SplelingBruce M Simpson2006-09-251-1/+1
* Account for output IP datagrams on the ifaddr where they originated from,Bruce M Simpson2006-09-251-3/+14
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerAndre Oppermann2006-01-181-1/+1