Age | Commit message (Expand) | Author |
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 |
2006-05-30 | Put ASF/IPMI port 623 into the bad dynamic udp table, because otherwise | Theo de Raadt |
2006-05-29 | Make savecontrol functions more generic and use them now for raw IP too. | Claudio Jeker |
2006-05-28 | Only preemptively increase the replay counter for outbound TDBs. | Ryan Thomas McBride |
2006-05-28 | - remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO. | Brad Smith |
2006-05-26 | rename jumbo mtu to if_hardmtu; ok brad reyk | Theo de Raadt |
2006-05-22 | Check for NULL cookies before calling hook_disestablish(). Just in case | Kenneth R Westerback |
2006-05-18 | Add a duplicate check for our own advertisements. This is necessary | Marco Pfatschbacher |
2006-05-16 | - pcbflags is not modified in pcb_(dis)connect, so there's no | Markus Friedl |
2006-05-11 | fix corruption of pim register packets. From Hideki ONO, thanks! | Hans-Joerg Hoexer |
2006-04-27 | use underscore variants of _BYTE_ORDER macros which are always defined | Ted Unangst |
2006-04-25 | Remove virtual tunnel support from the mrouting code. The virtual tunnel | Claudio Jeker |
2006-04-22 | Routes announced via rt_missmsg() do not have rtm_index set. While in most | Claudio Jeker |
2006-03-30 | fix a typo | Esben Norby |
2006-03-26 | if_link_state_change() is more appropriate here. | Camiel Dobbelaar |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-23 | Set a carp MAC address of 00:00:00:00:00:00 if no vhid is assigned. | Ryan Thomas McBride |
2006-03-22 | prevent anything outside rote.c from accessing the routing table heads | Henning Brauer |
2006-03-12 | mbuf use-after-free; ok henning, djm, brad | Markus Friedl |
2006-03-07 | advertisment -> advertisement; from leonardo chiquitto filho | Jason McIntyre |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-03-05 | revert unrelated change that snuck into the last commit. | Brad Smith |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-02-26 | unbreak tcp window update (restore 4.4lite code); netbsd pr 13952; | Markus Friedl |
2006-02-21 | Fix a panic reported by D.Snezhkov by issuing an ifconfig command with | Claudio Jeker |
2006-01-28 | Fix hmac calculation. | Marco Pfatschbacher |
2006-01-13 | Path MTU discovery for NAT-T. | Marco Pfatschbacher |
2006-01-03 | m_pullup the same amount we copied, not just the IP header. | Marco Pfatschbacher |