aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_dead.c
Commit message (Expand)AuthorAgeFilesLines
* 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