aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_proto.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve some of the sysctl descriptions added in r299827.Mark Johnston2017-01-161-6/+10
* The pr_destroy field does not allow us to run the teardown code in aBjoern A. Zeeb2016-06-011-3/+0
* Add PR_CONNREQUIRED for SOCK_STREAM sockets using SCTP.Michael Tuexen2016-05-301-1/+1
* Add sysctl descriptions for net.inet6.ip6 and net.inet6.icmp6.Mark Johnston2016-05-151-69/+92
* Indentation issues.Pedro F. Giffuni2016-04-201-2/+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
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-3/+0
* Overhaul if_gre(4).Andrey V. Elsukov2014-11-071-0/+11
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-82/+85
* Remove VNET_SYSCTL_ARG(). The generic sysctl(9) code handles that.Gleb Smirnoff2014-11-071-4/+0
* Finish r274118: remove useless fields from struct domain.Alexander V. Chernikov2014-11-061-2/+0
* Make checks for rt_mtu generic:Alexander V. Chernikov2014-11-061-1/+2
* Change pr_output's prototype to avoid the need for explicit casts.Kevin Lo2014-08-151-6/+6
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-7/+7
* Minor style cleanups.Kevin Lo2014-04-071-1/+1
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.Kevin Lo2014-04-071-0/+13
* o Revamp API between flowtable and netinet, netinet6.Gleb Smirnoff2014-02-071-14/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.Andrey V. Elsukov2013-07-091-6/+8
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information GroupHiroki Sato2013-05-041-0/+6
* Remove unused global variables.Kevin Lo2013-03-221-15/+0
* o Convert IPv6 read-only stats sysctls to the read-write ones.Maxim Konovalov2011-12-191-3/+3
* Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPEHiroki Sato2011-09-131-0/+5
* The socket API only specifies SCTP for SOCK_SEQPACKET andMichael Tuexen2011-07-121-31/+19
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.Hiroki Sato2011-06-061-0/+11
* Add FEATURE() definitions for IPv4 and IPv6 so that we can useBjoern A. Zeeb2011-05-251-0/+1
* MFp4 CH=191760,191770:Bjoern A. Zeeb2011-04-201-0/+9
* Allow carp(4) to be loaded as a kernel module. Follow precedent set byWill Andrews2010-08-111-17/+0
* MFp4 CH180235:Bjoern A. Zeeb2010-08-091-0/+17
* Add flowtable support to IPv6Kip Macy2010-05-091-0/+15
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-31/+53
* Garbage collect references to the no longer implemented tcp_fasttimo().Bjoern A. Zeeb2010-01-171-1/+0
* Improve flexibility of receiving Router Advertisement andHiroki Sato2009-09-121-2/+6
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-1/+1
* sysctl_msec_to_ticks is used with both virtualized andBjoern A. Zeeb2009-07-211-10/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-116/+119
* Add explicit includes for jail.h to the files that need them andBjoern A. Zeeb2009-06-171-0/+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/+9
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-0/+4
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-291-0/+1
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* Put a global variables, which were virtualized but formerlyBjoern A. Zeeb2008-12-111-2/+0
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-3/+1