aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* ip6: retire in6_selectroute_fib() as promised 8 years agoBjoern A. Zeeb2020-03-033-25/+5
* ip6_output: use new routing KPI when not passed a cached routeBjoern A. Zeeb2020-03-031-56/+138
* in6_fib: return nh_ia in the ext interface as we do for IPv4Bjoern A. Zeeb2020-03-032-2/+6
* fib6_rte_to_nh_*: return a link-local gw address with scope embeddedBjoern A. Zeeb2020-03-032-9/+2
* mld6: initialize oifp to avoid bogus results/panics in edge casesBjoern A. Zeeb2020-02-281-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-268-22/+37
* ip6_output: fix regression introduced in r358167 for ipv6 fragmentationBjoern A. Zeeb2020-02-251-2/+2
* Fix IPv6 checksums when exthdrs are present.Bjoern A. Zeeb2020-02-241-56/+52
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (14 of many)Pawel Biernacki2020-02-241-3/+4
* ip6_output: improve extension header handlingBjoern A. Zeeb2020-02-201-93/+106
* Epochify SCTP.Michael Tuexen2020-02-181-1/+10
* ip6_output: update comments.Bjoern A. Zeeb2020-02-181-68/+59
* Fix kernel panic while trying to read multicast stream.Hans Petter Selasky2020-02-171-0/+1
* Fix NOINET builds.Navdeep Parhar2020-01-311-0/+2
* Enter network epoch when calling in_pcbconnect() for IPv6 mapped to IPv4Gleb Smirnoff2020-01-221-0/+3
* Bring back redirect route expiration.Alexander V. Chernikov2020-01-224-15/+5
* Make ip6_output() and ip_output() require network epoch.Gleb Smirnoff2020-01-223-3/+7
* Add some documenting NET_EPOCH_ASSERTs.Gleb Smirnoff2020-01-221-0/+1
* Unroll macro that is used just once. Not a functional change.Gleb Smirnoff2020-01-221-14/+4
* Document requirements for the 'struct route' variations.Alexander V. Chernikov2020-01-211-0/+2
* Introduce NET_EPOCH_CALL() macro and use it everywhere where we freeGleb Smirnoff2020-01-152-5/+4
* Mechanically substitute assertion of in_epoch(net_epoch_preempt) toGleb Smirnoff2020-01-152-6/+6
* Fix race when accepting TCP connections.Michael Tuexen2020-01-122-4/+10
* nd6_rtr: constantly use __func__ for nd6log()Bjoern A. Zeeb2020-01-121-66/+58
* nd6_rtr: make nd6_prefix_onlink() staticBjoern A. Zeeb2020-01-122-2/+2
* in6_mcast: make in6_joingroup_locked() staticBjoern A. Zeeb2020-01-112-5/+3
* Add fibnum, family and vnet pointer to each rib head.Alexander V. Chernikov2020-01-092-4/+5
* vnet: virtualise more network stack sysctls.Bjoern A. Zeeb2020-01-081-1/+1
* Fix rtsock route message generation for interface addresses.Alexander V. Chernikov2020-01-072-40/+23
* In r343631 error code for a packet blocked by a firewall wasGleb Smirnoff2020-01-011-1/+1
* Remove useless code from in6_rmx.cAlexander V. Chernikov2019-12-181-63/+0
* Leave multicast group before reaping and committing state for bothHans Petter Selasky2019-12-181-7/+7
* Update comment.Bjoern A. Zeeb2019-12-061-5/+4
* ip6_input: remove redundant v4mapped checkBjoern A. Zeeb2019-12-061-18/+0
* Remove useless NULL checkKristof Provost2019-12-051-2/+1
* Make icmp6_reflect() static.Bjoern A. Zeeb2019-12-031-1/+2
* Use refcount from "in_joingroup_locked()" when joining multicastHans Petter Selasky2019-12-031-3/+1
* Update the hostcache also for PTB messages received for SCTP/IPv6.Michael Tuexen2019-12-011-0/+5
* Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros.Bjoern A. Zeeb2019-12-0111-124/+183
* in6_joingroup_locked: need if_addr_lock around in6m_disconnect_lockedRyan Libby2019-11-251-0/+2
* in6: move includeBjoern A. Zeeb2019-11-191-2/+1
* nd6: sysctlBjoern A. Zeeb2019-11-191-12/+10
* nd6: make nd6_timer_ch staticBjoern A. Zeeb2019-11-191-1/+1
* nd6_rtr: re-sort functionsBjoern A. Zeeb2019-11-191-365/+350
* mld: fix epoch assertionBjoern A. Zeeb2019-11-191-0/+8
* icmpv6: Fix mbuf change in mldBjoern A. Zeeb2019-11-183-3/+6
* nd6: retire defrouter_select(), use _fib() variant.Bjoern A. Zeeb2019-11-163-13/+2
* nd6_rtr:Bjoern A. Zeeb2019-11-162-28/+28
* netinet*: replace IP6_EXTHDR_GET()Bjoern A. Zeeb2019-11-151-4/+4
* netinet6: Remove PULLDOWN_TESTs.Bjoern A. Zeeb2019-11-1510-382/+173