aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_proto.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused nhop_ref_any() function.Alexander V. Chernikov2020-09-201-1/+0
* Simplify dom_<rtattach|rtdetach>.Alexander V. Chernikov2020-08-141-3/+0
* Add the SCTP_SUPPORT kernel option.Mark Johnston2020-06-181-2/+2
* Avoid calling protocol drain routines more than once per reclamation event.Jonathan T. Looney2020-04-161-1/+1
* Remove per-AF radix_mpath initializtion functions.Alexander V. Chernikov2020-04-111-7/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-15/+27
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-2/+2
* Add fibnum, family and vnet pointer to each rib head.Alexander V. Chernikov2020-01-091-1/+1
* Remove empty encap_init() function.Andrey V. Elsukov2018-05-291-5/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove IPsec related PCB code from SCTP.Andrey V. Elsukov2017-02-131-2/+2
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-33/+1
* The pr_destroy field does not allow us to run the teardown code in aBjoern A. Zeeb2016-06-011-18/+0
* Add PR_CONNREQUIRED for SOCK_STREAM sockets using SCTP.Michael Tuexen2016-05-301-1/+1
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Finish r274118: remove useless fields from struct domain.Alexander V. Chernikov2014-11-061-2/+0
* The accept filter code is not specific to the FreeBSD IPv4 network stack,Marcel Moolenaar2014-07-261-0/+2
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.Kevin Lo2014-04-071-0/+14
* Remove IPX support.Gleb Smirnoff2014-03-141-1/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Bunch of fixes to pfsync(4) module load/unload:Gleb Smirnoff2012-01-091-20/+0
* The socket API only specifies SCTP for SOCK_SEQPACKET andMichael Tuexen2011-07-121-13/+1
* Add FEATURE() definitions for IPv4 and IPv6 so that we can useBjoern A. Zeeb2011-05-251-0/+2
* Be less strict on includes than in r220746. We need in.h for bothBjoern A. Zeeb2011-04-251-0/+5
* Make in_proto.c dependent on either inet or inet6.Bjoern A. Zeeb2011-04-171-0/+9
* Allow carp(4) to be loaded as a kernel module. Follow precedent set byWill Andrews2010-08-111-20/+0
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-1/+0
* Split up ip_drain() into an outer lock and iterator part andBjoern A. Zeeb2010-02-201-0/+3
* Get SCTP working in combination with VIMAGE.Michael Tuexen2009-09-191-28/+31
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-1/+1
* Add the explicit include of vimage.h to another five .c files stillBjoern A. Zeeb2009-06-171-0/+1
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.VANHULLEBUS Yvan2009-06-121-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-0/+13
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-091-1/+0
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* This main goals of this project are:Qing Li2008-12-151-1/+4
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-0/+1
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-0/+1
* This patch provides the back end support for equal-cost multi-pathQing Li2008-04-131-0/+8
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-1/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-6/+6
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-42/+1
* Remove IPX over IP tunneling support, which allows IPX routing over IPRobert Watson2007-06-131-15/+0
* Build PIM by default as part of the IPv4 multicast forwarding path.Bruce M Simpson2007-02-101-9/+1
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-0/+48
* Add RFC 3378 EtherIP support. This change makes it possible to add gifAndrew Thompson2005-12-211-0/+10