| Commit message (Expand) | Author | Age | Files | Lines |
| * | sctp, tcp, udp: improve deferred computation of checksums | Timo Völker | 2025-09-05 | 1 | -0/+22 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | IfAPI: Explicitly include <net/if_private.h> in netstack | Justin Hibbits | 2023-01-31 | 1 | -0/+1 |
| * | net: employ newly added pfil_mbuf_{in,out} where approriate | Mateusz Guzik | 2022-09-08 | 1 | -3/+3 |
| * | net: retire PFIL_FWD | Mateusz Guzik | 2022-09-07 | 1 | -1/+1 |
| * | net: remove stale altq_input reference | Mateusz Guzik | 2022-09-07 | 1 | -8/+0 |
| * | IPv4: fix redirect sending conditions | Bjoern A. Zeeb | 2021-12-26 | 1 | -33/+68 |
| * | routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549). | Zhenlei Huang | 2021-08-22 | 1 | -12/+17 |
| * | ip_fastfwd: style(9) tidy for r367628 | Ed Maste | 2020-11-13 | 1 | -4/+5 |
| * | Followup pointed out by ae@ | George V. Neville-Neil | 2020-11-13 | 1 | -1/+5 |
| * | An earlier commit effectively turned out the fast forwading path | George V. Neville-Neil | 2020-11-12 | 1 | -2/+56 |
| * | Convert IP/IPv6 forwarding, ICMP processing and IP PCB laddr selection to | Alexander V. Chernikov | 2020-04-14 | 1 | -17/+24 |
| * | White space cleanup -- remove trailing tab's or spaces | Randall Stewart | 2020-02-12 | 1 | -1/+1 |
| * | New pfil(9) KPI together with newborn pfil API and control utility. | Gleb Smirnoff | 2019-01-31 | 1 | -9/+7 |
| * | Fix "ipfw fwd" to work for incoming IPv4 packets when ip_tryforward() chooses | Eugene Grosbein | 2018-09-05 | 1 | -2/+24 |
| * | netpfil: Introduce PFIL_FWD flag | Kristof Provost | 2018-03-23 | 1 | -3/+3 |
| * | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | When we are sending IP fragments, update ip pointers in IP_PROBE() for | Andrey V. Elsukov | 2016-12-29 | 1 | -2/+3 |
| * | Rework ip_tryforward() to use FIB4 KPI. | Andrey V. Elsukov | 2016-11-28 | 1 | -90/+45 |
| * | 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 |
| * | Replace the fastforward path with tryforward which does not require a | George V. Neville-Neil | 2015-11-05 | 1 | -112/+5 |
| * | Remove incorrect layering violating code that: | Gleb Smirnoff | 2015-01-12 | 1 | -11/+0 |
| * | Remove kernel handling of ICMP_SOURCEQUENCH. | Alexander V. Chernikov | 2014-11-10 | 1 | -1/+0 |
| * | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | Gleb Smirnoff | 2014-11-07 | 1 | -1/+1 |
| * | Make net.inet.ip.sourceroute, net.inet.ip.accept_sourceroute, and | Hiroki Sato | 2014-09-15 | 1 | -2/+2 |
| * | Clean up unused CSUM_FRAGMENT. | Gleb Smirnoff | 2014-09-03 | 1 | -2/+1 |
| * | - Remove rt_metrics_lite and simply put its members into rtentry. | Gleb Smirnoff | 2014-03-05 | 1 | -5/+4 |
| * | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 1 | -1/+0 |
| * | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | Mark Johnston | 2013-08-25 | 1 | -0/+5 |
| * | Add m_clrprotoflags() to clear protocol specific mbuf flags at up and | Andre Oppermann | 2013-08-19 | 1 | -0/+8 |
| * | Remove the recently added sysctl variable net.pfil.forward. | Andrey V. Elsukov | 2012-11-02 | 1 | -1/+2 |
| * | o Remove last argument to ip_fragment(), and obtain all needed information | Gleb Smirnoff | 2012-10-26 | 1 | -3/+1 |
| * | Remove the IPFIREWALL_FORWARD kernel option and make possible to turn | Andrey V. Elsukov | 2012-10-25 | 1 | -16/+4 |
| * | A step in resolving mess with byte ordering for AF_INET. After this change: | Gleb Smirnoff | 2012-10-06 | 1 | -22/+7 |
| * | Use correct field to track statistics counting error as bad header length. | Bjoern A. Zeeb | 2010-12-05 | 1 | -1/+1 |
| * | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -1/+1 |
| * | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -1/+1 |
| * | Virtualize the pfil hooks so that different jails may chose different | Julian Elischer | 2009-10-11 | 1 | -4/+5 |
| * | Correct comment. | Pawel Jakub Dawidek | 2009-09-06 | 1 | -2/+2 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
| * | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -1/+1 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -8/+5 |
| * | Change if_output to take a struct route as its fourth argument in order | Kip Macy | 2009-04-16 | 1 | -3/+3 |
| * | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | Robert Watson | 2009-04-11 | 1 | -17/+17 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -1/+1 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -1/+3 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -2/+4 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -19/+20 |