summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_var.h
Commit message (Expand)AuthorAgeFilesLines
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-251-1/+0
* Remove now-unused wrappers for various routing functions.melifaro2016-01-141-2/+0
* Revert r292275 & r292379smh2015-12-171-3/+0
* Fix lagg failover due to missing notificationssmh2015-12-151-0/+3
* Replace the fastforward path with tryforward which does not require agnn2015-11-051-1/+1
* Remove several compat functions from pre-fib era.melifaro2015-10-171-2/+0
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.ae2015-07-291-11/+12
* Move all code related to IP fragment reassembly to ip_reass.c. Someglebius2015-04-101-9/+0
* The last userland piece of in_var.h is now 'struct in_aliasreq'. Moveglebius2015-02-191-12/+13
* Now that all users of _WANT_IFADDR are fixed, remove this crutch andglebius2015-02-191-2/+2
* - Rename 'struct igmp_ifinfo' into 'struct igmp_ifsoftc', since it reallyglebius2015-02-191-25/+3
* Widen _KERNEL ifdef to hide more kernel network stack structures from userland.glebius2015-02-191-9/+0
* Use new struct mbufq instead of struct ifqueue to manage packet queues inglebius2015-02-191-2/+2
* Kill custom in_matroute() radix mathing function removing one rte mutex lock.melifaro2014-11-111-2/+0
* Update the IPv4 input path to handle reassembled frames and incoming framesadrian2014-09-091-0/+1
* in_ifadown() can be void.glebius2013-11-011-1/+1
* Cleanup in_ifscrub(), which is just an entry to in_scrubprefix().glebius2013-11-011-1/+0
* Uninline inm_lookup_locked(). Now in_var.h doesn't dereferenceglebius2013-10-291-43/+2
* Hide 'struct ifaddr' definition from userland. Two tools left that use it,glebius2013-10-151-0/+2
* Back out r249318, r249320 and r249327 due to a heisenbug mostandre2013-05-061-1/+1
* Fix build.glebius2013-04-101-1/+1
* Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect ismelifaro2012-10-101-0/+2
* When traversing global in_ifaddr list in the IFP_TO_IA() macro, we needglebius2012-07-181-2/+4
* Provide IA_MASKSIN() macro similar to IA_SIN() and IA_DSTSIN().glebius2012-01-081-0/+1
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-2/+2
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-0/+3
* Remove last remnants of classful addressing:glebius2011-10-151-6/+3
* The statically configured (permanent) ARP entries are removed when anqingli2011-05-201-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-3/+3
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-10/+8
* Initialize in_ifaddr_lock using RW_SYSINIT() instead of in ip_init(),rwatson2009-06-251-1/+0
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-0/+11
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-8/+10
* Remove bogus comment.imp2009-05-091-1/+1
* make LLTABLE visible to netinetkmacy2009-04-151-0/+2
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-091-107/+223
* This main goals of this project are:qingli2008-12-151-0/+3
* Second round of putting global variables, which were virtualizedbz2008-12-131-3/+10
* Change the initialization methodology for global variables scheduledzec2008-11-191-0/+9
* Revert a part of the MRT commit that proved un-needed.julian2008-09-141-1/+0
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-3/+3
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-0/+16
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-0/+48
* Implement reference counting for ifmultiaddr, in_multi, and in6_multibms2007-03-201-1/+1
* The IPv4 code should clean up multicast group state when an interfacebms2006-09-281-0/+2
* Splelingbms2006-09-251-1/+1
* Account for output IP datagrams on the ifaddr where they originated from,bms2006-09-251-3/+14
* Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointerandre2006-01-181-1/+1
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressrwatson2005-08-031-0/+14
* Modify network protocol consumers of the ifnet multicast address listsrwatson2005-08-021-0/+2
OpenPOWER on IntegriCloud