| Commit message (Expand) | Author | Age | Files | Lines |
| * | loopback: use new names for checksum offloading flags | Timo Völker | 2026-06-29 | 1 | -6/+5 |
| * | loopback: improve checksum offloading | Timo Völker | 2026-06-28 | 1 | -36/+6 |
| * | Revert "loopback: Clear hash unconditionally." | Andrew Gallatin | 2026-05-21 | 1 | -0/+2 |
| * | loopback: fix use-after-free | Kristof Provost | 2026-04-21 | 1 | -1/+3 |
| * | loopback: Account for packet drops | Andrew Gallatin | 2026-04-14 | 1 | -3/+7 |
| * | net: attach IPv4 and IPv6 stacks to an interface with EVENTHANDLER(9) | Gleb Smirnoff | 2025-12-18 | 1 | -1/+1 |
| * | loopback: Clear hash unconditionally. | Andrew Gallatin | 2025-11-24 | 1 | -2/+0 |
| * | net: Remove unneeded NULL check for the allocated ifnet | Zhenlei Huang | 2024-06-28 | 1 | -3/+0 |
| * | lo: Use new KPI to create the first loop interface | Zhenlei Huang | 2024-06-26 | 1 | -11/+2 |
| * | sys: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 1 | -2/+0 |
| * | sys: Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | ifnet/API: Move struct ifnet definition to a <net/if_private.h> | Justin Hibbits | 2023-01-24 | 1 | -0/+1 |
| * | if_clone: migrate some consumers to the new KPI. | Alexander V. Chernikov | 2022-09-22 | 1 | -13/+19 |
| * | loop(4): make interface methods static | Gleb Smirnoff | 2022-09-05 | 1 | -5/+4 |
| * | routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549). | Zhenlei Huang | 2021-08-22 | 1 | -1/+1 |
| * | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
| * | Use the new VNET_DEFINE_STATIC macro when we are defining static VNET | Andrew Turner | 2018-07-24 | 1 | -1/+1 |
| * | Explicitly change the link state when we assingn an address. | Andrey V. Elsukov | 2018-06-09 | 1 | -0/+1 |
| * | Add IFCAP_LINKSTATE support to if_loop(4). | Andrey V. Elsukov | 2018-05-09 | 1 | -1/+3 |
| * | 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 |
| * | Clear mbuf hashtype on loopback when RSS is enabled. | Andrew Gallatin | 2016-10-20 | 1 | -0/+5 |
| * | Get closer to a VIMAGE network stack teardown from top to bottom rather | Bjoern A. Zeeb | 2016-06-21 | 1 | -2/+2 |
| * | sys/net* : for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 1 | -1/+1 |
| * | Finish r275196: do not dereference rtentry in if_output() routines. | Alexander V. Chernikov | 2016-01-09 | 1 | -6/+2 |
| * | Fix if_loop so bpfwrite() can use it regardless of the state of | Patrick Kelsey | 2015-07-06 | 1 | -1/+1 |
| * | Make checks for rt_mtu generic: | Alexander V. Chernikov | 2014-11-06 | 1 | -13/+0 |
| * | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -4/+4 |
| * | Remove AppleTalk support. | Gleb Smirnoff | 2014-03-14 | 1 | -13/+0 |
| * | Remove IPX support. | Gleb Smirnoff | 2014-03-14 | 1 | -12/+0 |
| * | - Remove rt_metrics_lite and simply put its members into rtentry. | Gleb Smirnoff | 2014-03-05 | 1 | -1/+1 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | Add const qualifier to the dst parameter of the ifnet if_output method. | Gleb Smirnoff | 2013-04-26 | 1 | -8/+8 |
| * | Make the "struct if_clone" opaque to users of the cloning API. Users | Gleb Smirnoff | 2012-10-16 | 1 | -10/+9 |
| * | Revert previous commit... | Kevin Lo | 2012-10-10 | 1 | -1/+1 |
| * | Prefer NULL over 0 for pointers | Kevin Lo | 2012-10-09 | 1 | -1/+1 |
| * | Hardcode the loopback rx/tx checkum options for IPv6 to on without | Bjoern A. Zeeb | 2012-07-28 | 1 | -2/+26 |
| * | Seperate SCTP checksum offloading for IPv4 and IPv6. | Michael Tuexen | 2012-05-30 | 1 | -1/+1 |
| * | It turns out that too many drivers are not only parsing the L2/3/4 | Bjoern A. Zeeb | 2012-05-28 | 1 | -6/+21 |
| * | MFp4 bz_ipv6_fast: | Bjoern A. Zeeb | 2012-05-25 | 1 | -1/+1 |
| * | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -2/+2 |
| * | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -2/+2 |
| * | ifconfig(8) expects interface fooX to be supported by the module if_foo, | Robert Watson | 2010-02-21 | 1 | -2/+2 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Introduce and use a sysinit-based initialization scheme for virtual | Robert Watson | 2009-07-23 | 1 | -41/+15 |
| * | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -2/+2 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -14/+9 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -1/+0 |
| * | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -5/+30 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |