summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_var.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Properly declare the "net.inet" sysctl subtree.andre2004-10-191-0/+1
* White space cleanup for netinet before branch:rwatson2004-08-161-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Scrub unused variable zeroin_addr.rwatson2004-03-101-1/+0
* Introduce ip_fastforward and remove ip_flow.andre2003-11-141-3/+1
* Move from a custom-crafted singly-linked list to the SLIST_* macrosrwatson2003-08-201-1/+1
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-1/+0
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-241-1/+1
* Remove __P.alfred2002-03-191-11/+11
* Nuke unused (and incorrect) #define of INADDR_HMASK.jlemon2001-09-291-1/+0
* Make the INADDR_TO_IFP macro use the IP address hash lookup instead ofjlemon2001-09-291-1/+1
* Add a hash table that contains the list of internet addresses, and usejlemon2001-09-291-2/+18
* KSE Milestone 2julian2001-09-121-1/+1
* Backout damage to the INADDR_TO_IFP() macro in revision 1.7.ru2001-07-171-12/+5
* In in_ifadown(), differentiate between whether the interface goesru2001-05-111-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Use <sys/queue.h> macro API.phk2001-02-041-11/+8
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
OpenPOWER on IntegriCloud