| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make networking domains drop-ins, through the magic of GNU ld. (Some day, | wollman | 1995-05-11 | 1 | -2/+10 |
* | Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash, | dg | 1995-04-09 | 1 | -1/+2 |
* | Transaction TCP support now standard. Hack away! | wollman | 1995-02-16 | 1 | -6/+2 |
* | Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and | wollman | 1995-02-09 | 1 | -5/+2 |
* | Fixed another TTCP ifdef problem...there isn't any tcp_sysctl field in | dg | 1995-02-09 | 1 | -3/+6 |
* | T/TCP changes to generic IP code. This is all ifdefed TTCP so should | wollman | 1995-02-08 | 1 | -2/+7 |
* | Advanced route cache management is now an official part of IP support. | wollman | 1994-12-11 | 1 | -7/+1 |
* | Add code to be a bit smarter about IP routes, conditioned on the option | wollman | 1994-11-02 | 1 | -2/+11 |
* | Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5. | dg | 1994-09-15 | 1 | -121/+123 |
* | Shuffle some functions and variables around to make it possible for | wollman | 1994-09-14 | 1 | -6/+2 |
* | Initial get-the-easy-case-working upgrade of the multicast code | wollman | 1994-09-06 | 1 | -106/+122 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -0/+2 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+183 |