| Commit message (Expand) | Author | Age | Files | Lines |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 1 | -2/+1 |
* | Change MTU discovery functions to not abuse the global icmpsrc variable |  mpi | 2013-08-08 | 1 | -10/+9 |
* | Add sysctl net.inet.tcp.always_keepalive, when this is set the system |  sthen | 2011-07-06 | 1 | -2/+4 |
* | Fix the naming of interfaces and variables for rdomains and rtables |  guenther | 2010-07-03 | 1 | -4/+4 |
* | Extend the protosw pr_ctlinput function to include the rdomain. This is |  claudio | 2009-11-13 | 1 | -4/+4 |
* | Initial support for routing domains. This allows to bind interfaces to |  claudio | 2009-06-05 | 1 | -3/+4 |
* | when creating a response, use the correct TCP header instead of |  markus | 2008-02-20 | 1 | -2/+2 |
* | TCP_COMPAT_42 was last used in 1997. Kill it. |  deraadt | 2007-11-27 | 1 | -16/+1 |
* | since the |  henning | 2007-09-01 | 1 | -1/+2 |
* | Drop the current random timestamps and the current ISN generation |  markus | 2007-06-15 | 1 | -1/+3 |
* | Only two `h' in threshold. |  miod | 2005-11-15 | 1 | -4/+4 |
* | implement PMTU checks from |  markus | 2005-06-30 | 1 | -1/+27 |
* | zap lvalue assignment, okay markus@. approved miod@ |  espie | 2004-12-13 | 1 | -2/+2 |
* | fix for race between invocation for timer and network input |  markus | 2004-11-25 | 1 | -1/+22 |
* | de-register. deraadt ok |  itojun | 2003-12-10 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | remove useless assignment |  tedu | 2003-02-21 | 1 | -2/+2 |
* | fix ecn breakage. |  kjc | 2002-11-06 | 1 | -1/+10 |
* | whitespace |  itojun | 2002-06-09 | 1 | -3/+3 |
* | bring in ECN support from KAME. |  kjc | 2002-05-16 | 1 | -1/+8 |
* | use timeout(9) to schedule TCP timers. this avoid traversing all |  provos | 2002-03-08 | 1 | -266/+262 |
* | remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead. |  provos | 2002-03-01 | 1 | -22/+43 |
* | allocate sackholes with pool |  provos | 2002-01-15 | 1 | -2/+2 |
* | knf |  provos | 2002-01-14 | 1 | -6/+6 |
* | use macros to manage tcp timers; based on netbsd |  provos | 2002-01-14 | 1 | -6/+6 |
* | at least ; required after label or case; openbsd@davidkrause.com |  deraadt | 2002-01-02 | 1 | -1/+2 |
* | Cut down on include files. |  angelos | 2001-06-08 | 1 | -7/+1 |
* | Two fixes from Stevens via davidg@freebsd, bug report by |  provos | 2001-05-31 | 1 | -2/+2 |
* | more random tcp sequence numbers. okay deraadt@, angelos@ |  provos | 2000-12-13 | 1 | -4/+2 |
* | only disable path mtu for established connections that have data to send. |  provos | 2000-12-12 | 1 | -1/+5 |
* | turn off path mtu when icmp needfrag messages get blocked, okay itojun@ |  provos | 2000-12-11 | 1 | -7/+43 |
* | Path MTU discovery based on NetBSD but with the decision to use the DF |  provos | 2000-09-18 | 1 | -1/+19 |
* | option TCP_NEWRENO goes away, its the default case for TCP_SACK if |  provos | 1999-12-21 | 1 | -3/+3 |
* | Fix tcp retransmit/persist timers, provos@ OK. |  hugh | 1999-11-15 | 1 | -5/+11 |
* | increase tcp_iss increment |  provos | 1999-09-01 | 1 | -2/+2 |
* | Significant cleanups in the way TCP is made to handle multiple network |  cmetz | 1999-07-02 | 1 | -5/+9 |
* | From Tom Henderson <tomh@cs.berkeley.edu>: |  provos | 1999-04-21 | 1 | -1/+8 |
* | fix NEWRENO behaviour, the newreo code assumed that the send socket buffer has |  provos | 1999-01-27 | 1 | -4/+1 |
* | more min vs. ulmin/lmin fixes |  millert | 1998-11-25 | 1 | -2/+2 |
* | NewReno, SACK and FACK support for TCP, adapted from code for BSDI |  provos | 1998-11-17 | 1 | -1/+24 |
* | indent |  deraadt | 1997-08-26 | 1 | -2/+2 |
* | use arc4random() |  deraadt | 1997-02-05 | 1 | -2/+3 |
* | TCP Persist handling; from 4.4BSD Lite2 (via NetBSD PR 2335) |  tholo | 1996-09-12 | 1 | -1/+18 |
* | Remove random() prototype, as it's not needed. Besides it was wrong for the alpha :-) |  niklas | 1996-07-29 | 1 | -4/+1 |
* | Make TCP ISS increment by random amounts |  tholo | 1996-07-29 | 1 | -3/+8 |
* | From Lite2; skip slow start calculation if socket state is listen |  tholo | 1996-03-14 | 1 | -2/+2 |
* | From NetBSD: 960217 merge |  niklas | 1996-03-03 | 1 | -2/+3 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+321 |