Age | Commit message (Expand) | Author |
2018-11-10 | Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore. | Alexander Bluhm |
2018-11-09 | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for | Claudio Jeker |
2018-09-13 | Add reference counting for inet pcb, this will be needed when we | Alexander Bluhm |
2018-06-11 | The output from tcp debug sockets was incomplete. After detach tp | Alexander Bluhm |
2018-05-08 | Historically there were slow and fast tcp timeouts. That is why | Alexander Bluhm |
2017-10-25 | Remove the TCP_FACK option and associated #if{,n}def code. | job |
2017-10-22 | Unconditionally enable TCP selective acknowledgements (SACK) | Mike Belopuhov |
2017-06-26 | Assert that the corresponding socket is locked when manipulating socket | Martin Pieuchot |
2017-05-18 | Merge the content of <netinet/tcpip.h> and <netinet6/tcpipv6.h> in | Martin Pieuchot |
2017-02-09 | percpu counters for TCP stats | Jeremie Courreges-Anglas |
2016-07-19 | Plug an mbuf leak in the error path of tcp signature in tcp_output(). | Alexander Bluhm |
2016-06-13 | On localhost a user program may create a socket splicing loop. | Alexander Bluhm |
2015-12-05 | upgrade tcp/ip to use the latest in C89 technology: memcpy. | Ted Unangst |
2015-10-24 | Ignore Router Advertisment's current hop limit. | Martin Pieuchot |
2015-09-11 | Kill yet another argument to functions in IPv6. This time ip6_output's | Claudio Jeker |
2015-07-13 | Avoid a situation where we do not set the tcp persist timer after | Alexander Bluhm |
2015-06-30 | Get rid of the undocumented & temporary* m_copy() macro added for | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-07 | Replace a bunch of == 0 with == NULL in pointer tests. Nuke some | Kenneth R Westerback |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-04-21 | ip_output() using varargs always struck me as bizarre, esp since it's only | Henning Brauer |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
2014-03-28 | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things | Stuart Henderson |
2014-03-27 | Retire kernel support for SO_DONTROUTE, since the plan is to always | Martin Pieuchot |
2013-10-24 | Remove the number of in6_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-19 | make in_proto_cksum_out not rely on the pseudo header checksum to be | Henning Brauer |
2013-08-12 | Add the TCP socket option TCP_NOPUSH to delay sending the stream. | Alexander Bluhm |
2013-06-03 | Link pf states and socket inpcbs together more tightly. The linking | Alexander Bluhm |
2012-09-20 | spltdb() was really just #define'd to be splsoftnet(); replace the former | Bret Lambert |
2011-05-13 | Revert the pf->socket linking diff. | Owain Ainsworth |
2011-04-24 | Double link between pf states and sockets. Henning has already | Alexander Bluhm |
2011-04-05 | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT | Henning Brauer |
2011-01-07 | Add socket option SO_SPLICE to splice together two TCP sockets. | Alexander Bluhm |
2010-09-24 | TCP send and recv buffer scaling. | Claudio Jeker |
2010-09-08 | Return EACCES when pf_test() blocks a packet in ip_output(). This allows | Claudio Jeker |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-05-28 | Make sure the temporary buffer used to generate tcp options is properly | Mark Kettenis |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2008-09-03 | do not set the pkthdr mbuf state key pointer to the state key saved in the | Henning Brauer |
2008-07-03 | link pf state keys to tcp pcbs and vice versa. | Henning Brauer |
2008-06-28 | no EOL between tcpsig and sack headers; ok jsing, frantzen | Markus Friedl |
2008-06-12 | Remove some crazy #if mess. | Joel Sing |
2008-06-12 | ANSIfy function definitions. | Joel Sing |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-06-01 | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. | Henning Brauer |
2005-06-30 | implement PMTU checks from | Markus Friedl |