Age | Commit message (Expand) | Author |
2019-07-12 | Count the number of TCP SACK options that were dropped due to the | Alexander Bluhm |
2018-06-11 | The output from tcp debug sockets was incomplete. After detach tp | Alexander Bluhm |
2018-05-08 | Historically there were slow and fast tcp timeouts. That is why | Alexander Bluhm |
2018-02-07 | Historically TCP timeouts were implemented with pr_slowtimo and | Alexander Bluhm |
2018-02-06 | There was a race in the TCP timers. As they may sleep to grab the | Alexander Bluhm |
2018-01-23 | The TCP reaper timeout was still imlemented as soft timeout. So | Alexander Bluhm |
2017-11-02 | Move PRU_DETACH out of pr_usrreq into per proto pr_detach | Florian Obser |
2017-10-25 | Remove the TCP_FACK option and associated #if{,n}def code. | job |
2017-10-24 | Refactor handling of partial TCP acknowledgements | Mike Belopuhov |
2017-10-22 | Unconditionally enable TCP selective acknowledgements (SACK) | Mike Belopuhov |
2017-04-14 | Pass down the address family through the pr_input calls. This | Alexander Bluhm |
2017-03-13 | Move PRU_ATTACH out of the pr_usrreq functions into pr_attach. | Claudio Jeker |
2017-02-09 | percpu counters for TCP stats | Jeremie Courreges-Anglas |
2017-02-01 | In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with | David Hill |
2017-01-29 | Change the IPv4 pr_input function to the way IPv6 is implemented, | Alexander Bluhm |
2017-01-26 | Reduce the difference between struct protosw and ip6protosw. The | Alexander Bluhm |
2017-01-25 | Since raw_input() and route_input() are gone from pr_input, we can | Alexander Bluhm |
2016-11-16 | Kill recursive splsoftnet()s. | Martin Pieuchot |
2016-10-04 | Convert timeouts that need a process context to timeout_set_proc(9). | Martin Pieuchot |
2016-07-20 | To tune the TCP SYN cache we need more information. Print the | Alexander Bluhm |
2016-07-20 | Make the size for the syn cache hash array tunable. As we are | Alexander Bluhm |
2016-06-18 | Add net.inet.{tcp,udp}.rootonly sysctl, to mark which ports | Vincent Gross |
2016-03-29 | Allow to adjust tcp_syn_use_limit with sysctl net.inet.tcp.synuselimit. | Alexander Bluhm |
2016-03-27 | To prevent attacks on the hash buckets of the syn cache, our TCP | Alexander Bluhm |
2016-03-21 | Add a tcps_sc_seedrandom counter in TCP SYN cache and netstat -s. | Alexander Bluhm |
2015-08-27 | The syn cache is completely implemented in tcp_input.c. So all its | Alexander Bluhm |
2015-08-24 | Rename the syn cache counter into tcp_syn_cache_count to have the | Alexander Bluhm |
2015-02-08 | Count dropped SYN packets on the tcpstat. They are dropped due to the | YASUOKA Masahiko |
2015-01-21 | To satisfy kernel grovellers and bad (but document) sysctl | Theo de Raadt |
2014-01-23 | since the cksum rewrite the counters for hardware checksummed packets | Henning Brauer |
2013-10-23 | remove historical #if 1 | Theo de Raadt |
2013-10-21 | Sprinkle a lot more IPv6 routing domains support in the kernel. | Peter Hessler |
2013-08-12 | Add the TCP socket option TCP_NOPUSH to delay sending the stream. | Alexander Bluhm |
2013-06-01 | Pass the routing domain to IPv6 pr_ctlinput() like in IPv4. | Alexander Bluhm |
2013-04-10 | Remove various external variable declaration from sources files and | Martin Pieuchot |
2011-07-06 | Add sysctl net.inet.tcp.always_keepalive, when this is set the system | Stuart Henderson |
2011-01-07 | Add socket option SO_SPLICE to splice together two TCP sockets. | Alexander Bluhm |
2010-10-21 | There is no TCP6 in our kernel, so remove the #ifndef TCP6. | Alexander Bluhm |
2010-09-24 | TCP send and recv buffer scaling. | Claudio Jeker |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2009-11-13 | Extend the protosw pr_ctlinput function to include the rdomain. This is | Claudio Jeker |
2009-08-10 | sockets created via a listening socket lose the rdomain and fail to work | Claudio Jeker |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2008-11-08 | fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom | David Gwynne |
2008-05-24 | Remove {tcp/udp}6_usrreq(); Since the normal ones now | Thordur I. Bjornsson |
2008-05-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson |
2008-05-06 | remove tcp_drain code since it's not longer used; ok henning, feedback thib | Markus Friedl |
2008-02-20 | remove old unused TCP isn code; ok henning, dhartmei, mcbride | Markus Friedl |
2008-02-20 | when creating a response, use the correct TCP header instead of | Markus Friedl |