| Commit message (Expand) | Author | Age | Files | Lines |
| * | netinet6: use in6_ifmtu() instead of IN6_LINKMTU() macro | Gleb Smirnoff | 2026-01-23 | 1 | -2/+2 |
| * | netinet: Remove left-over sys/cdefs.h | Warner Losh | 2025-12-03 | 1 | -1/+0 |
| * | sctp, tcp, udp: improve deferred computation of checksums | Timo Völker | 2025-08-01 | 1 | -0/+27 |
| * | netinet6: Do not forward or send ICMPv6 messages to the unspec address | Mark Johnston | 2025-04-22 | 1 | -1/+2 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | routing: plug mbuf leak for the packets hitting IPv6 blackhole route | Alexander V. Chernikov | 2023-05-17 | 1 | -3/+6 |
| * | pf: distinguish forwarding and output cases for pf_refragment6() | Kristof Provost | 2023-03-16 | 1 | -1/+1 |
| * | net.inet6.ip6.log_interval: use ppsratecheck(9) internally | Pawel Biernacki | 2023-03-13 | 1 | -6/+2 |
| * | netinet6: allow disabling excess log messages | Pawel Biernacki | 2023-03-13 | 1 | -2/+4 |
| * | IfAPI: Explicitly include <net/if_private.h> in netstack | Justin Hibbits | 2023-01-31 | 1 | -0/+1 |
| * | netinet6: honor blackhole/unreach routes in the non-fastforwading code. | Alexander V. Chernikov | 2023-01-22 | 1 | -0/+9 |
| * | net: employ newly added pfil_mbuf_{in,out} where approriate | Mateusz Guzik | 2022-09-08 | 1 | -1/+1 |
| * | net: retire PFIL_FWD | Mateusz Guzik | 2022-09-07 | 1 | -2/+2 |
| * | ipv6: quit dropping packets looping back on p2p interfaces | Kyle Evans | 2020-08-31 | 1 | -17/+1 |
| * | Add the SCTP_SUPPORT kernel option. | Mark Johnston | 2020-06-18 | 1 | -1/+1 |
| * | Convert ip6_forward() to the new routing KPI. | Alexander V. Chernikov | 2020-04-15 | 1 | -58/+77 |
| * | Convert IP/IPv6 forwarding, ICMP processing and IP PCB laddr selection to | Alexander V. Chernikov | 2020-04-14 | 1 | -1/+1 |
| * | Add a missing include of opt_sctp.h. | Mark Johnston | 2019-10-12 | 1 | -0/+1 |
| * | New pfil(9) KPI together with newborn pfil API and control utility. | Gleb Smirnoff | 2019-01-31 | 1 | -5/+4 |
| * | netpfil: Introduce PFIL_FWD flag | Kristof Provost | 2018-03-23 | 1 | -2/+3 |
| * | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Merge projects/ipsec into head/. | Andrey V. Elsukov | 2017-02-06 | 1 | -211/+18 |
| * | Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead. | Kevin Lo | 2016-09-15 | 1 | -1/+2 |
| * | Prepare for network stack as a module | Stephen J. Kiernan | 2016-07-27 | 1 | -3/+0 |
| * | Cleanup unneded include "opt_ipfw.h". | Andrey V. Elsukov | 2016-06-09 | 1 | -1/+0 |
| * | sys/net*: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -1/+1 |
| * | Fix rte refcount leak in ip6_forward(). | Alexander V. Chernikov | 2016-01-20 | 1 | -2/+5 |
| * | Bring back the ability of passing cached route via nd6_output_ifp(). | Alexander V. Chernikov | 2015-11-15 | 1 | -1/+1 |
| * | Simplify the way of attaching IPv6 link-layer header. | Alexander V. Chernikov | 2015-09-16 | 1 | -1/+1 |
| * | Fix possible use after free due to security policy deletion. | Andrey V. Elsukov | 2015-04-27 | 1 | -5/+4 |
| * | Evaluate packet size after the firewall had its chance | Kristof Provost | 2015-04-07 | 1 | -33/+34 |
| * | Remove duplicate code | Kristof Provost | 2015-04-06 | 1 | -15/+2 |
| * | Use ipsec6_in_reject() to simplify ip6_ipsec_fwd() and ip6_ipsec_input(). | Andrey V. Elsukov | 2014-12-11 | 1 | -15/+12 |
| * | Remove flag/flags argument from the following functions: | Andrey V. Elsukov | 2014-12-11 | 1 | -2/+1 |
| * | Remove redundant call to ipsec_getpolicybyaddr(). | Andrey V. Elsukov | 2014-09-30 | 1 | -11/+4 |
| * | Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have | Kevin Lo | 2014-08-08 | 1 | -2/+0 |
| * | Remove unused variable. | Andrey V. Elsukov | 2014-06-08 | 1 | -14/+2 |
| * | Fixed IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels. | VANHULLEBUS Yvan | 2014-05-28 | 1 | -30/+16 |
| * | Remove unused label. | Andrey V. Elsukov | 2014-03-31 | 1 | -1/+0 |
| * | Don't generate an ICMPv6 error message if packet was consumed by filter. | Andrey V. Elsukov | 2014-03-31 | 1 | -4/+2 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | - Use time_uptime instead of time_second in data structures for | Hiroki Sato | 2013-08-05 | 1 | -4/+4 |
| * | Remove the large part of struct ipsecstat. Only few fields of this | Andrey V. Elsukov | 2013-07-23 | 1 | -3/+3 |
| * | Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics | Andrey V. Elsukov | 2013-06-20 | 1 | -3/+3 |
| * | Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats. | Andrey V. Elsukov | 2013-04-09 | 1 | -17/+17 |
| * | Remove the recently added sysctl variable net.pfil.forward. | Andrey V. Elsukov | 2012-11-02 | 1 | -4/+3 |
| * | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | Andrey V. Elsukov | 2012-10-25 | 1 | -6/+2 |
| * | Seperate SCTP checksum offloading for IPv4 and IPv6. | Michael Tuexen | 2012-05-30 | 1 | -4/+4 |
| * | It turns out that too many drivers are not only parsing the L2/3/4 | Bjoern A. Zeeb | 2012-05-28 | 1 | -4/+4 |
| * | MFp4 bz_ipv6_fast: | Bjoern A. Zeeb | 2012-05-25 | 1 | -2/+0 |