| Age | Commit message (Expand) | Author |
| 2010-01-26 | tcp sockbuf autoscaling was initially added turned off because it | pooka |
| 2009-09-09 | Make tcp msl (max segment life) tunable via sysctl net.inet.tcp.msl. | darran |
| 2009-07-18 | Check the minimum ttl only when pcb is available. | minskim |
| 2009-07-17 | Add the IP_MINTTL socket option. | minskim |
| 2009-06-20 | Follow exactly the recommendation of draft-ietf-tcpm-tcpsecure-11.txt: | christos |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | bcmp -> memcmp | cegger |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-01-29 | stinkset purge: POOL_INIT -> pool_init | pooka |
| 2008-08-04 | Unlock reassembly queue before calling sorwakeup(), not after. In unusual | tls |
| 2008-07-28 | Reacquire softnet_lock after calling soabort which returns with the socket | matt |
| 2008-07-04 | tcp_input: add a couple of assertions. | ad |
| 2008-07-03 | syn_cache_get: remove new endpoint's socket from head's queue if aborting | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-23 | Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and | thorpej |
| 2008-04-12 | Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collated | thorpej |
| 2008-04-08 | Change TCP stats from a structure to an array of uint64_t's. | thorpej |
| 2008-03-01 | Welcome to 4.99.55: | rmind |
| 2008-02-27 | Convert stragglers to ansi definitions from old-style definitons. | matt |
| 2008-02-20 | make TCP_SETUP_ACK, ICMP_CHECK, TCP_FIELDS_TO_HOST, and TCP_FIELDS_TO_NET | yamt |
| 2008-02-05 | - start tcp timestamp from 1 instead of 0. | yamt |
| 2008-02-04 | redo tcp_input.c rev.1.230 correctly. | yamt |
| 2008-01-29 | revert tcp_output.c 1.253 because it has an ill effect when sending | yamt |
| 2008-01-14 | Use rtcache_validate() instead of rtcache_getrt(). Shorten staircase | dyoung |
| 2007-12-20 | A few missing ifdefs to make non-INET6 kernels build again. | martin |
| 2007-12-20 | Poison struct route->ro_rt uses in the kernel by changing the name | dyoung |
| 2007-12-16 | Really fix low port allocation, by always passing a valid lwp to | elad |
| 2007-11-09 | Change macros SYN_CACHE_PUT() and SYN_CACHE_RM() into inline | dyoung |
| 2007-11-04 | Pick the smallest possible TCP window scaling factor that will still allow | rmind |
| 2007-08-02 | our tcp timestamps are in PR_SLOWHZ, not HZ. | yamt |
| 2007-08-02 | TCP socket buffers automatic sizing - ported from FreeBSD. | rmind |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-06-20 | - per socket keepalive settings | christos |
| 2007-05-18 | Fix compilation in the TCP_SIGNATURE case: | riz |
| 2007-05-18 | Revert a small part of revision 1.254 - remove const qualifier from | riz |
| 2007-05-02 | Eliminate address family-specific route caches (struct route, struct | dyoung |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-10 | Commit my SoC work | degroote |
| 2006-12-15 | Introduce new helper functions to abstract the route caching. | joerg |
| 2006-12-09 | Here are various changes designed to protect against bad IPv4 | dyoung |
| 2006-12-06 | add some more tcp mowners. | yamt |
| 2006-12-06 | - make tcp_reass static. | yamt |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-21 | - constify. | yamt |
| 2006-10-17 | tcp_input: if we have SACK, don't enter fastrecovery on three dupacks. | yamt |
| 2006-10-15 | Move comments to proper places. | rpaulo |
| 2006-10-15 | Add a new tcp_congctl(9) structure member for congestion experienced callback. | rpaulo |