| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill yet another argument to functions in IPv6. This time ip6_output's |  claudio | 2015-09-11 | 1 | -2/+2 |
* | Avoid a situation where we do not set the tcp persist timer after |  bluhm | 2015-07-13 | 1 | -1/+27 |
* | Get rid of the undocumented & temporary* m_copy() macro added for |  mpi | 2015-06-30 | 1 | -2/+3 |
* | Store a unique ID, an interface index, rather than a pointer to the |  mpi | 2015-06-16 | 1 | -2/+2 |
* | Replace a bunch of == 0 with == NULL in pointer tests. Nuke some |  krw | 2015-06-07 | 1 | -13/+13 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | unifdef INET in net code as a precursor to removing the pretend option. |  tedu | 2014-12-19 | 1 | -7/+1 |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 1 | -2/+1 |
* | ip_output() using varargs always struck me as bizarre, esp since it's only |  henning | 2014-04-21 | 1 | -2/+2 |
* | "struct pkthdr" holds a routing table ID, not a routing domain one. |  mpi | 2014-04-14 | 1 | -3/+3 |
* | Retire kernel support for SO_DONTROUTE, this time without breaking |  mpi | 2014-04-07 | 1 | -6/+3 |
* | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things |  sthen | 2014-03-28 | 1 | -3/+6 |
* | Retire kernel support for SO_DONTROUTE, since the plan is to always |  mpi | 2014-03-27 | 1 | -6/+3 |
* | Remove the number of in6_var.h inclusions by moving some functions and |  mpi | 2013-10-24 | 1 | -6/+1 |
* | make in_proto_cksum_out not rely on the pseudo header checksum to be |  henning | 2013-10-19 | 1 | -23/+3 |
* | Add the TCP socket option TCP_NOPUSH to delay sending the stream. |  bluhm | 2013-08-12 | 1 | -3/+4 |
* | Link pf states and socket inpcbs together more tightly. The linking |  bluhm | 2013-06-03 | 1 | -1/+7 |
* | spltdb() was really just #define'd to be splsoftnet(); replace the former |  blambert | 2012-09-20 | 1 | -3/+1 |
* | Revert the pf->socket linking diff. |  oga | 2011-05-13 | 1 | -7/+1 |
* | Double link between pf states and sockets. Henning has already |  bluhm | 2011-04-24 | 1 | -1/+7 |
* | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT |  henning | 2011-04-05 | 1 | -2/+2 |
* | Add socket option SO_SPLICE to splice together two TCP sockets. |  bluhm | 2011-01-07 | 1 | -1/+7 |
* | TCP send and recv buffer scaling. |  claudio | 2010-09-24 | 1 | -1/+8 |
* | Return EACCES when pf_test() blocks a packet in ip_output(). This allows |  claudio | 2010-09-08 | 1 | -1/+3 |
* | Add support for using IPsec in multiple rdomains. |  reyk | 2010-07-09 | 1 | -2/+3 |
* | Fix the naming of interfaces and variables for rdomains and rtables |  guenther | 2010-07-03 | 1 | -2/+2 |
* | Make sure the temporary buffer used to generate tcp options is properly |  kettenis | 2010-05-28 | 1 | -2/+3 |
* | Initial support for routing domains. This allows to bind interfaces to |  claudio | 2009-06-05 | 1 | -1/+4 |
* | do not set the pkthdr mbuf state key pointer to the state key saved in the |  henning | 2008-09-03 | 1 | -2/+1 |
* | link pf state keys to tcp pcbs and vice versa. |  henning | 2008-07-03 | 1 | -1/+2 |
* | no EOL between tcpsig and sack headers; ok jsing, frantzen |  markus | 2008-06-28 | 1 | -2/+2 |
* | Remove some crazy #if mess. |  jsing | 2008-06-12 | 1 | -5/+1 |
* | ANSIfy function definitions. |  jsing | 2008-06-12 | 1 | -3/+2 |
* | some spelling fixes from Martynas Venckus |  jmc | 2007-11-24 | 1 | -2/+2 |
* | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. |  henning | 2007-06-01 | 1 | -2/+3 |
* | implement PMTU checks from |  markus | 2005-06-30 | 1 | -2/+8 |
* | Ignore ICMP Source Quench messages meant for TCP connections. (Details in |  fgont | 2005-05-24 | 1 | -2/+6 |
* | csum -> csum_flags |  brad | 2005-04-25 | 1 | -2/+2 |
* | add tcp sack stats, similar to freebsd; ok deraadt |  markus | 2005-04-05 | 1 | -1/+4 |
* | 1. tcp_xmit_timer(): remove extra rtt decrement (t_rtttime is 0-based |  markus | 2005-02-27 | 1 | -2/+2 |
* | Modulate tcp_now by a random amount on a per-connection basis. |  mcbride | 2004-10-28 | 1 | -2/+2 |
* | set the congestion window to two segments (instead of only one), this matches |  markus | 2004-10-06 | 1 | -2/+2 |
* | don't send partial segments if SS_ISSENDING is set, remember |  markus | 2004-09-16 | 1 | -4/+12 |
* | remove #ifdef TUBA |  itojun | 2004-06-20 | 1 | -12/+1 |
* | factor out md5 code; ok+tests henning@, djm@, hshoexer@ |  markus | 2004-06-08 | 1 | -68/+7 |
* | set m_pkthdr.len early; ok mcbride, deraadt |  markus | 2004-06-05 | 1 | -3/+2 |
* | work around an LP64 problem where we report an excessively large window |  brad | 2004-05-31 | 1 | -3/+3 |
* | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. |  millert | 2004-05-07 | 1 | -2/+2 |
* | - allow the user to force the TCP mss below the fail-safe 216 with a low |  frantzen | 2004-04-26 | 1 | -2/+2 |
* | don't allocate a cluster if the header fits into a mbuf; |  markus | 2004-02-16 | 1 | -4/+4 |