summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Revert the partial MFC of r313045 which broke dtracesmh2017-05-181-1/+2
* Partial MFC r316676 and the required r313045smh2017-04-241-58/+63
* MFC r286227, r286443:jch2016-11-241-57/+61
* MFC r307551:jch2016-10-251-0/+18
* MFC r271119, r272081:jch2016-07-271-12/+16
* MFC r300240truckman2016-06-201-1/+1
* MFC r298408:jtl2016-05-061-2/+11
* MFC: r292003hiren2016-01-111-8/+33
* MFC: r290122hiren2016-01-111-2/+25
* MFC r292706:pkelsey2015-12-281-6/+86
* MFC r288914hiren2015-10-141-0/+10
* MFC r285567:pkelsey2015-07-211-0/+1
* MFC r266420 (by adrian)hiren2015-06-191-0/+1
* MFC r275358 r275483 r276982 - Removing M_FLOWID by hps@hiren2015-04-241-6/+4
* MFC r271946 and r272595:hselasky2014-11-031-0/+2
* Fix Denial of Service in TCP packet processing.delphij2014-09-161-5/+1
* MFC r266620:bz2014-08-161-4/+0
* MFC r266597:bz2014-08-161-2/+0
* MFC r266596:bz2014-08-161-20/+0
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-3/+3
* MFC r258605: Convert over the TCP probes to use mtod()avg2014-01-171-8/+8
* Revert MFC of r258821 - it was already handled by MFC of r239672.peter2014-01-081-4/+2
* MFC r258821 - fix tcp simultaneous closepeter2014-01-071-2/+4
* MFC r259906: Draft-ietf-tcpm-initcwnd-05 became RFC6928.pluknet2014-01-021-2/+2
* MFC r256920:andre2013-10-291-4/+7
* When processing ACK in tcp_do_segment, use sbcut_locked() instead ofglebius2013-10-091-2/+5
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-10/+30
* Remove the large part of struct ipsecstat. Only few fields of thisae2013-07-231-2/+2
* Extend debug logging of TCP timestamp related specificationandre2013-07-101-5/+25
* Use new macros to implement ipstat and tcpstat using PCPU counters.ae2013-07-091-58/+7
* Fix kmod_*stat_inc() after r249276. The incorrect code actuallyglebius2013-06-211-1/+1
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsae2013-06-201-2/+2
* Allow drivers to specify a maximum TSO length in bytes if they areandre2013-06-031-7/+10
* When doing RFC3042 limited transmit on the first on secondandre2013-04-231-1/+12
* Fix a race condition on tcp listen socket teardown with pendingandre2013-04-091-0/+9
* Fix VIMAGE build.glebius2013-04-091-2/+2
* Merge from projects/counters: TCP/IP stats.glebius2013-04-081-10/+64
* Keep fwd_tag around for subsequent pcb lookupsemaste2013-03-291-17/+8
* Simplify and fix a bug in cc_ack_received()'s "are we congestion window limited"lstewart2013-01-221-1/+1
* Fix !INET6 build after r244365.glebius2012-12-181-2/+11
* Clear correct flag in INET6 case.glebius2012-12-181-1/+1
* Since we use different flags to detect tcp forwarding, and we share theae2012-12-171-1/+2
* Fix a crash in tcp_input(), that happens when mbuf has a fwd_tag on it,glebius2012-12-121-0/+2
* Back out r242262. The simplified window change/update logic wasn'tandre2012-11-051-47/+16
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-2/+3
* Increase the initial CWND to 10 segments as defined in IETF TCPMandre2012-10-281-0/+12
* Simplify and enhance the window change/update acceptance logic,andre2012-10-281-16/+47
* Allow arbitrary MSS sizes and don't mind about the cluster size anymore.andre2012-10-281-11/+2
* When SYN or SYN/ACK had to be retransmitted RFC5681 requires us toandre2012-10-281-3/+9
* Adjust the initial default CWND upon connection establishment to theandre2012-10-281-2/+9
OpenPOWER on IntegriCloud