summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* (no commit message)hiren2014-07-021-2/+2
* Remove the prototpye for the static inline functionbz2014-05-241-4/+0
* Remove the prototypes for things that are no longer file local but werebz2014-05-231-2/+0
* Move the tcp_fields_to_host() and tcp_fields_to_net() (inline)bz2014-05-231-20/+0
* Ensure that the flowid hashtype is assigned to the inp if the flowidadrian2014-05-181-0/+1
* The FreeBSD-SA-14:08.tcp was a lesson on not doing acrobatics withglebius2014-05-041-4/+2
* Improve readability of comments for DELAY_ACK() macro.hiren2014-04-031-7/+8
* Correct the comments as support for RFC 1644 has been removed for a long time.hiren2014-03-251-3/+1
* Adjust r239672 from rrs and r258821 from eadler.peter2014-01-281-32/+13
* Draft-ietf-tcpm-initcwnd-05 became RFC6928.pluknet2013-12-261-2/+2
* In a situation where:eadler2013-12-021-2/+4
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-3/+3
* Convert over the TCP probes to use mtod() rather than directlyadrian2013-11-251-8/+8
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* The TCP delayed ACK logic isn't aware of LRO passing up large aggregatedandre2013-10-221-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
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-12/+5
* Do not reduce ip_len by size of IP header in the ip_input()glebius2012-10-231-1/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-17/+8
* In ip_stripoptions():glebius2012-10-121-1/+1
* This small change takes care of a race conditionrrs2012-08-251-0/+30
* Update some stale comments regarding tcbinfo locking in the TCP inputrwatson2012-07-221-10/+3
* - Updated TOE support in the kernel.np2012-06-191-1/+12
* Plug more refcount leaks and possible NULL deref for interfaceemax2012-06-041-1/+4
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-281-1/+1
OpenPOWER on IntegriCloud