| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r233554: | Bjoern A. Zeeb | 2012-04-29 | 1 | -0/+2 |
| * | Trim extra spaces before tabs. | John Baldwin | 2011-01-07 | 1 | -1/+1 |
| * | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -6/+4 |
| * | Many network stack subsystems use a single global data structure to hold | Robert Watson | 2009-08-02 | 1 | -0/+11 |
| * | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -4/+4 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -6/+10 |
| * | Added support for NAT-Traversal (RFC 3948) in IPsec stack. | VANHULLEBUS Yvan | 2009-06-12 | 1 | -0/+7 |
| * | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -0/+3 |
| * | Implement UDP control block support. | Bjoern A. Zeeb | 2009-05-23 | 1 | -2/+16 |
| * | Update stats in struct udpstat using two new macros, UDPSTAT_ADD() | Robert Watson | 2009-04-12 | 1 | -0/+5 |
| * | Add the ability of an alternate transport protocol | Randall Stewart | 2009-01-06 | 1 | -0/+4 |
| * | Put a global variables, which were virtualized but formerly | Bjoern A. Zeeb | 2008-12-11 | 1 | -2/+5 |
| * | Further cleanup of UDPv4: | Robert Watson | 2007-07-10 | 1 | -0/+1 |
| * | Import rewrite of IPv4 socket multicast layer to support source-specific | Bruce M Simpson | 2007-06-12 | 1 | -0/+1 |
| * | Rename two identically named log_in_vain variables: tcp_input.c's static | Robert Watson | 2007-02-20 | 1 | -1/+1 |
| * | Gratuitous UDP restyling toward style(9) in 7.x. | Robert Watson | 2007-02-20 | 1 | -30/+29 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+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 |
| * | Notify functions can destroy the pcb, so they have to return an | Jeffrey Hsu | 2002-06-14 | 1 | -1/+2 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -5/+5 |
| * | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | Julian Elischer | 2001-09-03 | 1 | -1/+1 |
| * | remove unused data structure definition, and corresponding macro into*() | Luigi Rizzo | 2001-02-18 | 1 | -10/+0 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -1/+1 |
| * | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | Yoshinobu Inoue | 1999-12-07 | 1 | -1/+1 |
| * | KAME related header files additions and merges. | Yoshinobu Inoue | 1999-11-05 | 1 | -3/+14 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | This is the much-awaited cleaned up version of IPFW [ug]id support. | Brian Feldman | 1999-06-19 | 1 | -1/+2 |
| * | * Change sysctl from using linker_set to construct its tree using SLISTs. | Doug Rabson | 1999-02-16 | 1 | -1/+3 |
| * | Remove stale references to ih_next and ih_prev. | Doug Rabson | 1998-11-17 | 1 | -3/+1 |
| * | Convert socket structures to be type-stable and add a version number. | Garrett Wollman | 1998-05-15 | 1 | -2/+4 |
| * | Some staticized variables were still declared to be extern. | Bruce Evans | 1997-09-07 | 1 | -4/+1 |
| * | Fix all areas of the system (or at least all those in LINT) to avoid storing | Garrett Wollman | 1997-08-16 | 1 | -1/+12 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Fix the mechanism for choosing wehether to save the slow-start threshold | Garrett Wollman | 1997-02-14 | 1 | -2/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Instrument UDP PCB hashing to see how often the hash lookup is effective | Garrett Wollman | 1996-06-05 | 1 | -1/+2 |
| * | Uniformized pr_ctlinput protosw functions. The third arg is now `void | Bruce Evans | 1995-12-16 | 1 | -2/+2 |
| * | Fixed recent staticizations. Some protypes for static functions were | Bruce Evans | 1995-11-16 | 1 | -3/+1 |
| * | New style sysctl & staticize alot of stuff. | Poul-Henning Kamp | 1995-11-14 | 1 | -2/+1 |
| * | Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, | David Greenman | 1995-04-09 | 1 | -2/+3 |
| * | Add lots of useful MIB variables and a few not-so-useful ones for | Garrett Wollman | 1995-02-16 | 1 | -4/+10 |
| * | Made idempotent. | Paul Richards | 1994-08-21 | 1 | -1/+6 |
| * | Added $Id$ | David Greenman | 1994-08-02 | 1 | -0/+1 |
| * | BSD 4.4 Lite Kernel Sources | Rodney W. Grimes | 1994-05-24 | 1 | -0/+92 |