aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_var.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressRobert Watson2005-08-031-0/+14
* Modify network protocol consumers of the ifnet multicast address listsRobert Watson2005-08-021-0/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Properly declare the "net.inet" sysctl subtree.Andre Oppermann2004-10-191-0/+1
* White space cleanup for netinet before branch:Robert Watson2004-08-161-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Scrub unused variable zeroin_addr.Robert Watson2004-03-101-1/+0
* Introduce ip_fastforward and remove ip_flow.Andre Oppermann2003-11-141-3/+1
* Move from a custom-crafted singly-linked list to the SLIST_* macrosRobert Watson2003-08-201-1/+1
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-1/+0
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-241-1/+1
* Remove __P.Alfred Perlstein2002-03-191-11/+11
* Nuke unused (and incorrect) #define of INADDR_HMASK.Jonathan Lemon2001-09-291-1/+0
* Make the INADDR_TO_IFP macro use the IP address hash lookup instead ofJonathan Lemon2001-09-291-1/+1
* Add a hash table that contains the list of internet addresses, and useJonathan Lemon2001-09-291-2/+18
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Backout damage to the INADDR_TO_IFP() macro in revision 1.7.Ruslan Ermilov2001-07-171-12/+5
* In in_ifadown(), differentiate between whether the interface goesRuslan Ermilov2001-05-111-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Use <sys/queue.h> macro API.Poul-Henning Kamp2001-02-041-11/+8
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4