| Commit message (Expand) | Author | Age | Files | Lines |
| * | There is a use-after-free somewhere in the code that links the pf |  bluhm | 2014-07-11 | 1 | -2/+5 |
| * | Kill in_localaddr(), one less usage of the global list of IPv4 addresses. |  mpi | 2014-04-25 | 1 | -11/+8 |
| * | 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 | -4/+3 |
| * | "struct pkthdr" holds a routing table ID, not a routing domain one. |  mpi | 2014-04-14 | 1 | -11/+11 |
| * | clearing the _CSUM_IN_OK flags is now utterly pointless, was only done for |  henning | 2014-01-24 | 1 | -4/+2 |
| * | since the cksum rewrite the counters for hardware checksummed packets |  henning | 2014-01-23 | 1 | -5/+4 |
| * | Propagate an rdomain number to the nd6_lookup independently from |  mikeb | 2014-01-07 | 1 | -2/+3 |
| * | Put a large chunk of the IPv6 rdomain support in-tree. |  phessler | 2013-10-20 | 1 | -3/+5 |
| * | In one core dump the pointers to socket, inpcb, tcpcb on the stack |  bluhm | 2013-09-06 | 1 | -1/+3 |
| * | When net.inet.ip.sourceroute is enable, store the source route |  mpi | 2013-08-13 | 1 | -3/+3 |
| * | Move bridge_broadcast and subsequently all IPsec SPD lookup code out |  mikeb | 2013-07-31 | 1 | -7/+3 |
| * | The reverse parameter of in_pcblookup_listen() is a boolean and not |  bluhm | 2013-07-01 | 1 | -5/+5 |
| * | Always make sure that the temporary TCP protocol control block |  mikeb | 2013-06-20 | 1 | -4/+3 |
| * | Increment udpstat.udps_nosec and tcpstat.tcps_rcvnosec in case packet is |  yasuoka | 2013-06-09 | 1 | -1/+2 |
| * | Link pf states and socket inpcbs together more tightly. The linking |  bluhm | 2013-06-03 | 1 | -3/+16 |
| * | Merge the duplicate IPv4 and IPv6 checksum checking code in tcp_input() |  bluhm | 2013-06-03 | 1 | -35/+30 |
| * | Remove various external variable declaration from sources files and |  mpi | 2013-04-10 | 1 | -3/+1 |
| * | Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULL |  bluhm | 2013-04-02 | 1 | -7/+7 |
| * | Declare struct pf_state_key in the mbuf and in_pcb header files to |  bluhm | 2013-03-29 | 1 | -5/+4 |
| * | code that calls timeout functions should include timeout.h |  tedu | 2013-03-28 | 1 | -1/+2 |
| * | tedu faith(4), suggested by todd@ some weeks ago after a submission by |  mpi | 2013-03-14 | 1 | -16/+1 |
| * | After finding the socket's inp by using the pf's statekey, reset |  bluhm | 2013-01-17 | 1 | -1/+3 |
| * | first or second coming, commie or not commie, one m in coming is sufficient |  henning | 2013-01-17 | 1 | -2/+2 |
| * | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) |  markus | 2012-07-16 | 1 | -2/+2 |
| * | Increase TCP's initial window to 10 * MSS or 14600 bytes as proposed in |  claudio | 2012-03-10 | 1 | -1/+4 |
| * | Respect the ToS setting in tcp syn+ack for IPv4, still need to fix for |  haesbaert | 2011-10-15 | 1 | -2/+3 |
| * | Revert the pf->socket linking diff. |  oga | 2011-05-13 | 1 | -16/+2 |
| * | Clean up gotos for listening sockets to make it obvious when packets |  blambert | 2011-05-04 | 1 | -12/+12 |
| * | In certain failure cases, a RST would be sent out on rdomain 0, |  blambert | 2011-04-29 | 1 | -3/+3 |
| * | Make in_broadcast() rdomain aware. Mostly mechanical change. |  claudio | 2011-04-28 | 1 | -2/+3 |
| * | Double link between pf states and sockets. Henning has already |  bluhm | 2011-04-24 | 1 | -2/+16 |
| * | put the accepted socket of a diverted connection into the routing domain |  mikeb | 2011-04-12 | 1 | -1/+10 |
| * | Replace if/else ladder with much more legible switch statement for |  blambert | 2011-04-05 | 1 | -50/+57 |
| * | turn some macros into functions; saves 1400+ bytes from the kernel |  blambert | 2011-04-04 | 1 | -37/+42 |
| * | Instead of calling tcp_reass (tcp reassembly) with magic arguments |  blambert | 2011-04-04 | 1 | -15/+18 |
| * | change an if statement to a switch to reduce eye bleedage |  blambert | 2011-04-04 | 1 | -5/+4 |
| * | Add socket option SO_SPLICE to splice together two TCP sockets. |  bluhm | 2011-01-07 | 1 | -12/+24 |
| * | Initialize the ts_recent (received timestamp) field in the newly created |  claudio | 2010-09-29 | 1 | -1/+3 |
| * | It is not allowed to recalculate the window scale after the initial SYN. |  claudio | 2010-09-29 | 1 | -6/+1 |
| * | Do not delay ACKs on connections using loopback interfaces. There is no |  claudio | 2010-09-29 | 1 | -6/+10 |
| * | TCP send and recv buffer scaling. |  claudio | 2010-09-24 | 1 | -3/+39 |
| * | Switch some obvious network stack MAC comparisons from bcmp() to |  matthew | 2010-07-20 | 1 | -3/+3 |
| * | Add support for using IPsec in multiple rdomains. |  reyk | 2010-07-09 | 1 | -7/+13 |
| * | Fix the naming of interfaces and variables for rdomains and rtables |  guenther | 2010-07-03 | 1 | -15/+15 |
| * | unbreak the build with a custom kernel config including "pseudo-device |  sthen | 2010-03-11 | 1 | -1/+4 |
| * | Replace pool_get() + bzero() with pool_get(..., PR_ZERO). |  chl | 2010-01-15 | 1 | -4/+2 |
| * | Extend the protosw pr_ctlinput function to include the rdomain. This is |  claudio | 2009-11-13 | 1 | -4/+5 |
| * | rtables are stacked on rdomains (it is possible to have multiple routing |  claudio | 2009-11-03 | 1 | -6/+6 |
| * | fix indentation |  bluhm | 2009-08-20 | 1 | -6/+5 |