summaryrefslogtreecommitdiff
path: root/sys/net/if_loop.c
AgeCommit message (Expand)Author
2025-12-18net: attach IPv4 and IPv6 stacks to an interface with EVENTHANDLER(9)Gleb Smirnoff
2025-11-24loopback: Clear hash unconditionally.Andrew Gallatin
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-06-26lo: Use new KPI to create the first loop interfaceZhenlei Huang
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-01-24ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits
2022-09-22if_clone: migrate some consumers to the new KPI.Alexander V. Chernikov
2022-09-05loop(4): make interface methods staticGleb Smirnoff
2021-08-22routing: Allow using IPv6 next-hops for IPv4 routes (RFC 5549).Zhenlei Huang
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2018-07-24Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner
2018-06-09Explicitly change the link state when we assingn an address.Andrey V. Elsukov
2018-05-09Add IFCAP_LINKSTATE support to if_loop(4).Andrey V. Elsukov
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-10-20Clear mbuf hashtype on loopback when RSS is enabled.Andrew Gallatin
2016-06-21Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb
2016-04-15sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni
2016-01-09Finish r275196: do not dereference rtentry in if_output() routines.Alexander V. Chernikov
2015-07-06Fix if_loop so bpfwrite() can use it regardless of the state ofPatrick Kelsey
2014-11-06Make checks for rt_mtu generic:Alexander V. Chernikov
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-03-14Remove AppleTalk support.Gleb Smirnoff
2014-03-14Remove IPX support.Gleb Smirnoff
2014-03-05- Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-04-26Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff
2012-10-16Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff
2012-10-10Revert previous commit...Kevin Lo
2012-10-09Prefer NULL over 0 for pointersKevin Lo
2012-07-28Hardcode the loopback rx/tx checkum options for IPv6 to on withoutBjoern A. Zeeb
2012-05-30Seperate SCTP checksum offloading for IPv4 and IPv6.Michael Tuexen
2012-05-28It turns out that too many drivers are not only parsing the L2/3/4Bjoern A. Zeeb
2012-05-25MFp4 bz_ipv6_fast:Bjoern A. Zeeb
2010-11-22After some off-list discussion, revert a number of changes to theDimitry Andric
2010-11-14Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric
2010-02-21ifconfig(8) expects interface fooX to be supported by the module if_foo,Robert Watson
2009-08-01Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson
2009-07-23Introduce and use a sysinit-based initialization scheme for virtualRobert Watson
2009-07-16Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson
2009-07-14Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson
2009-06-08After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb
2009-06-08Introduce an infrastructure for dismantling vnet instances.Marko Zec
2009-06-05Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson
2009-05-23V_irtualize the if_clone framework, thus allowing for clonable ifnetsMarko Zec
2009-04-26In preparation for turning on options VIMAGE in next commits,Marko Zec
2009-04-16Change if_output to take a struct route as its fourth argument in orderKip Macy
2009-04-11Introduce vnet module registration / initialization framework withMarko Zec
2009-04-06 First pass at separating per-vnet initializer functionsMarko Zec