summaryrefslogtreecommitdiff
path: root/sys/netinet/files.netinet
AgeCommit message (Expand)Author
2012-06-25rename rfc6056 -> portalgo, requested by yamtchristos
2011-09-24Add inet4 part of the rfc6056 code contributed by Vlad Balan as part ofchristos
2011-05-03Reduces the resources demanded by TCP sessions in TIME_WAIT-state usingdyoung
2010-07-13Split-off IPv4 re-assembly mechanism into a separate module. Abstractrmind
2008-01-25Refactor in_cksum/in4_cksum/in6_cksum implementations:joerg
2007-05-02Remove obsolete files netinet/in_route.[ch].dyoung
2007-05-02Remove unused option.dyoung
2006-12-09Here are various changes designed to protect against bad IPv4dyoung
2006-11-25move tso-by-software code to their own files. no functional changes.yamt
2006-11-23Backout accidental commit which broke kernel builds.tron
2006-11-23New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld.rpaulo
2006-11-13Add a source-address selection policy mechanism to the kernel.dyoung
2006-10-09Modular (I tried ;-) TCP congestion control API. Whenever certain conditionsrpaulo
2005-12-11merge ktrace-lwp.christos
2005-02-28Commit TCP SACK patches from Kentaro A. Karahone's patch at:jonathan
2005-01-13compile tcp_debug.c only if the TCP_DEBUG option is set,drochner
2004-09-04IPv4 PIM support, based on a submission from Pavlin Radoslavov posted onmanu
2004-05-01defflag TCP_OUTPUT_COUNTERS and TCP_REASS_COUNTERSmatt
2004-04-25Initial commit of a port of the FreeBSD implementation of RFC 2385jonathan
2003-11-26always compile ip_id.citojun
2003-11-26define RANDOM_IP_ID by default (unifdef -DRANDOM_IP_ID).itojun
2003-11-17Revert the (default) ip_id algorithm to the pre-randomid algorithm,jonathan
2003-09-06randomize IPv4/v6 fragment ID and IPv6 flowlabel. avoids predictabilityitojun
2002-10-10Move netinet, netinet6, ipsec, and ipfilter config defns tothorpej