Age | Commit message (Expand) | Author |
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 |
2005-12-23 | Remove unnecessary #ifdef MROUTING blocks. OK brad@ markus@ | Claudio Jeker |
2005-12-20 | use M_READONLY when trying to find out whether we have to copy | Markus Friedl |
2005-12-11 | bitfields must be off an int or such type | Theo de Raadt |
2005-12-10 | in ansi c, bitfields must be done against int, unsigned int, or _Bool. | Theo de Raadt |
2005-12-01 | allow RST if the th_seq matches rcv_nxt in case the RST follows the | Markus Friedl |
2005-11-29 | Fix IPv6 hmac calculation. | Marco Pfatschbacher |
2005-11-29 | something in the eurobsdcon route-a-thon broke my simple home network | Jolan Luff |
2005-11-27 | don't let anything outside route.c access the routing table heads directly, | Henning Brauer |
2005-11-27 | Completly remove transition path INIT -> MASTER. | Marco Pfatschbacher |
2005-11-27 | Sort the IP addresses in ascending order when doing the carp hmac; makes | Ryan Thomas McBride |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto |
2005-11-20 | splimp -> splvm. mbuf allocation here. | Brad Smith |
2005-11-15 | Only two `h' in threshold. | Miod Vallat |
2005-11-04 | Add carp_hash() - hash the ethernet address of the ARP request and use | Ryan Thomas McBride |
2005-11-02 | inherit sack_enable from the listen socket, this should allow connections | Markus Friedl |
2005-10-31 | Fix a TAILQ_FOREACH where the item containing the next pointer could be | Christopher Pascoe |
2005-10-24 | Remove redundant duplicate packet length check. | Ryan Thomas McBride |
2005-10-17 | make pf use one mbuf tag instead of 6 distinct ones. use a little struct | Henning Brauer |
2005-10-05 | Add multicast routing to GENERIC. | Esben Norby |
2005-09-29 | Rework of multicast deletion code. | Marco Pfatschbacher |
2005-09-28 | Enable RFC3390 by default and remove a few compile time options which | Brad Smith |
2005-09-19 | A few 'demon' -> 'daemon'. | Kenneth R Westerback |
2005-09-19 | typo | Theo de Raadt |
2005-09-19 | Fix initialisation of baddynamicports.udp, busted since 1997, wow. | Theo de Raadt |
2005-08-31 | Comment out KASSERT(mc != NULL) in carp_ether_delmulti. Because we mess with | Ryan Thomas McBride |
2005-08-11 | New counter for not joined IPv4 multicast groups. | Marco Pfatschbacher |
2005-08-11 | don't accept SYN-only TCP options for established connections; | Markus Friedl |
2005-08-05 | don't panic for SADB_ADD w/o enc/auth, with and ok hshoexer@ | Markus Friedl |