aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_proto.c
Commit message (Expand)AuthorAgeFilesLines
* domains: make domain_init() initialize only global stateGleb Smirnoff2022-01-031-1/+1
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-031-12/+0
* inet6(4): add a missing IPPROTO_ETHERIP entryHiroki Sato2021-08-271-0/+9
* capsicum: Limit socket operations in capability modeMark Johnston2021-04-071-3/+5
* Remove unused nhop_ref_any() function.Alexander V. Chernikov2020-09-201-1/+0
* Simplify dom_<rtattach|rtdetach>.Alexander V. Chernikov2020-08-141-5/+0
* Fix typo.Andrey V. Elsukov2020-08-051-1/+1
* Add the SCTP_SUPPORT kernel option.Mark Johnston2020-06-181-1/+1
* Avoid calling protocol drain routines more than once per reclamation event.Jonathan T. Looney2020-04-161-4/+4
* 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-10/+16
* Bring back redirect route expiration.Alexander V. Chernikov2020-01-221-1/+1
* Add fibnum, family and vnet pointer to each rib head.Alexander V. Chernikov2020-01-091-1/+1
* frag6.c: move variables and sysctls into local fileBjoern A. Zeeb2019-08-021-35/+0
* Update for IETF draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2019-03-061-0/+7
* Implement a limit on on the number of IPv6 reassembly queues per bucket.Jonathan T. Looney2018-08-141-2/+21
* Add a limit of the number of fragments per IPv6 packet.Jonathan T. Looney2018-08-141-0/+4
* Make the IPv6 fragment limits be global, rather than per-VNET, limits.Jonathan T. Looney2018-08-141-3/+5
* Allow implicit TCP connection setup for TCP/IPv6.Michael Tuexen2018-07-301-1/+1
* Remove empty encap_init() function.Andrey V. Elsukov2018-05-291-3/+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
* 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