aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
...
* udp6: fix build with INET6 and without INVARIANTSGleb Smirnoff2022-12-071-3/+0
* udp: add protocol method declarations to udp_var.hGleb Smirnoff2022-12-071-6/+0
* udp6: inline udp6_output() into udp6_send()Gleb Smirnoff2022-12-071-28/+14
* udp: embed inpcb into udpcbGleb Smirnoff2022-12-071-8/+0
* tcp: embed inpcb into tcpcbGleb Smirnoff2022-12-071-1/+0
* udp[6]_multi_input: Don't unlock freed inp.John Baldwin2022-11-301-1/+0
* sctp: minor changes due to upstreaming of Glebs recent changesMichael Tuexen2022-11-062-15/+15
* inpcb: Allow SO_REUSEPORT_LB to be used in jailsMark Johnston2022-11-021-38/+61
* in6: Consolidate IN6_ARE_ADDR_EQUAL definitionsMark Johnston2022-11-021-8/+0
* inpcb: Remove NULL checks of credential referencesMark Johnston2022-11-021-6/+4
* sys: Nuke double-semicolonsElliott Mitchell2022-11-021-1/+1
* Import the WireGuard driver from zx2c4.com.John Baldwin2022-10-281-2/+2
* 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
* carp: fix regression panic from ccd69bd573fGleb Smirnoff2022-10-171-1/+2
* pf: apply the network stack's ICMP rate limiting to ICMP errors sent by pfKristof Provost2022-10-141-2/+1
* netinet6: trim overly long lines in GET_PKTOPT_VAR(), fit into 80 charsGleb Smirnoff2022-10-131-23/+23
* tcp: remove INP_TIMEWAIT flagGleb Smirnoff2022-10-072-7/+4
* tcp: remove tcptw, the compressed timewait state structureGleb Smirnoff2022-10-071-27/+3
* Ignore IPv6 NA and drop IPv6 NS when BACKUP CARP address is usedAndrey V. Elsukov2022-10-061-16/+40
* netinet*: remove PRC_ constants and streamline ICMP processingGleb Smirnoff2022-10-048-139/+84
* netinet*: remove dead code from TCP, UDP, SCTP control inputGleb Smirnoff2022-10-042-164/+120
* netinet*: use sparse C99 initializer for inetctlerrmapGleb Smirnoff2022-10-041-7/+14
* netinet*: de-void control input IP protocol methodsGleb Smirnoff2022-10-0410-77/+41
* netinet6: retire ip6protosw.hGleb Smirnoff2022-10-048-127/+29
* netinet*: move ipproto_register() and co to ip_var.h and ip6_var.hGleb Smirnoff2022-10-042-3/+14
* netinet6: factor interface addition code to the dedicated functionAlexander V. Chernikov2022-09-272-138/+151
* Correct IPv6 MLD group state string tableSébastien BINI2022-09-191-0/+3
* netinet6: Remove a double word in a source code commentGordon Bergling2022-09-101-1/+1
* net: employ newly added pfil_mbuf_{in,out} where approriateMateusz Guzik2022-09-084-5/+5
* net: retire PFIL_FWDMateusz Guzik2022-09-072-4/+4
* net: remove stale altq_input referenceMateusz Guzik2022-09-071-6/+0
* netinet6: call lle_event eventhandler after updating stateAlexander V. Chernikov2022-09-051-1/+1
* raw ip: fix regression with multicast and RSVPGleb Smirnoff2022-09-023-11/+8
* protosw: cleanup protocols that existed merely to provide pr_inputGleb Smirnoff2022-08-302-97/+28
* divert: declare PF_DIVERT domain and stop abusing PF_INETGleb Smirnoff2022-08-301-14/+6
* routing: constantify @rc in rib_decompose_notification().Alexander V. Chernikov2022-08-291-1/+1
* Revert "routing: install prefix and loopback routes using new nhop-based KPI."Alexander V. Chernikov2022-08-292-72/+52
* routing: make rib_add_redirect() use new nhop-based KPIAlexander V. Chernikov2022-08-291-5/+2
* routing: make IPv6 defrouter code use new nhop-based KPI.Alexander V. Chernikov2022-08-291-39/+24
* routing: install prefix and loopback routes using new nhop-based KPI.Alexander V. Chernikov2022-08-292-52/+72
* netinet6: fix SIOCSPFXFLUSH_IN6 by skipping manually-configured prefixesAlexander V. Chernikov2022-08-244-4/+9
* ip6_input: explicitly include <sys/eventhandler.h>Gleb Smirnoff2022-08-171-0/+1
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-176-217/+171
* protosw: retire pr_drain and use EVENTHANDLER(9) directlyGleb Smirnoff2022-08-172-15/+4
* frag6: use callout(9) directly instead of pr_slowtimoGleb Smirnoff2022-08-173-5/+17
* mld6: use callout(9) directly instead of pr_slowtimo, pr_fasttimoGleb Smirnoff2022-08-175-36/+32
* 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-177-101/+52
* ipsec: isolate knowledge about protocols that are last headerGleb Smirnoff2022-08-171-8/+8