aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_ratelimit.h
Commit message (Expand)AuthorAgeFilesLines
* tcp_ratelimit: provide an api for drivers to release ratesets at detachAndrew Gallatin2024-08-051-0/+9
* tcp: Silence a -Wunused-function warning in tcp_ratelimit.hMark Johnston2023-10-251-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* rack and bbr not loading if TCP_RATELIMIT is not configured.Randall Stewart2023-01-051-5/+66
* This takes Warners suggested approach to making it so thatRandall Stewart2021-05-071-0/+14
* This brings into sync FreeBSD with the netflix versions of rack and bbr.Randall Stewart2021-05-061-1/+3
* Fix LINT kernel builds after 1a714ff20419 .Hans Petter Selasky2021-02-011-2/+0
* This pulls over all the changes that are in the netflixRandall Stewart2021-01-281-5/+19
* Fix copyright year and eliminate the obsolete all rights reserved line.Warner Losh2020-04-081-2/+1
* This commit expands tcp_ratelimit to be able to handle cardsRandall Stewart2020-02-261-1/+15
* Opps committed the wrong ratelimit version in theRandall Stewart2020-02-121-14/+1
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-1/+14
* Fix the ifdefs in tcp_ratelimit.h. They were reversed soRandall Stewart2019-09-241-1/+1
* This adds the third step in getting BBR into the tree. BBR andRandall Stewart2019-08-011-0/+141