| Commit message (Expand) | Author | Age | Files | Lines |
* | netinet: provide "at offset" variant of the in_delayed_cksum() API | Maxim Sobolev | 2025-08-26 | 1 | -0/+1 |
* | Decorate IPv4 structures used for byte buffer overlays as packed. | Michal Meloun | 2025-05-04 | 1 | -1/+1 |
* | netinet: allow per protocol random IP id control, single out IPSEC | acazuc | 2025-03-04 | 1 | -1/+3 |
* | netinet: add a probe point for IP, IP6, ICMP, ICMP6, UDP and TCP stats counters | Kristof Provost | 2024-04-08 | 1 | -8/+20 |
* | sys: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 1 | -2/+0 |
* | ip_var.h: align comment style | Igor Ostapenko | 2023-11-01 | 1 | -4/+3 |
* | pf: use an enum for packet direction in divert tag | Kristof Provost | 2023-10-20 | 1 | -4/+10 |
* | pf: fix pf divert-to loop | Igor Ostapenko | 2023-10-19 | 1 | -0/+10 |
* | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
* | netinet*: Fix redirects for connections from localhost | Doug Rabson | 2023-05-31 | 1 | -0/+4 |
* | ipfw: add [fw]mark implementation for ipfw | Boris Lytochkin | 2023-04-25 | 1 | -0/+17 |
* | ipfw: garbage collect ip_fw_chk_ptr | Gleb Smirnoff | 2023-03-03 | 1 | -1/+0 |
* | netinet*: remove PRC_ constants and streamline ICMP processing | Gleb Smirnoff | 2022-10-04 | 1 | -1/+2 |
* | netinet*: de-void control input IP protocol methods | Gleb Smirnoff | 2022-10-04 | 1 | -3/+4 |
* | netinet*: move ipproto_register() and co to ip_var.h and ip6_var.h | Gleb Smirnoff | 2022-10-04 | 1 | -0/+10 |
* | ip_reass: retire ipreass_slowtimo() in favor of per-slot callout | Gleb Smirnoff | 2022-09-08 | 1 | -4/+4 |
* | protosw: refactor protosw and domain static declaration and load | Gleb Smirnoff | 2022-08-17 | 1 | -1/+0 |
* | protosw: retire pr_drain and use EVENTHANDLER(9) directly | Gleb Smirnoff | 2022-08-17 | 1 | -1/+0 |
* | ip_reass: use callout(9) directly instead of pr_slowtimo | Gleb Smirnoff | 2022-08-17 | 1 | -1/+0 |
* | protosw: separate pr_input and pr_ctlinput out of protosw | Gleb Smirnoff | 2022-08-17 | 1 | -3/+1 |
* | raw ip: merge rip_output() into rip_send() | Gleb Smirnoff | 2022-08-11 | 1 | -1/+0 |
* | protocols: init with standard SYSINIT(9) or VNET_SYSINIT | Gleb Smirnoff | 2022-01-03 | 1 | -2/+0 |
* | headers: make a few more headers self-contained | Kristof Provost | 2022-01-03 | 1 | -1/+4 |
* | An earlier commit effectively turned out the fast forwading path | George V. Neville-Neil | 2020-11-12 | 1 | -0/+2 |
* | This commit adds BBR (Bottleneck Bandwidth and RTT) congestion control. This | Randall Stewart | 2019-09-24 | 1 | -0/+1 |
* | Convert all IPv4 and IPv6 multicast memberships into using a STAILQ | Hans Petter Selasky | 2019-06-25 | 1 | -5/+5 |
* | Remove 'dir' argument from dummynet_io(). This makes it possible to make | Gleb Smirnoff | 2019-03-14 | 1 | -1/+1 |
* | Remove 'dir' argument in ng_ipfw_input, since ip_fw_args now has this info. | Gleb Smirnoff | 2019-03-14 | 1 | -3/+1 |
* | Make second argument of ip_divert(), that specifies packet direction a bool. | Gleb Smirnoff | 2019-03-14 | 1 | -1/+1 |
* | New pfil(9) KPI together with newborn pfil API and control utility. | Gleb Smirnoff | 2019-01-31 | 1 | -2/+3 |
* | Add some additional length checks to the IPv4 fragmentation code. | Jonathan T. Looney | 2018-11-16 | 1 | -0/+1 |
* | ip(6)_freemoptions: defer imo destruction to epoch callback task | Matt Macy | 2018-05-20 | 1 | -2/+3 |
* | Currently in_pcbfree will unconditionally wunlock the pcbinfo lock | Matt Macy | 2018-05-05 | 1 | -1/+2 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | The pr_destroy field does not allow us to run the teardown code in a | Bjoern A. Zeeb | 2016-06-01 | 1 | -6/+0 |
* | Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(), | Alexander V. Chernikov | 2015-12-09 | 1 | -2/+0 |
* | fix a typo in a comment | Luigi Rizzo | 2015-07-18 | 1 | -1/+1 |
* | o Use new function ip_fillid() in all places throughout the kernel, | Gleb Smirnoff | 2015-04-01 | 1 | -18/+1 |
* | On multi CPU systems, we may emit successive packets with the same id. | Fabien Thomas | 2015-03-27 | 1 | -4/+14 |
* | Add a flag to ip_output() - IP_NODEFAULTFLOWID - which prevents it from | Adrian Chadd | 2014-09-09 | 1 | -0/+1 |
* | Change pr_output's prototype to avoid the need for explicit casts. | Kevin Lo | 2014-08-15 | 1 | -1/+1 |
* | Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have | Kevin Lo | 2014-08-08 | 1 | -4/+4 |
* | Since both netinet/ and netinet6/ call into netipsec/ and netpfil/, | Gleb Smirnoff | 2014-03-12 | 1 | -9/+0 |
* | Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specific | Andre Oppermann | 2013-08-19 | 1 | -1/+3 |
* | Move ip_reassemble()'s use of the global M_FRAG mbuf flag to a protocol layer | Andre Oppermann | 2013-08-19 | 1 | -0/+1 |
* | Use new macros to implement ipstat and tcpstat using PCPU counters. | Andrey V. Elsukov | 2013-07-09 | 1 | -40/+7 |
* | Reflect removing of the counter_u64_subtract() function in the macro. | Andrey V. Elsukov | 2013-04-12 | 1 | -2/+2 |
* | Merge from projects/counters: TCP/IP stats. | Gleb Smirnoff | 2013-04-08 | 1 | -36/+70 |
* | Remove the recently added sysctl variable net.pfil.forward. | Andrey V. Elsukov | 2012-11-02 | 1 | -0/+1 |