aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Use layer five checksum flags in the mbuf packet header to pass on crypto state.Hans Petter Selasky2021-11-041-1/+10
* SIFTR: Fix compilation with -DSIFTR_IPV6Allan Jude2021-11-041-4/+5
* blackhole(4): disable for locally originated TCP/UDP packetsGleb Smirnoff2021-11-033-3/+25
* Fix a common typo in syctl descriptionsGordon Bergling2021-11-032-2/+2
* udp_input: remove a BSD stack relictGleb Smirnoff2021-11-031-16/+6
* netinet: Fix a common typo in source code commentsGordon Bergling2021-11-032-4/+4
* ip_divert: calculate delayed checksum for IPv6 adress familyAndrey V. Elsukov2021-11-031-0/+19
* inet: remove tcp_debug from netinet/tcp_debug.hMateusz Guzik2021-11-011-6/+0
* carp: deal with negative net.inet.carp.demotionMarius Halden2021-11-011-1/+3
* tcp: Rack might retransmit forever.Randall Stewart2021-10-292-33/+71
* tcp: Rack at times can miscalculate the RTT from what it thinks is a persists...Randall Stewart2021-10-291-7/+14
* Enable net.inet.tcp.nolocaltimewait.Gleb Smirnoff2021-10-281-3/+3
* mroute: add missing WUNLOCKWojciech Macek2021-10-281-1/+3
* mroute: fix memory leakWojciech Macek2021-10-281-0/+3
* rack: Update the fast send block on setsockopt(2)Gleb Smirnoff2021-10-271-1/+28
* Factor out tcp6_use_min_mtu() to handle IPV6_USE_MIN_MTU by TCP.Gleb Smirnoff2021-10-275-37/+84
* Several IP level socket options may affect TCP.Gleb Smirnoff2021-10-271-21/+54
* Split tcp_ctloutput() into set/get parts.Gleb Smirnoff2021-10-271-35/+90
* tcp: socket option to get stack alias namePeter Lei2021-10-274-4/+44
* tcp: The rack stack can incorrectly have an overflow when calculating a burst...Randall Stewart2021-10-261-3/+4
* tcp: allow new reno functions to be called from other CC modulesMichael Tuexen2021-10-251-13/+34
* Don't run ip_ctloutput() for divert socket.Gleb Smirnoff2021-10-251-1/+0
* Remove div_ctlinput().Gleb Smirnoff2021-10-251-13/+0
* Use network epoch to protect local IPv4 addresses hash.Gleb Smirnoff2021-10-2210-84/+60
* tcp: Add hystart-plus to cc_newreno and rack.Randall Stewart2021-10-227-65/+476
* net: Allow binding of unspecified address without address existanceRoy Marples2021-10-201-2/+0
* in_mcast: garbage collect inp_gcmoptions()Gleb Smirnoff2021-10-181-16/+5
* Add in_pcb_var.h for KPIs that are private to in_pcb.c and in6_pcb.c.Gleb Smirnoff2021-10-183-8/+56
* in_pcb: garbage collect in_pcbrele()Gleb Smirnoff2021-10-182-11/+0
* in_pcb: garbage collect unused structure in_pcblistGleb Smirnoff2021-10-182-30/+0
* Fix fragmented UDP packets handling since rev.360967.Maxim Sobolev2021-10-151-105/+120
* Remove in_ifaddr_lock acquisiton to access in_ifaddrhead.Gleb Smirnoff2021-10-138-59/+23
* [fib_algo][dxr] Retire counters which are no longer usedMarko Zec2021-10-091-14/+0
* [fib_algo][dxr] Improve incremental updating strategyMarko Zec2021-10-091-19/+84
* sctp: improve KASSERT messagesMichael Tuexen2021-10-081-12/+12
* sctp: don't keep being locked on a stream which is removedMichael Tuexen2021-10-011-0/+9
* tcp: Make dsack stats available in netstat and also make sure its aware of TL...Randall Stewart2021-10-015-10/+57
* sctp: provide a specific stream scheduler function for FCFSMichael Tuexen2021-09-291-1/+25
* sctp: cleanup and adding KASSERT()s, no functional changeMichael Tuexen2021-09-281-14/+41
* sctp: fix usage of stream scheduler functionsMichael Tuexen2021-09-281-5/+7
* sctp: avoid locking an already locked mutexMichael Tuexen2021-09-281-1/+1
* sctp: Fix a typo in a commentGordon Bergling2021-09-261-1/+1
* [fib_algo][dxr] Split unused range chunk list in multiple bucketsMarko Zec2021-09-251-15/+32
* tcp: Rack compressed ack path updates the recv window too easilyRandall Stewart2021-09-231-10/+25
* tcp: Two bugs in rack one of which can lead to a panic.Randall Stewart2021-09-231-13/+25
* sctp: Cleanup stream schedulers.Michael Tuexen2021-09-234-129/+106
* sctp: Simplify stream scheduler usageMichael Tuexen2021-09-219-141/+76
* sctp: improve consistency when calling stream schedulerMichael Tuexen2021-09-203-13/+16
* sctp: use a valid outstream when adding it to the schedulerMichael Tuexen2021-09-201-1/+3
* [fib_algo][dxr] Merge adjacent empty range table chunks.Marko Zec2021-09-201-15/+45