Age | Commit message (Expand) | Author |
2006-02-09 | remove trailing ',' in enum declaration | Reyk Floeter |
2006-02-09 | add an interface detach hook and use it with the vlan(4) driver. this | Reyk Floeter |
2006-02-07 | mention source of pf_modulate_sack() in comment, no code change, | Daniel Hartmeier |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2006-02-02 | Set rtm_index to the correct interface index for RTM_ADD and RTM_CHANGE. | Claudio Jeker |
2006-02-01 | Initialize rmx_expire in rt_timer_add() so that dynamic routes (e.g. PMTU) | Claudio Jeker |
2006-01-31 | the TCP SACK option needs sequence number modulation | Mike Frantzen |
2006-01-30 | fix updating of tables associated with interface groups used in | Henning Brauer |
2006-01-23 | support PMTU-Discovery for link2 ipsec bridges; ok claudio | Markus Friedl |
2006-01-18 | fix a bug in the fragment cache (used for 'scrub fragment crop/drop-ovl', | Daniel Hartmeier |
2006-01-11 | Do not use m_adj() on empty mbufs (m->m_len is uninitialised), instead bump | Claudio Jeker |
2006-01-06 | DIOCNATLOOK was forgotten in the second access control switch. it's a | Daniel Hartmeier |
2006-01-06 | for DIOCCLRSTATUS (pfctl -Fi), reset 'Enabled for x' time, too. simplifies | Daniel Hartmeier |
2006-01-05 | Make it possible to set a default vlan priority for vlan interfaces. | Esben Norby |
2006-01-05 | bzero buffers after malloc, or clear string buffer before strlcpy'ing | Theo de Raadt |
2006-01-05 | bzero after malloc; ok dhartmei | Theo de Raadt |
2006-01-04 | Move bpf_mtap_hdr() after trunk_*_input() so that we hopefully see only one | Brad Smith |
2006-01-04 | Remove redundant calls to bpfdetach. | Can Erkin Acar |
2005-12-22 | Do not check ifp->if_bpf before detaching from bpf. It is only a signal | Can Erkin Acar |
2005-12-21 | knf | Reyk Floeter |
2005-12-21 | fix possible NULL pointer, thanks to Marco Molteni | Reyk Floeter |
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter |
2005-12-17 | revert last commit as it introduced system panics due to improper use | Brad Smith |
2005-12-10 | m_pullup() the whole header, not the number of bytes in an int. Found | Kenneth R Westerback |
2005-12-10 | C99 section 6.8.6.4 says "A return statement with an expression shall | Kenneth R Westerback |
2005-12-08 | Avoid sign extend by casting to u_char *; from NetBSD via Guy Harris. | Otto Moerbeek |
2005-12-06 | export ipip flows, too; ok hshoexer | Markus Friedl |
2005-11-29 | something in the eurobsdcon route-a-thon broke my simple home network | Jolan Luff |
2005-11-28 | more breakage | Markus Friedl |
2005-11-28 | unbreak route deletion (from revision 1.55; obviously too much eyebleeding) | Markus Friedl |
2005-11-27 | repair builds. ramdisk kernels forgotten about again. | Theo de Raadt |
2005-11-27 | don't let anything outside route.c access the routing table heads directly, | Henning Brauer |
2005-11-27 | Move bpf_mtap() after trunk_*_input() so that we hopefull see only one | Ryan Thomas McBride |
2005-11-27 | Attempt to accept a packet only once when operating in failover mode. | Ryan Thomas McBride |
2005-11-27 | Fix dereference of uninitialised pointer in trunk_input() error path. | Ryan Thomas McBride |
2005-11-27 | Make the trunk interface link state depend on the link states of the | Ryan Thomas McBride |
2005-11-25 | move the code to delete routes having a specific interface as output | Henning Brauer |
2005-11-25 | KNF | Henning Brauer |
2005-11-25 | reduce eyebleeding, since we only borrow the code from our children | Henning Brauer |
2005-11-25 | How can we dance when our humppa is feeding | Henning Brauer |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-11-17 | tun devices get created (cloned) automagically when the device is opened. | Henning Brauer |
2005-11-16 | small doses of KNF | Henning Brauer |
2005-11-14 | fix spello | Christopher Pascoe |
2005-11-04 | crank pf_state and pf_src_node byte and packet counters to u_in64_t, since | Ryan Thomas McBride |
2005-11-03 | re-implement the bpf "filter drop" option that it actually works. the | Reyk Floeter |
2005-11-01 | Always sure that we have memory for the 'dst' scrub information, which may | Christopher Pascoe |
2005-10-28 | s/rmatch/chksum_flag/ to clarify what's going on. Pointed out by dhartmei@ | Ryan Thomas McBride |
2005-10-27 | Basic support for attaching states from pfsync to the correct rules. | Ryan Thomas McBride |
2005-10-26 | Instead of using arc4random() to modulate the TCP isn, call tcp_rndiss_next() | Ryan Thomas McBride |