| Commit message (Expand) | Author | Age | Files | Lines |
* | add a comment above the rfc1948 code that mentions the rfc so it's easy to find |  tedu | 2015-10-02 | 1 | -1/+4 |
* | Kill yet another argument to functions in IPv6. This time ip6_output's |  claudio | 2015-09-11 | 1 | -2/+2 |
* | Replace sockaddr casts with the proper satosin(), ... calls. |  bluhm | 2015-09-01 | 1 | -3/+2 |
* | The syn cache is completely implemented in tcp_input.c. So all its |  bluhm | 2015-08-27 | 1 | -9/+1 |
* | Rename the syn cache counter into tcp_syn_cache_count to have the |  bluhm | 2015-08-24 | 1 | -9/+7 |
* | Expand ancient NTOHL/NTOHS/HTONS/HTONL macros. |  mpi | 2015-07-16 | 1 | -6/+6 |
* | Store a unique ID, an interface index, rather than a pointer to the |  mpi | 2015-06-16 | 1 | -2/+2 |
* | test mbuf pointers against NULL not 0 |  jsg | 2015-05-13 | 1 | -3/+3 |
* | Include the timestamp TCP option in keep alive packets as well. |  mikeb | 2015-05-07 | 1 | -8/+17 |
* | 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 |
* | move arc4random prototype to systm.h. more appropriate for most code |  tedu | 2014-11-18 | 1 | -2/+1 |
* | remove now unnecessary casts from hash update calls. |  tedu | 2014-11-16 | 1 | -8/+8 |
* | Let's just call a rdomain a rdomain. |  mpi | 2014-11-06 | 1 | -3/+3 |
* | mix the rtable into the hash for tcp sequence number generation. |  dlg | 2014-11-06 | 1 | -2/+3 |
* | Remove "pl" suffix on pool names. |  mpi | 2014-11-04 | 1 | -6/+4 |
* | use sha512 instead of md5 for tcp isn. ok deraadt |  tedu | 2014-10-20 | 1 | -15/+20 |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 1 | -2/+1 |
* | Resize the pcb hashtable automatically. The table size will be doubled |  yasuoka | 2014-07-12 | 1 | -5/+4 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | ip_output() using varargs always struck me as bizarre, esp since it's only |  henning | 2014-04-21 | 1 | -2/+2 |
* | we'll do fine without casting NULL to struct foo * / void * |  henning | 2014-04-21 | 1 | -3/+3 |
* | tcp_respond: let the stack worry about the cksum instead of doing it |  henning | 2014-04-18 | 1 | -16/+3 |
* | "struct pkthdr" holds a routing table ID, not a routing domain one. |  mpi | 2014-04-14 | 1 | -4/+4 |
* | Remove the number of in6_var.h inclusions by moving some functions and |  mpi | 2013-10-24 | 1 | -3/+1 |
* | Remove the number of in_var.h inclusions by moving some functions and |  mpi | 2013-10-23 | 1 | -2/+1 |
* | Sprinkle a lot more IPv6 routing domains support in the kernel. |  phessler | 2013-10-21 | 1 | -11/+6 |
* | Put a large chunk of the IPv6 rdomain support in-tree. |  phessler | 2013-10-20 | 1 | -5/+5 |
* | make in_proto_cksum_out not rely on the pseudo header checksum to be |  henning | 2013-10-19 | 1 | -5/+2 |
* | Pass the routing domain to IPv6 pr_ctlinput() like in IPv4. |  bluhm | 2013-06-01 | 1 | -5/+2 |
* | The function rip6_ctlinput() claims that sa6_src is constant to |  bluhm | 2013-05-31 | 1 | -6/+6 |
* | Remove various external variable declaration from sources files and |  mpi | 2013-04-10 | 1 | -6/+3 |
* | Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULL |  bluhm | 2013-04-02 | 1 | -4/+4 |
* | code that calls timeout functions should include timeout.h |  tedu | 2013-03-28 | 1 | -1/+2 |
* | no need for a lot of code to include proc.h |  tedu | 2013-03-28 | 1 | -2/+1 |
* | change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@ |  gsoares | 2012-12-28 | 1 | -2/+2 |
* | Increase TCP's initial window to 10 * MSS or 14600 bytes as proposed in |  claudio | 2012-03-10 | 1 | -2/+2 |
* | for key material that is being being discarded, convert bzero() to |  deraadt | 2011-01-11 | 1 | -2/+2 |
* | Fix the naming of interfaces and variables for rdomains and rtables |  guenther | 2010-07-03 | 1 | -16/+7 |
* | Replace pool_get() + bzero() with pool_get(..., PR_ZERO). |  chl | 2010-01-15 | 1 | -3/+2 |
* | Extend the protosw pr_ctlinput function to include the rdomain. This is |  claudio | 2009-11-13 | 1 | -7/+15 |
* | rtables are stacked on rdomains (it is possible to have multiple routing |  claudio | 2009-11-03 | 1 | -3/+2 |
* | sockets created via a listening socket lose the rdomain and fail to work |  claudio | 2009-08-10 | 1 | -3/+3 |
* | Initial support for routing domains. This allows to bind interfaces to |  claudio | 2009-06-05 | 1 | -4/+7 |
* | rename arc4random_bytes => arc4random_buf to match libc's nicer name; |  djm | 2008-06-09 | 1 | -2/+2 |
* | remove tcp_drain code since it's not longer used; ok henning, feedback thib |  markus | 2008-05-06 | 1 | -22/+1 |
* | remove old unused TCP isn code; ok henning, dhartmei, mcbride |  markus | 2008-02-20 | 1 | -48/+1 |
* | when creating a response, use the correct TCP header instead of |  markus | 2008-02-20 | 1 | -64/+52 |
* | TCP_COMPAT_42 was last used in 1997. Kill it. |  deraadt | 2007-11-27 | 1 | -5/+1 |
* | arc4random_bytes() is the preferred interface for generating nonces; |  djm | 2007-09-18 | 1 | -2/+2 |