aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_proto.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: EtherIP support, adding gif interfaces to bridges.Andrew Thompson2006-01-031-0/+10
* MFC: Use sparse initializers for "struct domain" and "struct protosw".Ruslan Ermilov2005-11-161-123/+201
* MFC: if_pfsync.c, 1.20 in_proto.c, 1.78Max Laier2005-07-231-2/+5
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-221-0/+16
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Convert IPDIVERT into a loadable module. This makes use of the dynamic loada...Andre Oppermann2004-10-191-13/+0
* Make use of the PROTO_SPACER functionality for dynamically loadableAndre Oppermann2004-10-191-2/+19
* White space cleanup for netinet before branch:Robert Watson2004-08-161-16/+16
* Commit pf version 3.5 and link additional files to the kernel build.Max Laier2004-06-161-0/+14
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.Max Laier2004-02-251-0/+1
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet isMax Laier2004-02-181-1/+0
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingMax Laier2004-02-131-0/+1
* divert socket fixups:Sam Leffler2003-11-081-1/+1
* hookup ctlinput for fast ipsec versions of esp+ah protocolsSam Leffler2003-10-031-2/+2
* 1. Basic PIM kernel supportJeffrey Hsu2003-08-071-1/+15
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-13/+0
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPJonathan Lemon2003-02-191-0/+1
* FAST_IPSEC fixups:Sam Leffler2002-11-081-5/+21
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-161-0/+17
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)Maxim Sobolev2002-09-061-0/+12
* Remove __P.Alfred Perlstein2002-03-191-1/+1
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer2001-09-031-5/+3
* gif(4) and stf(4) modernization:Brooks Davis2001-07-021-30/+0
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-10/+17
* Make netstat(1) to be aware of divert(4) sockets.Ruslan Ermilov2000-08-031-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-12/+29
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-15/+0
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-2/+35
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-0/+22
* Restructure TCP timeout handling:Jonathan Lemon1999-08-301-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+2
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-10/+1
* Make this compile.. There are some unpleasing hacks in here.Peter Wemm1998-03-211-7/+1
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.Eivind Eklund1997-12-151-1/+2
* Make IPDIVERT a supported option. Alas, in_var.h depends on it, iJoerg Wunsch1997-11-051-1/+3
* Removed unused #includes.Bruce Evans1997-10-281-15/+1
* Make TCPDEBUG a new-style option.Joerg Wunsch1997-09-161-1/+3
* Fixed gratuitous ANSIisms.Bruce Evans1997-09-161-2/+2
* Connect the ipdivert div_usrreqs struct to the ip proto switch tablePeter Wemm1997-05-251-2/+3
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-2/+4
* Convert raw IP from mondo-switch-statement-from-Hell toGarrett Wollman1997-02-181-10/+20
* Fix the mechanism for choosing wehether to save the slow-start thresholdGarrett Wollman1997-02-141-2/+3
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfaceGarrett Wollman1997-02-131-1/+1
* Add IP Filter hooks (from patches).Darren Reed1997-02-101-0/+6
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Modify the kernel to use the new pr_usrreqs interface rather than the oldGarrett Wollman1996-07-111-3/+4
* Adding changes to ipfw and the kernel to support ip packet diversion..Julian Elischer1996-07-101-1/+11
* Remove one last rip_output from inetsw (gpalmer missed it in rev 1.30)Bill Fenner1996-06-201-2/+2