aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Introduce nexthop objects and new routing KPI.Alexander V. Chernikov2020-04-123-35/+231
* Revert https://svnweb.freebsd.org/changeset/base/359809Michael Tuexen2020-04-121-2/+0
* Zero out pointers for consistency.Michael Tuexen2020-04-111-0/+2
* Remove per-AF radix_mpath initializtion functions.Alexander V. Chernikov2020-04-112-7/+5
* Fix copyright year and eliminate the obsolete all rights reserved line.Warner Losh2020-04-082-4/+2
* Do more argument validation under INVARIANTS when starting/stoppingMichael Tuexen2020-04-061-2/+13
* Use interface fib for proxyarp checks.Alexander V. Chernikov2020-04-021-5/+9
* Allow the TCP backhole detection to be disabled at all, enabled onlyMichael Tuexen2020-03-313-12/+27
* Remove the "config" taskqgroup and its KPIs.Mark Johnston2020-03-301-18/+10
* Small cleanup by using a variable just assigned.Michael Tuexen2020-03-281-2/+2
* Handle integer overflows correctly when converting msecs and secs toMichael Tuexen2020-03-288-59/+134
* sys/netinet: remove spurious doubled ;sEd Maste2020-03-272-2/+2
* Some more uint32_t cleanups, no functional change.Michael Tuexen2020-03-273-12/+11
* Use uint32_t where it is expected to be used. No functional change.Michael Tuexen2020-03-272-7/+7
* Remove an optimization, which was incorrect a couple of times andMichael Tuexen2020-03-251-21/+3
* Improve consistency in debug output.Michael Tuexen2020-03-251-13/+13
* Revert https://svnweb.freebsd.org/changeset/base/357829Michael Tuexen2020-03-251-25/+25
* Use consistent debug output.Michael Tuexen2020-03-251-5/+5
* Don't restore the vnet too early in error cases.Michael Tuexen2020-03-251-4/+4
* Only call panic when building with INVARIANTS.Michael Tuexen2020-03-241-0/+12
* Another cleanup of the timer code. Also be more pedantic about theMichael Tuexen2020-03-241-261/+550
* Cleanup the file and add two ASSERT variants for locks, which will beMichael Tuexen2020-03-231-266/+294
* More timer cleanups, no functional change.Michael Tuexen2020-03-215-28/+16
* Remove a set, but unused variable.Michael Tuexen2020-03-201-8/+0
* A a missing NET_EPOCH_ENTER/NET_EPOCH_EXIT pair. This was affectingMichael Tuexen2020-03-191-0/+2
* Consistently provide arguments for timer start and stop routines.Michael Tuexen2020-03-199-32/+28
* Cleanup the stream reset and asconf timer.Michael Tuexen2020-03-193-16/+20
* The MTU candidates MUST be a multiple of 4, so make them so.Michael Tuexen2020-03-191-1/+1
* Handle the timers in a consistent sequence according to the definitionMichael Tuexen2020-03-171-116/+115
* Avoid a cache miss accessing an mbuf ext_pgs pointer when doing SW kTLS.Andrew Gallatin2020-03-161-1/+1
* Use KMOD_TCPSTAT_INC instead of TCPSTAT_INC for RACK and BBR, sinceMichael Tuexen2020-03-125-128/+129
* make lacp's use_numa hashing aware of send tagsAndrew Gallatin2020-03-092-0/+2
* Fix an issue of net.inet.igmp.stats handler.Hiroki Sato2020-03-071-2/+57
* When using automatically generated flow labels and using TCP SYNMichael Tuexen2020-03-041-1/+2
* Add new ICMPv6 counters for Anti-DoS limits.Bjoern A. Zeeb2020-03-041-0/+4
* Don't send an uninitilised traffic class in the IPv6 header, whenMichael Tuexen2020-03-041-1/+2
* tcp_hpts: make RSS kernel compile again.Bjoern A. Zeeb2020-03-031-4/+11
* Remove stale definitions. The removed definitions are not used rightMichael Tuexen2020-03-011-5/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-2638-200/+288
* This commit expands tcp_ratelimit to be able to handle cardsRandall Stewart2020-02-262-40/+333
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (14 of many)Pawel Biernacki2020-02-243-38/+78
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (6 of many)Pawel Biernacki2020-02-211-4/+7
* Remove an unused timer type.Michael Tuexen2020-02-201-7/+6
* Epochify SCTP.Michael Tuexen2020-02-184-13/+47
* Remove unused function.Michael Tuexen2020-02-181-17/+0
* Fix the non-default stream schedulers such that do not interleaveMichael Tuexen2020-02-171-0/+9
* Don't use uninitialised stack memory if the sysctl variableMichael Tuexen2020-02-171-1/+3
* Fix kernel panic while trying to read multicast stream.Hans Petter Selasky2020-02-171-0/+1
* sctp: use new capsicum helpersMateusz Guzik2020-02-151-4/+4
* sack_newdata and snd_recover hold the same value. Therefore, use onlyMichael Tuexen2020-02-137-10/+6