| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 1 | -13/+0 |
* | Add a TCP TIMEWAIT state which uses less space than a fullblown TCP | jlemon | 2003-02-19 | 1 | -0/+1 |
* | FAST_IPSEC fixups: | sam | 2002-11-08 | 1 | -5/+21 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 1 | -0/+17 |
* | Add a new gre(4) driver, which could be used to create GRE (RFC1701) | sobomax | 2002-09-06 | 1 | -0/+12 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -1/+1 |
* | Patches from Keiichi SHIMA <keiichi@iij.ad.jp> | julian | 2001-09-03 | 1 | -5/+3 |
* | gif(4) and stf(4) modernization: | brooks | 2001-07-02 | 1 | -30/+0 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -10/+17 |
* | Make netstat(1) to be aware of divert(4) sockets. | ru | 2000-08-03 | 1 | -1/+1 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -12/+29 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -15/+0 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -2/+35 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -0/+22 |
* | Restructure TCP timeout handling: | jlemon | 1999-08-30 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 1 | -1/+2 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -10/+1 |
* | Make this compile.. There are some unpleasing hacks in here. | peter | 1998-03-21 | 1 | -7/+1 |
* | Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h. | eivind | 1997-12-15 | 1 | -1/+2 |
* | Make IPDIVERT a supported option. Alas, in_var.h depends on it, i | joerg | 1997-11-05 | 1 | -1/+3 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -15/+1 |
* | Make TCPDEBUG a new-style option. | joerg | 1997-09-16 | 1 | -1/+3 |
* | Fixed gratuitous ANSIisms. | bde | 1997-09-16 | 1 | -2/+2 |
* | Connect the ipdivert div_usrreqs struct to the ip proto switch table | peter | 1997-05-25 | 1 | -2/+3 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 1 | -2/+4 |
* | Convert raw IP from mondo-switch-statement-from-Hell to | wollman | 1997-02-18 | 1 | -10/+20 |
* | Fix the mechanism for choosing wehether to save the slow-start threshold | wollman | 1997-02-14 | 1 | -2/+3 |
* | Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interface | wollman | 1997-02-13 | 1 | -1/+1 |
* | Add IP Filter hooks (from patches). | darrenr | 1997-02-10 | 1 | -0/+6 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Modify the kernel to use the new pr_usrreqs interface rather than the old | wollman | 1996-07-11 | 1 | -3/+4 |
* | Adding changes to ipfw and the kernel to support ip packet diversion.. | julian | 1996-07-10 | 1 | -1/+11 |
* | Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30) | fenner | 1996-06-20 | 1 | -2/+2 |
* | Remove useless entries from the inetsw structure initiliser which | gpalmer | 1996-05-08 | 1 | -8/+8 |
* | Delete #if 0 block containing unused definitions for ARPANET/DDN IMP | wollman | 1996-04-26 | 1 | -47/+1 |
* | Fix a warning by not referencing ip_output() as a pr_output() member. | wollman | 1996-04-18 | 1 | -2/+2 |
* | Make rip_input() take the header length | fenner | 1996-03-26 | 1 | -4/+1 |
* | Move or add #include <queue.h> in preparation for upcoming struct socket | dg | 1996-03-11 | 1 | -2/+2 |
* | #if out unsupported IMP code. | wollman | 1996-02-08 | 1 | -1/+3 |
* | in_proto.c: spell ``Internet'' right and put whitespace after commas. | wollman | 1995-12-20 | 1 | -7/+8 |
* | Completed function declarations and/or added prototypes. | bde | 1995-12-02 | 1 | -3/+5 |
* | fix #includes & warnings. | phk | 1995-11-20 | 1 | -2/+3 |
* | New style sysctl & staticize alot of stuff. | phk | 1995-11-14 | 1 | -7/+6 |
* | Start adding new style sysctl here too. | phk | 1995-11-09 | 1 | -1/+10 |
* | Reviewed by: julian and jhay@mikom.csir.co.za | julian | 1995-10-26 | 1 | -1/+12 |
* | Merge 4.4-Lite-2: update some declarations that we don't support anyway. | wollman | 1995-09-21 | 1 | -4/+4 |
* | Corrected a bug that caused protocol-4 tunnels (used for multicast | wollman | 1995-06-26 | 1 | -2/+2 |
* | Kernel side of 3.5 multicast routing code, based on work by Bill Fenner | wollman | 1995-06-13 | 1 | -4/+5 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |