Age | Commit message (Expand) | Author |
2015-02-08 | Count dropped SYN packets on the tcpstat. They are dropped due to the | YASUOKA Masahiko |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-20 | In TCP and UDP layers do not (ab)use the receiving interface to check | Martin Pieuchot |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-11-04 | Remove "pl" suffix on pool names. | Martin Pieuchot |
2014-10-24 | Fix indentation of closing brace. | Alexander Bluhm |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-10-08 | Remove #ifdef SO_OOBINLINE, it is always defined. | Alexander Bluhm |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-11 | There is a use-after-free somewhere in the code that links the pf | Alexander Bluhm |
2014-04-25 | Kill in_localaddr(), one less usage of the global list of IPv4 addresses. | Martin Pieuchot |
2014-04-21 | ip_output() using varargs always struck me as bizarre, esp since it's only | Henning Brauer |
2014-04-21 | we'll do fine without casting NULL to struct foo * / void * | Henning Brauer |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-01-24 | clearing the _CSUM_IN_OK flags is now utterly pointless, was only done for | Henning Brauer |
2014-01-23 | since the cksum rewrite the counters for hardware checksummed packets | Henning Brauer |
2014-01-07 | Propagate an rdomain number to the nd6_lookup independently from | Mike Belopuhov |
2013-10-20 | Put a large chunk of the IPv6 rdomain support in-tree. | Peter Hessler |
2013-09-06 | In one core dump the pointers to socket, inpcb, tcpcb on the stack | Alexander Bluhm |
2013-08-13 | When net.inet.ip.sourceroute is enable, store the source route | Martin Pieuchot |
2013-07-31 | Move bridge_broadcast and subsequently all IPsec SPD lookup code out | Mike Belopuhov |
2013-07-01 | The reverse parameter of in_pcblookup_listen() is a boolean and not | Alexander Bluhm |
2013-06-20 | Always make sure that the temporary TCP protocol control block | Mike Belopuhov |
2013-06-09 | Increment udpstat.udps_nosec and tcpstat.tcps_rcvnosec in case packet is | YASUOKA Masahiko |
2013-06-03 | Link pf states and socket inpcbs together more tightly. The linking | Alexander Bluhm |
2013-06-03 | Merge the duplicate IPv4 and IPv6 checksum checking code in tcp_input() | Alexander Bluhm |
2013-04-10 | Remove various external variable declaration from sources files and | Martin Pieuchot |
2013-04-02 | Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULL | Alexander Bluhm |
2013-03-29 | Declare struct pf_state_key in the mbuf and in_pcb header files to | Alexander Bluhm |
2013-03-28 | code that calls timeout functions should include timeout.h | Ted Unangst |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-01-17 | After finding the socket's inp by using the pf's statekey, reset | Alexander Bluhm |
2013-01-17 | first or second coming, commie or not commie, one m in coming is sufficient | Henning Brauer |
2012-07-16 | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) | Markus Friedl |
2012-03-10 | Increase TCP's initial window to 10 * MSS or 14600 bytes as proposed in | Claudio Jeker |
2011-10-15 | Respect the ToS setting in tcp syn+ack for IPv4, still need to fix for | Christiano F. Haesbaert |
2011-05-13 | Revert the pf->socket linking diff. | Owain Ainsworth |
2011-05-04 | Clean up gotos for listening sockets to make it obvious when packets | Bret Lambert |
2011-04-29 | In certain failure cases, a RST would be sent out on rdomain 0, | Bret Lambert |
2011-04-28 | Make in_broadcast() rdomain aware. Mostly mechanical change. | Claudio Jeker |
2011-04-24 | Double link between pf states and sockets. Henning has already | Alexander Bluhm |
2011-04-12 | put the accepted socket of a diverted connection into the routing domain | Mike Belopuhov |
2011-04-05 | Replace if/else ladder with much more legible switch statement for | Bret Lambert |
2011-04-04 | turn some macros into functions; saves 1400+ bytes from the kernel | Bret Lambert |
2011-04-04 | Instead of calling tcp_reass (tcp reassembly) with magic arguments | Bret Lambert |
2011-04-04 | change an if statement to a switch to reduce eye bleedage | Bret Lambert |
2011-01-07 | Add socket option SO_SPLICE to splice together two TCP sockets. | Alexander Bluhm |
2010-09-29 | Initialize the ts_recent (received timestamp) field in the newly created | Claudio Jeker |
2010-09-29 | It is not allowed to recalculate the window scale after the initial SYN. | Claudio Jeker |