| Age | Commit message (Expand) | Author |
| 2022-11-04 | inpcb: rename functions to in6pcb_* | ozaki-r |
| 2022-11-04 | inpcb: rename functions to inpcb_* | ozaki-r |
| 2022-10-28 | inpcb: separate inpcb again to reduce the size of PCB for IPv4 | ozaki-r |
| 2022-10-28 | inpcb: integrate data structures of PCB into one | ozaki-r |
| 2021-12-30 | s/bandwith/bandwidth/ | andvar |
| 2020-06-12 | Remove in-kernel handling of Router Advertisements | roy |
| 2019-11-17 | Don't allow zero sized segments that will panic the stack. | mlelstv |
| 2019-02-25 | Improve panic messages. | maxv |
| 2018-12-27 | Remove unused arguments. | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-05-17 | Remove reference to tcpiphdr in comment. | maxv |
| 2018-05-07 | Fix unsigned wraparound on window size calculations. | uwe |
| 2018-05-03 | Remove now unused tcpip.h includes. Some were already unused before. | maxv |
| 2018-04-03 | bcopy -> memcpy, it's obvious the areas don't overlap. | maxv |
| 2018-04-01 | Change the check to be <= instead of <. This fixes one occurrence of an | maxv |
| 2018-04-01 | Reorder and style, for clarity. | maxv |
| 2018-03-30 | Remove dead code. It was introduced in rev1 (25 years ago), and is | maxv |
| 2018-03-30 | Style, use NULL for pointers, use KASSERT, and don't inline huge functions, | maxv |
| 2018-03-29 | Remove #ifdef INET. Same as tcp_input.c. Makes the code easier to | maxv |
| 2018-03-10 | Fix spello in a comment | khorben |
| 2018-02-12 | Remove unused argument from tcp_signature_getsav. | maxv |
| 2017-08-03 | Introduce KEY_SA_UNREF and replace KEY_FREESAV with it where sav will never b... | ozaki-r |
| 2017-06-02 | Assert inph_locked on ipsec_pcb_skip_ipsec (was IPSEC_PCB_SKIP_IPSEC) | ozaki-r |
| 2017-03-03 | Pass inpcb/in6pcb instead of socket to ip_output/ip6_output | ozaki-r |
| 2017-01-04 | Fix optlen calculation for the SACK block - 2 bytes too few were | martin |
| 2017-01-04 | Remove redundant tests: if optlen === 0, then optlen % 4 != 2 (it is 0) | kre |
| 2017-01-03 | use symbolic constants; no functional change. | christos |
| 2017-01-03 | put it the way we had it before; since we check for the resulting size after | christos |
| 2017-01-03 | fix off-by-one | christos |
| 2017-01-02 | make sure that the reset label is defined without TCP_SIGNATURE. | christos |
| 2017-01-02 | Fix TCP signature code: | christos |
| 2016-12-08 | Add rtcache_unref to release points of rtentry stemming from rtcache | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2015-08-24 | sprinkle _KERNEL_OPT | pooka |
| 2015-07-24 | If we are sending a window probe and there's unacked data in the socket, make | matt |
| 2015-05-16 | Don't put segment on the wire if security request can't be fulfilled | kefren |
| 2015-04-27 | Apply Revision 220794 from FreeBSD to avoid dup ACKs: | christos |
| 2015-04-27 | Introduce in6_selecthlim_rt to consolidate an idiom for rt->rt_ifp | ozaki-r |
| 2015-02-14 | Port over the TCP_INFO socket option from FreeBSD, originally from | he |
| 2014-11-10 | Do not uselessly include <sys/malloc.h>. | maxv |
| 2014-10-25 | Avoid stack overflow when SACK and TCP_SIGNATURE are both present. Thanks | christos |
| 2014-10-21 | Fix wrong condition checking TSO capability. | hikaru |
| 2014-05-30 | Introduce 2 new variables: ipsec_enabled and ipsec_used. | christos |
| 2013-06-05 | IPSEC has not come in two speeds for a long time now (IPSEC == kame, | christos |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |
| 2011-12-31 | - fix offsetof usage, and redundant defines | christos |
| 2011-12-19 | rename the IPSEC in-kernel CPP variable and config(8) option to | drochner |
| 2011-04-14 | simplify a compile-time assertion | yamt |
| 2011-03-21 | Clean up setting ECN bit in TOS. Fixes PR 44742 | matt |
| 2010-01-26 | tcp sockbuf autoscaling was initially added turned off because it | pooka |