summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-6/+4
* Merge from projects/sendfile: extend protocols API to supportGleb Smirnoff2014-11-301-2/+2
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-121-7/+7
* Remove ip6_getdstifaddr() and all functions to work with auxiliary data.Andrey V. Elsukov2014-11-081-2/+4
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-16/+16
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-221-0/+2
* FreeBSD-SA-14:19.tcp raised attention to the state of our stackGleb Smirnoff2014-09-161-101/+78
* Fix Denial of Service in TCP packet processing.Xin LI2014-09-161-5/+1
* In tcp_input(), don't acquire the pcbinfo global write lock for SYNJohn Baldwin2014-09-041-12/+15
* Improve comments by listing a criteria for automatic increment of receive socketHiren Panchasara2014-08-091-3/+5
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-13/+18
* (no commit message)Hiren Panchasara2014-07-021-2/+2
* Remove the prototpye for the static inline functionBjoern A. Zeeb2014-05-241-4/+0
* Remove the prototypes for things that are no longer file local but wereBjoern A. Zeeb2014-05-231-2/+0
* Move the tcp_fields_to_host() and tcp_fields_to_net() (inline)Bjoern A. Zeeb2014-05-231-20/+0
* Ensure that the flowid hashtype is assigned to the inp if the flowidAdrian Chadd2014-05-181-0/+1
* The FreeBSD-SA-14:08.tcp was a lesson on not doing acrobatics withGleb Smirnoff2014-05-041-4/+2
* Improve readability of comments for DELAY_ACK() macro.Hiren Panchasara2014-04-031-7/+8
* Correct the comments as support for RFC 1644 has been removed for a long time.Hiren Panchasara2014-03-251-3/+1
* Adjust r239672 from rrs and r258821 from eadler.Peter Wemm2014-01-281-32/+13
* Draft-ietf-tcpm-initcwnd-05 became RFC6928.Sergey Kandaurov2013-12-261-2/+2
* In a situation where:Eitan Adler2013-12-021-2/+4
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-3/+3
* Convert over the TCP probes to use mtod() rather than directlyAdrian Chadd2013-11-251-8/+8
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-1/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* The TCP delayed ACK logic isn't aware of LRO passing up large aggregatedAndre Oppermann2013-10-221-4/+7
* When processing ACK in tcp_do_segment, use sbcut_locked() instead ofGleb Smirnoff2013-10-091-2/+5
* Implement the ip, tcp, and udp DTrace providers. The probe definitions useMark Johnston2013-08-251-10/+30
* Remove the large part of struct ipsecstat. Only few fields of thisAndrey V. Elsukov2013-07-231-2/+2
* Extend debug logging of TCP timestamp related specificationAndre Oppermann2013-07-101-5/+25
* Use new macros to implement ipstat and tcpstat using PCPU counters.Andrey V. Elsukov2013-07-091-58/+7
* Fix kmod_*stat_inc() after r249276. The incorrect code actuallyGleb Smirnoff2013-06-211-1/+1
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsAndrey V. Elsukov2013-06-201-2/+2
* Allow drivers to specify a maximum TSO length in bytes if they areAndre Oppermann2013-06-031-7/+10
* When doing RFC3042 limited transmit on the first on secondAndre Oppermann2013-04-231-1/+12
* Fix a race condition on tcp listen socket teardown with pendingAndre Oppermann2013-04-091-0/+9
* Fix VIMAGE build.Gleb Smirnoff2013-04-091-2/+2
* Merge from projects/counters: TCP/IP stats.Gleb Smirnoff2013-04-081-10/+64
* Keep fwd_tag around for subsequent pcb lookupsEd Maste2013-03-291-17/+8
* Simplify and fix a bug in cc_ack_received()'s "are we congestion window limited"Lawrence Stewart2013-01-221-1/+1
* Fix !INET6 build after r244365.Gleb Smirnoff2012-12-181-2/+11
* Clear correct flag in INET6 case.Gleb Smirnoff2012-12-181-1/+1
* Since we use different flags to detect tcp forwarding, and we share theAndrey V. Elsukov2012-12-171-1/+2
* Fix a crash in tcp_input(), that happens when mbuf has a fwd_tag on it,Gleb Smirnoff2012-12-121-0/+2
* Back out r242262. The simplified window change/update logic wasn'tAndre Oppermann2012-11-051-47/+16
* Remove the recently added sysctl variable net.pfil.forward.Andrey V. Elsukov2012-11-021-2/+3
* Increase the initial CWND to 10 segments as defined in IETF TCPMAndre Oppermann2012-10-281-0/+12
* Simplify and enhance the window change/update acceptance logic,Andre Oppermann2012-10-281-16/+47
* Allow arbitrary MSS sizes and don't mind about the cluster size anymore.Andre Oppermann2012-10-281-11/+2