summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_proto.c
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.alfred2002-03-191-1/+1
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-5/+3
* gif(4) and stf(4) modernization:brooks2001-07-021-30/+0
* Sync with recent KAME.ume2001-06-111-10/+17
* Make netstat(1) to be aware of divert(4) sockets.ru2000-08-031-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-12/+29
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-15/+0
* IPSEC support in the kernel.shin1999-12-221-2/+35
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-0/+22
* Restructure TCP timeout handling:jlemon1999-08-301-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+2
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-10/+1
* Make this compile.. There are some unpleasing hacks in here.peter1998-03-211-7/+1
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+2
* Make IPDIVERT a supported option. Alas, in_var.h depends on it, ijoerg1997-11-051-1/+3
* Removed unused #includes.bde1997-10-281-15/+1
* Make TCPDEBUG a new-style option.joerg1997-09-161-1/+3
* Fixed gratuitous ANSIisms.bde1997-09-161-2/+2
* Connect the ipdivert div_usrreqs struct to the ip proto switch tablepeter1997-05-251-2/+3
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-2/+4
* Convert raw IP from mondo-switch-statement-from-Hell towollman1997-02-181-10/+20
* Fix the mechanism for choosing wehether to save the slow-start thresholdwollman1997-02-141-2/+3
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfacewollman1997-02-131-1/+1
* Add IP Filter hooks (from patches).darrenr1997-02-101-0/+6
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-3/+4
* Adding changes to ipfw and the kernel to support ip packet diversion..julian1996-07-101-1/+11
* Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30)fenner1996-06-201-2/+2
* Remove useless entries from the inetsw structure initiliser whichgpalmer1996-05-081-8/+8
* Delete #if 0 block containing unused definitions for ARPANET/DDN IMPwollman1996-04-261-47/+1
* Fix a warning by not referencing ip_output() as a pr_output() member.wollman1996-04-181-2/+2
* Make rip_input() take the header lengthfenner1996-03-261-4/+1
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-2/+2
* #if out unsupported IMP code.wollman1996-02-081-1/+3
* in_proto.c: spell ``Internet'' right and put whitespace after commas.wollman1995-12-201-7/+8
* Completed function declarations and/or added prototypes.bde1995-12-021-3/+5
* fix #includes & warnings.phk1995-11-201-2/+3
* New style sysctl & staticize alot of stuff.phk1995-11-141-7/+6
* Start adding new style sysctl here too.phk1995-11-091-1/+10
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+12
* Merge 4.4-Lite-2: update some declarations that we don't support anyway.wollman1995-09-211-4/+4
* Corrected a bug that caused protocol-4 tunnels (used for multicastwollman1995-06-261-2/+2
* Kernel side of 3.5 multicast routing code, based on work by Bill Fennerwollman1995-06-131-4/+5
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,wollman1995-05-111-2/+10
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-1/+2
* Transaction TCP support now standard. Hack away!wollman1995-02-161-6/+2
* Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> andwollman1995-02-091-5/+2
* Fixed another TTCP ifdef problem...there isn't any tcp_sysctl field indg1995-02-091-3/+6
OpenPOWER on IntegriCloud