| Commit message (Expand) | Author | Age | Files | Lines |
* | DCTCP (Data Center TCP) implementation. | hiren | 2015-01-12 | 1 | -0/+39 |
* | Do not count security policy violation twice. | ae | 2014-12-11 | 1 | -2/+0 |
* | Start process of removing the use of the deprecated "M_FLOWID" flag | hselasky | 2014-12-01 | 1 | -6/+4 |
* | Merge from projects/sendfile: extend protocols API to support | glebius | 2014-11-30 | 1 | -2/+2 |
* | In preparation of merging projects/sendfile, transform bare access to | glebius | 2014-11-12 | 1 | -7/+7 |
* | Remove ip6_getdstifaddr() and all functions to work with auxiliary data. | ae | 2014-11-08 | 1 | -2/+4 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | glebius | 2014-11-07 | 1 | -16/+16 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-22 | 1 | -0/+2 |
* | FreeBSD-SA-14:19.tcp raised attention to the state of our stack | glebius | 2014-09-16 | 1 | -101/+78 |
* | Fix Denial of Service in TCP packet processing. | delphij | 2014-09-16 | 1 | -5/+1 |
* | In tcp_input(), don't acquire the pcbinfo global write lock for SYN | jhb | 2014-09-04 | 1 | -12/+15 |
* | Improve comments by listing a criteria for automatic increment of receive socket | hiren | 2014-08-09 | 1 | -3/+5 |
* | Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have | kevlo | 2014-08-08 | 1 | -13/+18 |
* | (no commit message) | hiren | 2014-07-02 | 1 | -2/+2 |
* | Remove the prototpye for the static inline function | bz | 2014-05-24 | 1 | -4/+0 |
* | Remove the prototypes for things that are no longer file local but were | bz | 2014-05-23 | 1 | -2/+0 |
* | Move the tcp_fields_to_host() and tcp_fields_to_net() (inline) | bz | 2014-05-23 | 1 | -20/+0 |
* | Ensure that the flowid hashtype is assigned to the inp if the flowid | adrian | 2014-05-18 | 1 | -0/+1 |
* | The FreeBSD-SA-14:08.tcp was a lesson on not doing acrobatics with | glebius | 2014-05-04 | 1 | -4/+2 |
* | Improve readability of comments for DELAY_ACK() macro. | hiren | 2014-04-03 | 1 | -7/+8 |
* | Correct the comments as support for RFC 1644 has been removed for a long time. | hiren | 2014-03-25 | 1 | -3/+1 |
* | Adjust r239672 from rrs and r258821 from eadler. | peter | 2014-01-28 | 1 | -32/+13 |
* | Draft-ietf-tcpm-initcwnd-05 became RFC6928. | pluknet | 2013-12-26 | 1 | -2/+2 |
* | In a situation where: | eadler | 2013-12-02 | 1 | -2/+4 |
* | dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE | avg | 2013-11-26 | 1 | -3/+3 |
* | Convert over the TCP probes to use mtod() rather than directly | adrian | 2013-11-25 | 1 | -8/+8 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 1 | -1/+0 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | The TCP delayed ACK logic isn't aware of LRO passing up large aggregated | andre | 2013-10-22 | 1 | -4/+7 |
* | When processing ACK in tcp_do_segment, use sbcut_locked() instead of | glebius | 2013-10-09 | 1 | -2/+5 |
* | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | markj | 2013-08-25 | 1 | -10/+30 |
* | Remove the large part of struct ipsecstat. Only few fields of this | ae | 2013-07-23 | 1 | -2/+2 |
* | Extend debug logging of TCP timestamp related specification | andre | 2013-07-10 | 1 | -5/+25 |
* | Use new macros to implement ipstat and tcpstat using PCPU counters. | ae | 2013-07-09 | 1 | -58/+7 |
* | Fix kmod_*stat_inc() after r249276. The incorrect code actually | glebius | 2013-06-21 | 1 | -1/+1 |
* | Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics | ae | 2013-06-20 | 1 | -2/+2 |
* | Allow drivers to specify a maximum TSO length in bytes if they are | andre | 2013-06-03 | 1 | -7/+10 |
* | When doing RFC3042 limited transmit on the first on second | andre | 2013-04-23 | 1 | -1/+12 |
* | Fix a race condition on tcp listen socket teardown with pending | andre | 2013-04-09 | 1 | -0/+9 |
* | Fix VIMAGE build. | glebius | 2013-04-09 | 1 | -2/+2 |
* | Merge from projects/counters: TCP/IP stats. | glebius | 2013-04-08 | 1 | -10/+64 |
* | Keep fwd_tag around for subsequent pcb lookups | emaste | 2013-03-29 | 1 | -17/+8 |
* | Simplify and fix a bug in cc_ack_received()'s "are we congestion window limited" | lstewart | 2013-01-22 | 1 | -1/+1 |
* | Fix !INET6 build after r244365. | glebius | 2012-12-18 | 1 | -2/+11 |
* | Clear correct flag in INET6 case. | glebius | 2012-12-18 | 1 | -1/+1 |
* | Since we use different flags to detect tcp forwarding, and we share the | ae | 2012-12-17 | 1 | -1/+2 |
* | Fix a crash in tcp_input(), that happens when mbuf has a fwd_tag on it, | glebius | 2012-12-12 | 1 | -0/+2 |
* | Back out r242262. The simplified window change/update logic wasn't | andre | 2012-11-05 | 1 | -47/+16 |
* | Remove the recently added sysctl variable net.pfil.forward. | ae | 2012-11-02 | 1 | -2/+3 |
* | Increase the initial CWND to 10 segments as defined in IETF TCPM | andre | 2012-10-28 | 1 | -0/+12 |