aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* 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
* udp: call UDP methods from UDP over IPv6 directlyGleb Smirnoff2022-08-161-26/+11
* protosw: change prototype for pr_controlGleb Smirnoff2022-08-122-2/+2
* netinet: do not broadcast PRC_REDIRECT_HOST on ICMP redirectGleb Smirnoff2022-08-121-10/+0
* netinet6: simplify defrouter_select_fib()Alexander V. Chernikov2022-08-121-29/+22
* raw ip6: merge rip6_output() into rip6_send()Gleb Smirnoff2022-08-112-77/+48
* protosw: retire pr_output methodGleb Smirnoff2022-08-111-7/+0
* inpcb: gather v4/v6 handling code into in_pcballoc() from protocolsGleb Smirnoff2022-08-102-6/+0
* netinet6: allow ND entries creation for all directly-reachableAlexander V. Chernikov2022-08-101-68/+22
* inet6(4): Fix a typo in a source code commentGordon Bergling2022-08-071-1/+1
* routing: fix panic for p2p interfaces after 800c68469ba6.Alexander V. Chernikov2022-08-031-0/+1
* routing: refactor private KPIAlexander V. Chernikov2022-08-011-1/+1