Age | Commit message (Expand) | Author |
2005-09-14 | correctly set IFF_RUNNING flag after device state changes. | Reyk Floeter |
2005-09-11 | when adding any IP addresses make sure to UP the interface. | Brad Smith |
2005-09-10 | update the trunk(4) driver | Reyk Floeter |
2005-09-05 | in DIOCCHANGERULE, properly initialize table, if used in NAT rule. | Daniel Hartmeier |
2005-08-22 | when nat'ing icmp 'connections', replace icmp id with proxy values | Daniel Hartmeier |
2005-08-22 | fix rdr to bitmask replacement address pool. patch from Max Laier, | Daniel Hartmeier |
2005-08-18 | Malloc temporary buffers in pfioctl rather than having several large | Christopher Pascoe |
2005-08-18 | Rearrange pf_state and pfi_kif so that the parts of the structure needed | Christopher Pascoe |
2005-08-16 | Only send the PFSS_TIMESTAMP timestamp bit across the wire, in case we | Christopher Pascoe |
2005-08-16 | Synchronise timestamp modulation and scrubbing min ttl information. | Christopher Pascoe |
2005-08-14 | don't require a valid route when configuring the tunnel; | Markus Friedl |
2005-08-13 | Partial backout of previous revision, reinstates the ability to propagate | Christopher Pascoe |
2005-08-12 | Use actual packet contents when sending protocol rejects. Fixes PR 4305. | Can Erkin Acar |
2005-08-12 | Fill out interface name and state creation time correctly in | Christopher Pascoe |
2005-08-11 | Remove bogus debug printf(). | Ryan Thomas McBride |
2005-08-11 | Only decrement the max-src-conn counter for tcp connections that reached | Joel Knight |
2005-08-10 | kill spaces OK deraadt@ | Claudio Jeker |
2005-08-10 | Add an additional media subtype IFM_TDM_E1_G704_CRC4 for TDM interfaces. | Claudio Jeker |
2005-08-07 | Do not blindly reset the state count to zero after a clear, as we may not | Christopher Pascoe |
2005-08-07 | verify ticket in DIOCADDADDR, from Boris Polevoy, ok deraadt@ | Daniel Hartmeier |
2005-08-07 | Reset kif->pfik_ifp to NULL before calling pfi_kif_unref(), similar change | Christopher Pascoe |
2005-08-06 | correct some spellos | Christopher Pascoe |
2005-08-05 | make three functions non-static (namespace is no issue, they might get | Daniel Hartmeier |
2005-08-04 | instead of static locals, malloc/free. the goal is to reduce stack usage, | Daniel Hartmeier |
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 |