| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out r249318, r249320 and r249327 due to a heisenbug most | andre | 2013-05-06 | 1 | -1/+1 |
* | Fix build. | glebius | 2013-04-10 | 1 | -1/+1 |
* | Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect is | melifaro | 2012-10-10 | 1 | -0/+2 |
* | When traversing global in_ifaddr list in the IFP_TO_IA() macro, we need | glebius | 2012-07-18 | 1 | -2/+4 |
* | Provide IA_MASKSIN() macro similar to IA_SIN() and IA_DSTSIN(). | glebius | 2012-01-08 | 1 | -0/+1 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -2/+2 |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | glebius | 2011-12-16 | 1 | -0/+3 |
* | Remove last remnants of classful addressing: | glebius | 2011-10-15 | 1 | -6/+3 |
* | The statically configured (permanent) ARP entries are removed when an | qingli | 2011-05-20 | 1 | -1/+1 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -3/+3 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -10/+8 |
* | Initialize in_ifaddr_lock using RW_SYSINIT() instead of in ip_init(), | rwatson | 2009-06-25 | 1 | -1/+0 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -0/+11 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -8/+10 |
* | Remove bogus comment. | imp | 2009-05-09 | 1 | -1/+1 |
* | make LLTABLE visible to netinet | kmacy | 2009-04-15 | 1 | -0/+2 |
* | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | bms | 2009-03-09 | 1 | -107/+223 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -0/+3 |
* | Second round of putting global variables, which were virtualized | bz | 2008-12-13 | 1 | -3/+10 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -0/+9 |
* | Revert a part of the MRT commit that proved un-needed. | julian | 2008-09-14 | 1 | -1/+0 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -3/+3 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -0/+16 |
* | Import rewrite of IPv4 socket multicast layer to support source-specific | bms | 2007-06-12 | 1 | -0/+48 |
* | Implement reference counting for ifmultiaddr, in_multi, and in6_multi | bms | 2007-03-20 | 1 | -1/+1 |
* | The IPv4 code should clean up multicast group state when an interface | bms | 2006-09-28 | 1 | -0/+2 |
* | Spleling | bms | 2006-09-25 | 1 | -1/+1 |
* | Account for output IP datagrams on the ifaddr where they originated from, | bms | 2006-09-25 | 1 | -3/+14 |
* | Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer | andre | 2006-01-18 | 1 | -1/+1 |
* | Introduce in_multi_mtx, which will protect IPv4-layer multicast address | rwatson | 2005-08-03 | 1 | -0/+14 |
* | Modify network protocol consumers of the ifnet multicast address lists | rwatson | 2005-08-02 | 1 | -0/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Properly declare the "net.inet" sysctl subtree. | andre | 2004-10-19 | 1 | -0/+1 |
* | White space cleanup for netinet before branch: | rwatson | 2004-08-16 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Scrub unused variable zeroin_addr. | rwatson | 2004-03-10 | 1 | -1/+0 |
* | Introduce ip_fastforward and remove ip_flow. | andre | 2003-11-14 | 1 | -3/+1 |
* | Move from a custom-crafted singly-linked list to the SLIST_* macros | rwatson | 2003-08-20 | 1 | -1/+1 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -1/+0 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-24 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -11/+11 |
* | Nuke unused (and incorrect) #define of INADDR_HMASK. | jlemon | 2001-09-29 | 1 | -1/+0 |
* | Make the INADDR_TO_IFP macro use the IP address hash lookup instead of | jlemon | 2001-09-29 | 1 | -1/+1 |
* | Add a hash table that contains the list of internet addresses, and use | jlemon | 2001-09-29 | 1 | -2/+18 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -1/+1 |
* | Backout damage to the INADDR_TO_IFP() macro in revision 1.7. | ru | 2001-07-17 | 1 | -12/+5 |
* | In in_ifadown(), differentiate between whether the interface goes | ru | 2001-05-11 | 1 | -1/+1 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -1/+1 |
* | Use <sys/queue.h> macro API. | phk | 2001-02-04 | 1 | -11/+8 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -4/+4 |