summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+5
* Update comment.Bjoern A. Zeeb2019-12-061-5/+4
* ip6_input: remove redundant v4mapped checkBjoern A. Zeeb2019-12-061-18/+0
* Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros.Bjoern A. Zeeb2019-12-011-10/+14
* netinet6: Remove PULLDOWN_TESTs.Bjoern A. Zeeb2019-11-151-130/+14
* netinet*: update *mp to pass the proper value backBjoern A. Zeeb2019-11-121-1/+3
* netinet*: variable cleanupBjoern A. Zeeb2019-11-071-1/+2
* frag6: fix vnet teardown leakBjoern A. Zeeb2019-10-211-0/+1
* When processing an incoming IPv6 packet over the loopback interface whichMichael Tuexen2019-09-191-4/+6
* IPv6 cleanup: kernelBjoern A. Zeeb2019-08-021-11/+11
* New pfil(9) KPI together with newborn pfil API and control utility.Gleb Smirnoff2019-01-311-14/+11
* Restore ability to send ICMP and ICMPv6 redirects.Andrey V. Elsukov2018-08-141-1/+3
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-1/+1
* UDP: further performance improvements on txMatt Macy2018-05-231-1/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-2/+2
* netpfil: Introduce PFIL_FWD flagKristof Provost2018-03-231-1/+1
* Modify ip6_get_prevhdr() to be able use it safely.Andrey V. Elsukov2018-02-051-35/+25
* Do not skip scope zone violation check, when mbuf has M_FASTFWD_OURS flag.Andrey V. Elsukov2018-01-291-13/+8
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Use hardware timestamps to report packet timestamps for SO_TIMESTAMPKonstantin Belousov2017-11-071-8/+62
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-29/+19
* Add a new socket option SO_TS_CLOCK to pick from several different clockMaxim Sobolev2017-01-161-6/+41
* ip[6]_tryforward does inbound and outbound packet firewall processing.Andrey V. Elsukov2016-12-191-11/+24
* Modify IPv6 statistic accounting in ip6_input().Andrey V. Elsukov2016-12-121-33/+27
* Add ip6_tryforward() - a run to completion forwarding implementationAndrey V. Elsukov2016-12-121-4/+16
* Make ICMPv6 hard error handling for TCP consistent with the ICMPv4Michael Tuexen2016-10-211-2/+2
* Add net.inet6.ip6.intr_queue_maxlen sysctl. It can be used toAndrey V. Elsukov2016-07-151-0/+37
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-1/+25
* Cleanup unneded include "opt_ipfw.h".Andrey V. Elsukov2016-06-091-1/+0
* Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.Bjoern A. Zeeb2016-06-031-1/+13
* The pr_destroy field does not allow us to run the teardown code in aBjoern A. Zeeb2016-06-011-2/+4
* Mfp4 @180378:Bjoern A. Zeeb2016-03-221-34/+1
* Overhaul if_enc(4) and make it loadable in run-time.Andrey V. Elsukov2015-11-251-3/+27
* [netinet6]: Create a new IPv6 netisr which expects the frames to have been ve...Adrian Chadd2015-11-061-7/+81
* Add support for receiving flowtype, flowid and RSS bucket information as part...Adrian Chadd2015-09-061-0/+39
* Implement RSS hashing/re-hashing for IPv6 ingress packets.Adrian Chadd2015-08-291-4/+12
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.Andrey V. Elsukov2015-07-291-2/+4
* Fix deadlock in IPv6 PCB code.Andrey V. Elsukov2015-03-041-13/+16
* Remove ip6_getdstifaddr() and all functions to work with auxiliary data.Andrey V. Elsukov2014-11-081-304/+24
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-14/+10
* Unify sa_equal() macro usage.Alexander V. Chernikov2014-04-261-3/+0
* Remove unused variable.Andrey V. Elsukov2014-04-171-3/+0
* Drop packets to multicast address whose scop field contains theAndrey V. Elsukov2014-02-131-1/+12
* o Revamp API between flowtable and netinet, netinet6.Gleb Smirnoff2014-02-071-24/+0
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* - Utilize counter(9) to accumulate statistics on interface addresses. AddGleb Smirnoff2013-10-151-4/+6
* Remove useless check of ia6 against NULL, right after dereferencing it.Gleb Smirnoff2013-10-151-2/+2
* Unregister inet/inet6 pfil hooks on vnet destroy.Mikolaj Golub2013-09-131-0/+4