aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_var.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* netinet*: Fix redirects for connections from localhostDoug Rabson2023-07-141-0/+4
* Convert route caching to nexthop caching.Alexander V. Chernikov2020-04-251-1/+1
* ip6: retire in6_selectroute_fib() as promised 8 years agoBjoern A. Zeeb2020-03-031-4/+1
* frag6: replace KAME hand-rolled queues with queue(9) TAILQsBjoern A. Zeeb2019-10-231-5/+7
* frag6: fix vnet teardown leakBjoern A. Zeeb2019-10-211-0/+1
* frag6: move public structure into file local space.Bjoern A. Zeeb2019-08-081-15/+1
* frag6.c: move variables and sysctls into local fileBjoern A. Zeeb2019-08-021-10/+0
* Convert all IPv4 and IPv6 multicast memberships into using a STAILQHans Petter Selasky2019-06-251-6/+5
* Add stat counter for ipv6 atomic fragmentsTom Jones2019-04-191-0/+1
* Update for IETF draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2019-03-061-0/+5
* New pfil(9) KPI together with newborn pfil API and control utility.Gleb Smirnoff2019-01-311-2/+4
* Implement a limit on on the number of IPv6 reassembly queues per bucket.Jonathan T. Looney2018-08-141-0/+3
* Add a limit of the number of fragments per IPv6 packet.Jonathan T. Looney2018-08-141-0/+2
* Make the IPv6 fragment limits be global, rather than per-VNET, limits.Jonathan T. Looney2018-08-141-2/+1
* ip(6)_freemoptions: defer imo destruction to epoch callback taskMatt Macy2018-05-201-0/+3
* Modify ip6_get_prevhdr() to be able use it safely.Andrey V. Elsukov2018-02-051-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* The pr_destroy field does not allow us to run the teardown code in aBjoern A. Zeeb2016-06-011-3/+0
* New way to manage reference counting of mbuf external storage.Gleb Smirnoff2016-03-011-1/+1
* Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket().Alexander V. Chernikov2016-01-101-3/+4
* Remove 'struct route_int6' argument from in6_selectsrc() andAlexander V. Chernikov2016-01-031-1/+1
* [netinet6]: Create a new IPv6 netisr which expects the frames to have been ve...Adrian Chadd2015-11-061-0/+9
* Implement RSS hashing/re-hashing for IPv6 ingress packets.Adrian Chadd2015-08-291-3/+3
* Simplify ip[6] simploop:Alexander V. Chernikov2015-08-081-1/+1
* Preserve IPv6 fragment IDs accross reassembly and refragmentationKristof Provost2015-04-011-1/+2
* Fix deadlock in IPv6 PCB code.Andrey V. Elsukov2015-03-041-2/+1
* Factor out ip6_fragment() function, to be used in IPv6 stack and pf(4).Gleb Smirnoff2015-02-161-0/+1
* Factor out ip6_deletefraghdr() function, to be shared between IPv6Gleb Smirnoff2015-02-161-0/+1
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-2/+0
* Remove ip6_getdstifaddr() and all functions to work with auxiliary data.Andrey V. Elsukov2014-11-081-36/+0
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-1/+1
* Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels.VANHULLEBUS Yvan2014-05-281-0/+1
* Since both netinet/ and netinet6/ call into netipsec/ and netpfil/,Gleb Smirnoff2014-03-121-7/+0
* Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specificAndre Oppermann2013-08-191-1/+6
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.Andrey V. Elsukov2013-07-091-4/+6
* Prepare network statistics structures for migration to PCPU counters.Andrey V. Elsukov2013-07-091-38/+38
* Fix build after r249543.Tijl Coosemans2013-04-161-1/+1
* Replace hardcoded numbers.Andrey V. Elsukov2013-04-161-8/+12
* Use M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2 was used forAndrey V. Elsukov2012-12-171-1/+1
* Remove the recently added sysctl variable net.pfil.forward.Andrey V. Elsukov2012-11-021-0/+2
* Remove __P.Xin LI2012-10-221-47/+47
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-2/+2
* In selectroute() add a missing fibnum argument to an in6_rtalloc()Bjoern A. Zeeb2012-02-241-1/+1
* Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-031-0/+3
* Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPEHiroki Sato2011-09-131-0/+3
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.Hiroki Sato2011-06-061-0/+5
* Fix more continuous/contiguous typos (cf. r215955)Rebecca Cran2010-11-271-1/+1
* MFp4 CH=183052 183053 183258:Bjoern A. Zeeb2010-09-021-0/+3