aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_dead.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ifnet/API: Move struct ifnet definition to a <net/if_private.h>Justin Hibbits2023-01-241-0/+1
* Add a switch structure for send tags.John Baldwin2021-09-141-20/+0
* This adds the third step in getting BBR into the tree. BBR andRandall Stewart2019-08-011-0/+18
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Implement kernel support for hardware rate limited sockets.Hans Petter Selasky2017-01-181-0/+28
* Provide a dead version of if_get_counter.John Baldwin2014-12-121-0/+8
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-1/+1
* Remove if_timer/if_watchdog now that they are no longer used. The spaceJohn Baldwin2009-11-301-7/+0
* During if_detach(), invoke if_dead() to set the ifnet's functionRobert Watson2009-04-231-0/+114