| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove bogus comment. | Warner Losh | 2009-05-09 | 1 | -1/+1 |
| * | make LLTABLE visible to netinet | Kip Macy | 2009-04-15 | 1 | -0/+2 |
| * | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | Bruce M Simpson | 2009-03-09 | 1 | -107/+223 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -0/+3 |
| * | Second round of putting global variables, which were virtualized | Bjoern A. Zeeb | 2008-12-13 | 1 | -3/+10 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -0/+9 |
| * | Revert a part of the MRT commit that proved un-needed. | Julian Elischer | 2008-09-14 | 1 | -1/+0 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -3/+3 |
| * | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -0/+16 |
| * | Import rewrite of IPv4 socket multicast layer to support source-specific | Bruce M Simpson | 2007-06-12 | 1 | -0/+48 |
| * | Implement reference counting for ifmultiaddr, in_multi, and in6_multi | Bruce M Simpson | 2007-03-20 | 1 | -1/+1 |
| * | The IPv4 code should clean up multicast group state when an interface | Bruce M Simpson | 2006-09-28 | 1 | -0/+2 |
| * | Spleling | Bruce M Simpson | 2006-09-25 | 1 | -1/+1 |
| * | Account for output IP datagrams on the ifaddr where they originated from, | Bruce M Simpson | 2006-09-25 | 1 | -3/+14 |
| * | Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer | Andre Oppermann | 2006-01-18 | 1 | -1/+1 |
| * | Introduce in_multi_mtx, which will protect IPv4-layer multicast address | Robert Watson | 2005-08-03 | 1 | -0/+14 |
| * | Modify network protocol consumers of the ifnet multicast address lists | Robert Watson | 2005-08-02 | 1 | -0/+2 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Properly declare the "net.inet" sysctl subtree. | Andre Oppermann | 2004-10-19 | 1 | -0/+1 |
| * | White space cleanup for netinet before branch: | Robert Watson | 2004-08-16 | 1 | -1/+1 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Scrub unused variable zeroin_addr. | Robert Watson | 2004-03-10 | 1 | -1/+0 |
| * | Introduce ip_fastforward and remove ip_flow. | Andre Oppermann | 2003-11-14 | 1 | -3/+1 |
| * | Move from a custom-crafted singly-linked list to the SLIST_* macros | Robert Watson | 2003-08-20 | 1 | -1/+1 |
| * | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -1/+0 |
| * | Fixed some style bugs in the removal of __P(()). Continuation lines | Bruce Evans | 2002-03-24 | 1 | -1/+1 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -11/+11 |
| * | Nuke unused (and incorrect) #define of INADDR_HMASK. | Jonathan Lemon | 2001-09-29 | 1 | -1/+0 |
| * | Make the INADDR_TO_IFP macro use the IP address hash lookup instead of | Jonathan Lemon | 2001-09-29 | 1 | -1/+1 |
| * | Add a hash table that contains the list of internet addresses, and use | Jonathan Lemon | 2001-09-29 | 1 | -2/+18 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -1/+1 |
| * | Backout damage to the INADDR_TO_IFP() macro in revision 1.7. | Ruslan Ermilov | 2001-07-17 | 1 | -12/+5 |
| * | In in_ifadown(), differentiate between whether the interface goes | Ruslan Ermilov | 2001-05-11 | 1 | -1/+1 |
| * | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | Poul-Henning Kamp | 2001-02-06 | 1 | -1/+1 |
| * | Use <sys/queue.h> macro API. | Poul-Henning Kamp | 2001-02-04 | 1 | -11/+8 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -4/+4 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -4/+4 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -3/+3 |
| * | KAME related header files additions and merges. | Yoshinobu Inoue | 1999-11-05 | 1 | -0/+3 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | * Change sysctl from using linker_set to construct its tree using SLISTs. | Doug Rabson | 1999-02-16 | 1 | -1/+7 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+2 |
| * | Added fast IP forwarding code by Matt Thomas <matt@3am-software.com> via | David Greenman | 1998-05-19 | 1 | -1/+5 |
| * | Some staticized variables were still declared to be extern. | Bruce Evans | 1997-09-07 | 1 | -4/+1 |
| * | The long-awaited mega-massive-network-code- cleanup. Part I. | Garrett Wollman | 1997-04-27 | 1 | -2/+3 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Convert raw IP from mondo-switch-statement-from-Hell to | Garrett Wollman | 1997-02-18 | 1 | -1/+1 |
| * | Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interface | Garrett Wollman | 1997-02-13 | 1 | -0/+2 |
| * | Who had the conical hat? Correct a typo, hidden by a bad cast, | Garrett Wollman | 1997-01-21 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |