summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_proto.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r264212,r264213,r264248,r265776,r265811,r265909:kevlo2014-05-131-0/+14
* Bunch of fixes to pfsync(4) module load/unload:glebius2012-01-091-20/+0
* The socket API only specifies SCTP for SOCK_SEQPACKET andtuexen2011-07-121-13/+1
* Add FEATURE() definitions for IPv4 and IPv6 so that we can usebz2011-05-251-0/+2
* Be less strict on includes than in r220746. We need in.h for bothbz2011-04-251-0/+5
* Make in_proto.c dependent on either inet or inet6.bz2011-04-171-0/+9
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-111-20/+0
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-1/+0
* Split up ip_drain() into an outer lock and iterator part andbz2010-02-201-0/+3
* Get SCTP working in combination with VIMAGE.tuexen2009-09-191-28/+31
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-1/+1
* Add the explicit include of vimage.h to another five .c files stillbz2009-06-171-0/+1
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.vanhu2009-06-121-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+13
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-091-1/+0
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* This main goals of this project are:qingli2008-12-151-1/+4
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+1
* Change the initialization methodology for global variables scheduledzec2008-11-191-0/+1
* This patch provides the back end support for equal-cost multi-pathqingli2008-04-131-0/+8
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-1/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-6/+6
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-42/+1
* Remove IPX over IP tunneling support, which allows IPX routing over IPrwatson2007-06-131-15/+0
* Build PIM by default as part of the IPv4 multicast forwarding path.bms2007-02-101-9/+1
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-031-0/+48
* Add RFC 3378 EtherIP support. This change makes it possible to add gifthompsa2005-12-211-0/+10
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-123/+201
* Match IPv6 and use a static struct pr_usrreqs nousrreqs.obrien2005-08-101-0/+2
* Export pfsyncstats via sysctl "net.inet.pfsync" in order to print them withmlaier2005-07-141-2/+5
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-0/+16
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Convert IPDIVERT into a loadable module. This makes use of the dynamic loada...andre2004-10-191-13/+0
* Make use of the PROTO_SPACER functionality for dynamically loadableandre2004-10-191-2/+19
* White space cleanup for netinet before branch:rwatson2004-08-161-16/+16
* Commit pf version 3.5 and link additional files to the kernel build.mlaier2004-06-161-0/+14
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-0/+1
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-1/+0
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-0/+1
* divert socket fixups:sam2003-11-081-1/+1
* hookup ctlinput for fast ipsec versions of esp+ah protocolssam2003-10-031-2/+2
* 1. Basic PIM kernel supporthsu2003-08-071-1/+15
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-13/+0
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPjlemon2003-02-191-0/+1
* FAST_IPSEC fixups:sam2002-11-081-5/+21
* Tie new "Fast IPsec" code into the build. This involves the usualsam2002-10-161-0/+17
* Add a new gre(4) driver, which could be used to create GRE (RFC1701)sobomax2002-09-061-0/+12
OpenPOWER on IntegriCloud