| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix pr 6192: make netinet/tcp.h follow SUSv4 namespace rules by | 2010-10-23 | 1 | -3/+9 | |
| | | | | | | | | | hiding everything but the TCP_* options unless __BSD_VISIBLE. While we're here, change the structure to use u_int32_t instead of u_int to cut-off the types discussion. ok tedu@, mikeb@ | ||||
| * | use underscore variants of _BYTE_ORDER macros which are always defined | 2006-04-27 | 1 | -3/+3 | |
| | | | | | ok deraadt millert | ||||
| * | in ansi c, bitfields must be done against int, unsigned int, or _Bool. | 2005-12-10 | 1 | -3/+3 | |
| | | | | | so we must start to use u_int; ok cloder | ||||
| * | check TF_SIGNATURE when calculating the mss; add TCPOLEN_SIGLEN and | 2004-02-10 | 1 | -1/+2 | |
| | | | | | avoid magic constants; ok henning@ | ||||
| * | rename tcp sockopt TCP_SIGNATURE_ENABLE to TCP_MD5SIG | 2004-01-31 | 1 | -2/+2 | |
| | | | | | | requested by theo ok markus@ hshoexer@ | ||||
| * | !sack_disable -> sack_enable; ok deraadt@ | 2004-01-31 | 1 | -2/+2 | |
| | | |||||
| * | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
| * | whitespace | 2002-06-09 | 1 | -2/+2 | |
| | | |||||
| * | bring in ECN support from KAME. | 2002-05-16 | 1 | -1/+3 | |
| | | | | | | | | | | | | | it consists of - ECN support in TCP - tunnel-egress and fragment reassembly rules in layer-3 not to lose congestion info at tunnel-egress and fragment reassembly to enable ECN in TCP, build a kernel with TCP_ECN, and then, turn it on by "sysctl -w net.inet.tcp.ecn=1". ok deraadt@ | ||||
| * | Inclusion protection. | 2001-06-09 | 1 | -2/+2 | |
| | | |||||
| * | Added support for TCP MD5 option (RFC 2385). | 1999-07-06 | 1 | -1/+4 | |
| | | |||||
| * | Fixed a #ifdef defined()... typo that turned into a compilation failure. | 1999-07-02 | 1 | -4/+6 | |
| | | |||||
| * | netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz | 1999-01-11 | 1 | -1/+9 | |
| | | |||||
| * | indent | 1999-01-07 | 1 | -2/+2 | |
| | | |||||
| * | do not require userland programs to define cpp variables, that is stupid | 1998-11-18 | 1 | -7/+1 | |
| | | |||||
| * | NewReno, SACK and FACK support for TCP, adapted from code for BSDI | 1998-11-17 | 1 | -1/+19 | |
| | | | | | | | | | by Hari Balakrishnan (hari@lcs.mit.edu), Tom Henderson (tomh@cs.berkeley.edu) and Venkat Padmanabhan (padmanab@cs.berkeley.edu) as part of the Daedalus research group at the University of California, (http://daedalus.cs.berkeley.edu). [I was able to do this on time spent at the Center for Information Technology Integration (citi.umich.edu)] | ||||
| * | OpenBSD tags + some prototyping police | 1997-02-24 | 1 | -0/+1 | |
| | | |||||
| * | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+100 | |
