Age | Commit message (Expand) | Author |
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 |
2005-10-25 | mtag in pf_route is now only used for IPSEC, so #ifdef it | Henning Brauer |
2005-10-23 | Rework of multicast deletion code for vlan(4) and trunk(4). | Marco Pfatschbacher |
2005-10-17 | make pf use one mbuf tag instead of 6 distinct ones. use a little struct | Henning Brauer |
2005-10-12 | no need to call mfree() since m is always NULL; from Andrey Matveev | Markus Friedl |
2005-10-09 | if the wireless hostap interface belongs to a bridge, learn the node's | Reyk Floeter |
2005-10-09 | use label | Reyk Floeter |
2005-10-08 | Prevent information leak by using a random hunique value instead of | Can Erkin Acar |
2005-10-07 | Report interface link state changes in sppp layer | Can Erkin Acar |
2005-10-03 | add a simple active "failover" trunk mode. port priorities will be | Reyk Floeter |
2005-09-30 | remove old unused NRL IPv6 code. | Brad Smith |
2005-09-28 | No part of the code defines UNALIGNED_ACCESS, use reverted tests for | Miod Vallat |
2005-09-28 | Improve the safety of pf IOCTLs, taking into account that some paths can sleep. | Christopher Pascoe |
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 |