Age | Commit message (Expand) | Author |
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher |
2007-03-16 | remove message that prints | Theo de Raadt |
2007-02-22 | Remove TCP ports 760 and 761 from DEFBADDYNAMICPORTS_TCP; they are | Todd C. Miller |
2007-02-20 | Fix the bpf hook in etherip_input() by using the right address family and | Claudio Jeker |
2007-02-15 | Simplify even more by reducing shared code in #if NBRIDGE and default case. | Claudio Jeker |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-13 | whitespace fix | Jun-ichiro itojun Hagino |
2007-02-10 | Cleanup, kill dead code and unused arguments. Mostly stuff that is computed | Claudio Jeker |
2007-02-08 | - AH: when computing crypto checksum for output, massage source-routing | Jun-ichiro itojun Hagino |
2007-02-01 | correct rfc; from Kris Katterjohn | Jason McIntyre |
2007-01-18 | allow kernels with TCP_SIGNATURE (aka tcp md5sig), but without IPSEC to | Henning Brauer |
2007-01-03 | Remove two "unused" mbuf tag functions and kill the superfluous argument | Claudio Jeker |
2007-01-02 | move local network route to real interface instead of carp interface; from mpf@ | Markus Friedl |
2006-12-28 | check if ifqueue has anything queued before doing the dance of | Theo de Raadt |
2006-12-19 | TDBF_USEDTUNNEL flag manipulation was inside #ifdef INET. it applies | Jun-ichiro itojun Hagino |
2006-12-15 | make enc(4) count; ok markus@ henning@ deraadt@ | Otto Moerbeek |
2006-12-13 | use IN6_IS_SCOPE_EMBED to check kernel-internal form addresses | Jun-ichiro itojun Hagino |
2006-12-11 | allow RST with th_seq incremented (seen from windows tcp clients); ok dhartmei | Markus Friedl |
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino |
2006-12-05 | make the syncache code respect (inherit) the ttl from the listening socket | Henning Brauer |
2006-12-05 | do not install pmtu routes for transport mode SAs, as they do not | Markus Friedl |
2006-12-01 | rangecheck ttl on IP_TTL, collected dust in my tree | Henning Brauer |
2006-11-27 | make use of multiple routing tables. | Henning Brauer |
2006-11-27 | The current implementation to handle control options is broken as soon as | Claudio Jeker |
2006-11-25 | Remove unneeded branch, no need to check if opts is != NULL just set it to | Claudio Jeker |
2006-11-24 | add support to tag ipsec traffic belonging to specific IKE-initiated | Reyk Floeter |
2006-11-16 | in carp_attach, create the "carp" interface group, so that it is always | Henning Brauer |
2006-10-31 | do not re-generate the timestamp modulation offset for SYN-ACK retransmits; | Markus Friedl |
2006-10-11 | implement IP_MINTTL socket option fo tcp sockets | Henning Brauer |
2006-10-11 | implement IP_RECVTTL socket option. | Henning Brauer |
2006-09-26 | udp port 664 is sometimes also stolen on the wire by ipmi/asf balony. | Theo de Raadt |
2006-09-21 | ugly trailing ws; from bret dot lambert at gmail | Otto Moerbeek |
2006-08-31 | Automatically add a IPv6 link-local address to carp interfaces when the | Ryan Thomas McBride |
2006-08-28 | Make carp see all IPv6 address additions and remove dead code in carp_ioctl() | Ryan Thomas McBride |
2006-08-21 | Answer ARP queries also for addresses on carp interfaces, if carps | Marco Pfatschbacher |
2006-08-16 | Send out a second delayed gratuitous ARP request after | Marco Pfatschbacher |
2006-07-18 | get rid of arc network support. we have no users of it so this is dead | David Gwynne |
2006-07-17 | Call ip_savecontrol() in the multicast codepath of udp_input() similar to | Claudio Jeker |
2006-07-06 | u_quad_t -> u_int64_t | Brad Smith |
2006-06-30 | htonq() is not used, at all | Theo de Raadt |
2006-06-28 | No need to add function prototypes twice to a header file. | Claudio Jeker |
2006-06-18 | Whitespace, oops. | Christopher Pascoe |
2006-06-18 | Add support for equal-cost multipath IP. | Christopher Pascoe |
2006-06-17 | unbreak; from theo | Henning Brauer |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |
2006-06-15 | Make number of varargs passed to ip_output match reality. | Christopher Pascoe |
2006-06-15 | Change cast of last vararg to ip_output to match what ip_output expects, | Christopher Pascoe |
2006-06-15 | Make number of varargs passed to ip_output match reality. | Christopher Pascoe |
2006-06-06 | Put mrouting enable flag inside the right ifdef. If you change files | Theo de Raadt |
2006-06-02 | Introduce attributes to interface groups. | Marco Pfatschbacher |