aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* nd6: use CARP link level address in SLLAO for NS sent outThomas Steen Rasmussen2022-01-251-14/+24
* domains: make domain_init() initialize only global stateGleb Smirnoff2022-01-031-1/+1
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-033-25/+15
* udp6: remove assignments not being usedMichael Tuexen2022-01-011-5/+0
* sctp: improve sctp_pathmtu_adjustment()Michael Tuexen2021-12-301-1/+1
* [lltable] Add per-family lltable getters.Alexander V. Chernikov2021-12-291-0/+11
* in_pcb: use jenkins hash over the entire IPv6 (or IPv4) addressGleb Smirnoff2021-12-261-8/+7
* jail: network epoch protection for IP address listsGleb Smirnoff2021-12-261-110/+23
* inet6: fix a LOR between rip and rawinpMateusz Guzik2021-12-191-3/+3
* netinet6: ip6_setpktopt() requires NET_EPOCHKristof Provost2021-12-171-1/+9
* inpcb: use locked variant of prison_check_ip*()Gleb Smirnoff2021-12-141-2/+2
* in6p_set_multicast_if(): fix malloc(M_WAITOK) with epochGleb Smirnoff2021-12-061-2/+2
* ifnet_byindex() actually requires network epochGleb Smirnoff2021-12-066-68/+99
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-028-850/+326
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-028-326/+850
* SMR protection for inpcbsGleb Smirnoff2021-12-025-427/+323
* inpcb: reduce some aliased functions after removal of PCBGROUP.Gleb Smirnoff2021-12-022-3/+3
* Remove "options PCBGROUP"Gleb Smirnoff2021-12-024-416/+0
* Allow to compile RSS without PCBGROUP.Gleb Smirnoff2021-12-021-4/+0
* netinet6: Fix a typo in a sysctl descriptionGordon Bergling2021-11-301-1/+1
* netinet: Remove unneeded mb_unmapped_to_ext() callsMark Johnston2021-11-241-36/+26
* if_stf: add 6rd supportKristof Provost2021-11-201-0/+1
* in6_rmx: remove unnecessary TCP includesGleb Smirnoff2021-11-181-5/+0
* Add net.inet6.ip6.source_address_validationGleb Smirnoff2021-11-121-0/+12
* Add in_localip_fib(), in6_localip_fib().Gleb Smirnoff2021-11-122-0/+22
* blackhole(4): disable for locally originated TCP/UDP packetsGleb Smirnoff2021-11-031-1/+2
* net: Allow binding of unspecified address without address existanceRoy Marples2021-10-201-2/+0
* Add in_pcb_var.h for KPIs that are private to in_pcb.c and in6_pcb.c.Gleb Smirnoff2021-10-181-0/+1
* Move in6_pcbsetport() to in6_pcb.cGleb Smirnoff2021-10-182-42/+38
* sctp: Tighten up locking around sctp_aloc_assoc()Mark Johnston2021-09-111-6/+1
* ip6mrouter: Make the expiration callout MPSAFEMark Johnston2021-09-071-29/+27
* nd6: Make the DAD callout MPSAFEMark Johnston2021-09-071-51/+65
* inet6(4): Fix a few common typos in source code commentsGordon Bergling2021-08-281-2/+2
* inet6(4): add a missing IPPROTO_ETHERIP entryHiroki Sato2021-08-271-0/+9
* lltable: fix crash introduced in c541bd368f86.Alexander V. Chernikov2021-08-222-5/+7
* lltable: Add support for "child" LLEs holding encap for IPv4oIPv6 entries.Alexander V. Chernikov2021-08-215-37/+153
* frag6: do less work in frag6_slowtimo if possibleMateusz Guzik2021-08-141-0/+5
* frag6: drop the volatile keyword from frag6_nfrags and mark with __exclusive_...Mateusz Guzik2021-08-141-2/+2
* nd6: Mark several callouts as MPSAFEMark Johnston2021-08-092-3/+3
* in6: Enter the net epoch in in6_tmpaddrtimer()Mark Johnston2021-08-091-1/+3
* ipv6: Fix getsockopt() for some IPPROTO_IPV6 level socket optionsMichael Tuexen2021-08-091-1/+1
* Fix some common typos in commentsGordon Bergling2021-08-081-1/+1
* sctp: improve handling of IPv4 addresses on IPV6 socketsMichael Tuexen2021-08-071-2/+4
* [lltable] Restructure nd6 code.Alexander V. Chernikov2021-08-073-49/+77
* Fix panic in IPv6 multicast code.Andrey V. Elsukov2021-08-061-1/+10
* Use lltable calculated header when sending lle holdchain after successful lle...Alexander V. Chernikov2021-08-053-21/+24
* [lltable] Unify datapath feedback mechamism.Alexander V. Chernikov2021-08-042-44/+9
* socket: Implement SO_RERRORRoy Marples2021-07-286-7/+9
* sctp: Fix errno in case of association setup failuresMichael Tuexen2021-07-091-1/+1
* sctp: initialize sequence numbers for ECN correctlyMichael Tuexen2021-06-271-1/+1