aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* TCP: send full initial window when timestamps are in useRichard Scheffenegger2020-09-253-7/+22
* TCP newreno: improve after_idle ssthreshRichard Scheffenegger2020-09-251-0/+7
* Whitespace changes.Michael Tuexen2020-09-248-48/+33
* Rework part of routing code to reduce difference to D26449.Alexander V. Chernikov2020-09-211-1/+2
* Remove unused nhop_ref_any() function.Alexander V. Chernikov2020-09-201-1/+0
* Initialize some local variables earlierMitchell Horne2020-09-182-6/+3
* if_vxlan(4): add support for hardware assisted checksumming, TSO, and RSS.Navdeep Parhar2020-09-181-3/+9
* Add a knob to allow zero UDP checksums for UDP/IPv6 traffic on the given UDP ...Navdeep Parhar2020-09-181-0/+3
* Export the name of the congestion control. This will be used by sockstatMichael Tuexen2020-09-132-1/+4
* cc_mod: remove unused CCF_DELACK definitionRichard Scheffenegger2020-09-101-1/+1
* So it turns out that syzkaller hit another crash. It has to do with switchingRandall Stewart2020-09-092-3/+23
* bbr: remove unused static functionBjoern A. Zeeb2020-09-051-25/+0
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0192-683/+18
* Move net/route/shared.h definitions to net/route/route_var.h.Alexander V. Chernikov2020-08-282-2/+0
* Fix a regression with the explicit EOR mode I introduced in r364268.Michael Tuexen2020-08-281-13/+34
* RFC 3465 defines a limit L used in TCP slow start for limiting the numberMichael Tuexen2020-08-252-4/+2
* Use devctl.h instead of bus.h to reduce newbus pollution.Warner Losh2020-08-211-1/+1
* TCP: remove special treatment for hardware (ifnet) TLSAndrew Gallatin2020-08-193-301/+21
* TCP Cubic: recalculate cwnd for every ACK.Richard Scheffenegger2020-08-181-17/+5
* Fix two bugs I introduced in r362563.Michael Tuexen2020-08-181-2/+2
* Remove a line which is needed and was added inMichael Tuexen2020-08-161-1/+0
* Improve the handling of concurrent send() calls for SCTP sockets,Michael Tuexen2020-08-167-20/+31
* Enter epoch earlier. This is needed because we are exiting it alsoMichael Tuexen2020-08-151-1/+1
* Simplify dom_<rtattach|rtdetach>.Alexander V. Chernikov2020-08-143-22/+12
* TCP Cubic: Have Fast Convergence Heuristic work for ECN, and align concave re...Richard Scheffenegger2020-08-131-17/+21
* TCP Cubic: After leaving slowstart fix unintended cwnd jump.Richard Scheffenegger2020-08-131-11/+13
* Improve SACK support code for RFC6675 and PRRRichard Scheffenegger2020-08-133-14/+36
* Use a static initializer for the multicast free tasks.Hans Petter Selasky2020-08-111-8/+1
* Fix the following issues related to the TCP SYN-cache:Michael Tuexen2020-08-102-15/+30
* MC: add a note with reference to the discussion and history as-to why weBjoern A. Zeeb2020-08-101-0/+1
* Make sure the multicast release tasks are properly drained whenHans Petter Selasky2020-08-103-3/+30
* Use proper prototype for SYSINIT() functions.Hans Petter Selasky2020-08-101-1/+1
* Improve the ECN negotiation when the TCP SYN-cache is used by makingMichael Tuexen2020-08-081-0/+10
* IPV6_PKTINFO support for v4-mapped IPv6 socketsBjoern A. Zeeb2020-08-071-3/+64
* The recent changes to move the ref count incrementRandall Stewart2020-07-311-1/+8
* Clear the pointer to the socket when closing it also in case ofMichael Tuexen2020-07-231-0/+5
* Detect and handle an invalid reassembly constellation, which results inMichael Tuexen2020-07-232-23/+33
* Fix style and comment around concave/convex regions in TCP cubic.Richard Scheffenegger2020-07-211-3/+2
* Add MODULE_VERSION to TCP loadable congestion control modules.Richard Scheffenegger2020-07-208-1/+8
* Add reference counts for inp/stcb/net when timers are running.Michael Tuexen2020-07-195-82/+153
* Remove code which is not needed.Michael Tuexen2020-07-181-3/+0
* Improve the locking of address lists by adding some asserts andMichael Tuexen2020-07-174-31/+55
* (Re)-allow 0.0.0.0 to be used as an address in connect() for TCPMichael Tuexen2020-07-161-9/+6
* Improve the error handling in generating ASCONF chunks.Michael Tuexen2020-07-142-98/+74
* Cleanup, no functional change intended.Michael Tuexen2020-07-121-12/+0
* (Re)activate SCTP system calls when compiling SCTP support into the kernelMichael Tuexen2020-07-121-0/+4
* Whitespace changes due to upstreaming r363079.Michael Tuexen2020-07-102-2/+3
* Provide support for building SCTP as a loadable module.Mark Johnston2020-07-104-30/+251
* Fix a use-after-free bug for the userland stack. The kernelMichael Tuexen2020-07-101-2/+5
* Optimize flushing of receive queues.Michael Tuexen2020-07-091-14/+25