aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_proto.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: disable RFC 4620 nodeinfo by defaultEd Maste2023-04-261-2/+1
* net.inet6.ip6.log_interval: use ppsratecheck(9) internallyPawel Biernacki2023-03-131-2/+16
* netinet6: allow disabling excess log messagesPawel Biernacki2023-03-131-0/+5
* netinet*: add back necessary headersGleb Smirnoff2022-10-261-8/+8
* netinet*: remove unneeded headers from files that just declare domainsGleb Smirnoff2022-10-251-22/+2
* netinet6: retire ip6protosw.hGleb Smirnoff2022-10-041-2/+0
* protosw: cleanup protocols that existed merely to provide pr_inputGleb Smirnoff2022-08-301-24/+2
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-171-159/+43
* protosw: retire pr_drain and use EVENTHANDLER(9) directlyGleb Smirnoff2022-08-171-15/+0
* frag6: use callout(9) directly instead of pr_slowtimoGleb Smirnoff2022-08-171-1/+0
* mld6: use callout(9) directly instead of pr_slowtimo, pr_fasttimoGleb Smirnoff2022-08-171-2/+0
* tcp: use callout(9) directly instead of pr_slowtimoGleb Smirnoff2022-08-171-1/+0
* protosw: separate pr_input and pr_ctlinput out of protoswGleb Smirnoff2022-08-171-23/+0
* ipsec: isolate knowledge about protocols that are last headerGleb Smirnoff2022-08-171-8/+8
* protosw: retire pr_output methodGleb Smirnoff2022-08-111-7/+0
* 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