Age | Commit message (Expand) | Author |
2005-08-03 | prevent unaligned memory access when processing LCP echo packets, | Can Erkin Acar |
2005-08-03 | Do not send "deletion" messages for states created by other pfsync peers when | Christopher Pascoe |
2005-08-03 | Eliminate another case where pool routines are called without process context. | Christopher Pascoe |
2005-08-03 | use flag macro instead of constant | Christopher Pascoe |
2005-08-02 | pass the AF in network byte order to bpf | Markus Friedl |
2005-08-02 | Instead of copying a table structure so we can mask off a bit before | Christopher Pascoe |
2005-08-01 | Minor whitespace cleanup. | Christopher Pascoe |
2005-08-01 | Use a string directly rather than making a copy, save on stack space. | Christopher Pascoe |
2005-07-31 | Perform pf state/rule/table expiry in a kernel thread instead of running | Christopher Pascoe |
2005-07-31 | Missed argument in previous commit, applied separately to ease merges. | Christopher Pascoe |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-07-31 | Change the API for icmp_do_error so that it takes the mtu directly, rather | Christopher Pascoe |
2005-07-29 | Use one "struct pf_state key" declaration at top of pf_test_state_icmp, | Christopher Pascoe |
2005-07-28 | rev 1.18 | Brad Smith |
2005-07-26 | Add missing newline to error message. | Christopher Pascoe |
2005-07-21 | account ipv4 packets with wrong tcp/udp/icmp checksums and udp | Markus Friedl |
2005-07-20 | need to reset kif->pfik_group to NULL before calling pfi_kif_unref() so it can | Henning Brauer |
2005-07-19 | Remove vlan_input_tag() since all four drivers that used it have been | Camiel Dobbelaar |
2005-07-18 | Use M_PREPEND to take advantage of any slack leading space in the mbuf. | Camiel Dobbelaar |
2005-07-12 | default mtu to no more than ETHERMTU to avoid fragmentation; henning@ ok | Michael Shalayeff |
2005-07-11 | add missing {} around TAILQ_FOREACH block, found by David Hill | Daniel Hartmeier |
2005-07-09 | ANSI protos | Brad Smith |
2005-07-05 | - prototype must not have variable name. | Brad Smith |
2005-07-04 | in if_group_routechange(), when checking wether a default route was changed | Henning Brauer |
2005-07-04 | restrict the tcp.finwait timeout (45s) to state combinations where we have | Markus Friedl |
2005-07-03 | rev 1.13 | Brad Smith |
2005-06-30 | in order for pfvar.h not to conflict with openssl's crypto.h, use | Nikolay Sturm |
2005-06-25 | hide name2id prototypes in #ifdef _KERNEL, claudio ok | Henning Brauer |
2005-06-23 | update if_lastchange for evey IFF_UP change not only SIOCSIFFLAGS; henning@ ok | Michael Shalayeff |
2005-06-16 | no need for NVLAN; ok jason, brad, camiel | Markus Friedl |
2005-06-14 | rename function and define to reflect the external -> egress name change | Henning Brauer |
2005-06-14 | use "egress" instead of "external" for the interface group containing the | Henning Brauer |
2005-06-13 | check wether mask is NULL in if_group_routechange before dereferencing | Henning Brauer |
2005-06-13 | spurious XXX comment left over from interface abstraction code whacking | Henning Brauer |
2005-06-13 | make the packet and byte counters on rules and src nodes per direction, | Henning Brauer |
2005-06-12 | lo0 is special, attaches early an different than the other loopback interfaces | Henning Brauer |
2005-06-12 | add SIOCGIFGMEMB ioctl, returns a list of all interfaces who are member of | Henning Brauer |
2005-06-08 | if a cloned interface's destroy function fails, re-join the interface class | Henning Brauer |
2005-06-08 | netns bits die | Henning Brauer |
2005-06-08 | kill NS and DECNET bits | Henning Brauer |
2005-06-08 | bye bye netns (and a few leftover DECNET bits while here) | Henning Brauer |
2005-06-08 | huch, more netns shitz | Henning Brauer |
2005-06-08 | kill some leftover bits from netns and iso routing | Henning Brauer |
2005-06-08 | no more netns handling for the various tunnel devices and loopback | Henning Brauer |
2005-06-08 | in rtlabel_name2id, handle the case of an empty name: return 0 | Henning Brauer |
2005-06-08 | more inet6 stuff that got exposed | Theo de Raadt |
2005-06-08 | handle ramdisks, and kernels without inet6; henning ok | Theo de Raadt |
2005-06-07 | introduce a default "external" interface group, containing the interface(s) | Henning Brauer |
2005-06-07 | oops | Theo de Raadt |
2005-06-07 | avoid retarded C unsigned char -> signed integer promotion rules. | Theo de Raadt |