aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_fastfwd.c
Commit message (Expand)AuthorAgeFilesLines
* routing: Make ip[6]_tryforward() FIB-aware for local trafficPouria Mousavizadeh Tehrani2026-04-141-1/+1
* netinet: Remove left-over sys/cdefs.hWarner Losh2025-12-031-1/+0
* sctp, tcp, udp: improve deferred computation of checksumsTimo Völker2025-08-011-0/+28
* ip: Defer checks for an unspecified dstaddr until after pfil hooksMark Johnston2025-01-161-0/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits2023-01-311-0/+1
* net: employ newly added pfil_mbuf_{in,out} where approriateMateusz Guzik2022-09-081-2/+2
* net: retire PFIL_FWDMateusz Guzik2022-09-071-2/+2
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Convert IP/IPv6 forwarding, ICMP processing and IP PCB laddr selection toAlexander V. Chernikov2020-04-141-19/+26
* fib6_rte_to_nh_*: return a link-local gw address with scope embeddedBjoern A. Zeeb2020-03-031-7/+0
* New pfil(9) KPI together with newborn pfil API and control utility.Gleb Smirnoff2019-01-311-6/+6
* Send an ICMPv6 PacketTooBig message in case of forwading a packet whichMichael Tuexen2018-05-021-2/+9
* Add check that mbuf had not multicast layer2 address.Andrey V. Elsukov2018-04-131-1/+2
* netpfil: Introduce PFIL_FWD flagKristof Provost2018-03-231-2/+2
* Evaluate packet size after the firewall had its chance in the ip6 fast pathKristof Provost2017-10-251-8/+10
* Add ip6_tryforward() - a run to completion forwarding implementationAndrey V. Elsukov2016-12-121-0/+295