Age | Commit message (Expand) | Author |
2011-01-25 | pool is properly spelled pl. makes this one fit in netstat column. | Ted Unangst |
2011-01-22 | Pf must not scrub packets which will be dropped anyway. | Alexander Bluhm |
2011-01-21 | make mpls compile w/o errors when inet6 is not defined | Mike Belopuhov |
2011-01-20 | The reason accounting in pf_reassemble() was not correct. Change | Alexander Bluhm |
2011-01-19 | Give pf_normalize_ip() the same 3 way semantics as pf_test(). | Alexander Bluhm |
2011-01-18 | When changing the ifa_broadaddr broadcast address, ifa_update_broadaddr() | Alexander Bluhm |
2011-01-12 | Never include SADB_X_EXT_REMOTE_AUTH (which is either a | Mike Belopuhov |
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt |
2011-01-11 | Perform IP options check in pf_test_rule(), before creating state. | Ryan Thomas McBride |
2011-01-11 | delay deferred packets for a maximum of 20ms instead of 100 ticks (which | David Gwynne |
2011-01-10 | If pf_test() was called recursively, the global variable pf_hdrs | Alexander Bluhm |
2011-01-10 | DPFPRINTF already adds the "pf: ", no need to put it in the error | Ryan Thomas McBride |
2011-01-06 | dst my point to memory inside rt so move the check up before the | Claudio Jeker |
2011-01-06 | Minor style nit | Claudio Jeker |
2011-01-06 | Put htons() around ip_randomid() for pf scrub random-id to make it | Alexander Bluhm |
2011-01-06 | Do not assign m->m_pkthdr.rdomain before m was allocated. | Claudio Jeker |
2011-01-05 | Remove mbuf ptr save dance in pf_test6(). It was a leftover with | Alexander Bluhm |
2011-01-04 | in bpf_movein(), range-check mbuf size against MCLBYTES before | Theo de Raadt |
2011-01-03 | Allow to change vlan options of existing vlan(4)/svlan(4) devices at | Reyk Floeter |
2010-12-31 | Remove dead code from pf_norm.c. The fragment cache is some leftover | Alexander Bluhm |
2010-12-31 | Address comparisson is implemented twice in pf.c. Put this into a | Alexander Bluhm |
2010-12-24 | in pf_src_connlimit, the indices to sk->addr were swapped. | Henning Brauer |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-15 | Be more careful when copying the pf rule from userland into the kernel. | Claudio Jeker |
2010-12-07 | remove a bunch of unused arguments | Jonathan Gray |
2010-11-29 | Let ifa_print_rb() build on INET6-free kernels. Repairs RAMDISK on a few | Miod Vallat |
2010-11-29 | use m_pulldown to get a contig view of the pfsync_header instead of | David Gwynne |
2010-11-29 | get rid of struct pfsync_pkt. it was used to store data on the stack to | David Gwynne |
2010-11-28 | there's no need to take splsoftnet in the input packet action handlers | David Gwynne |
2010-11-24 | malloc the temporary struct pppx_if used in pppx_if_find (it's currently | Stuart Henderson |
2010-11-20 | throw some yields into the pf table code so it doesn't lock up the kernel. | Ted Unangst |
2010-11-20 | __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and | Miod Vallat |
2010-11-20 | remove bs_list occurrences. fixes panic on destroy. | Federico G. Schwindt |
2010-11-17 | make ifa_ifwithaddr use the RB tree for lookups instead of nested list | Henning Brauer |
2010-11-17 | add ifa_print_rb(), dumps the RB tree to the console, can be called from | Henning Brauer |
2010-11-17 | maintain an RB tree of ifaddrs in the system (addresses and broadcast addrs, | Henning Brauer |
2010-11-17 | an extra parameter for in_ifinit, indicating wether the ifaddr passed to it | Henning Brauer |
2010-11-17 | introduce ifa_update_broadaddr to update an ifaddr's broadcast address, | Henning Brauer |
2010-11-16 | If the interface address referenced by a cloning route did not point | Alexander Bluhm |
2010-11-12 | avoid pointer arithmetic on void * | David Hill |
2010-11-04 | Filter out reserved destination MAC addresses (01:80:C2:00:00:0x) as | Paul de Weerd |
2010-10-31 | Remove unused bstp_list and bstp_attach. | Marco Pfatschbacher |
2010-10-29 | Align to 32-bits instead of sizeof(long) which may be bigger. There is no | Can Erkin Acar |
2010-10-28 | Fix a 'bstp still active' panic that happens if a stp enabled | Marco Pfatschbacher |
2010-10-28 | Do not send route messages to userland processes that the kernel | Claudio Jeker |
2010-10-28 | A function that only returns NULL should return void. | Claudio Jeker |
2010-10-25 | move to static initializers for the ifnet/ifg_head TAILQ's | Bret Lambert |
2010-10-23 | remove PFR_FLAG_ATOMIC. not used, and doesn't work as advertised. | Ted Unangst |
2010-10-18 | Revert non-compatible and undocumented bullshit commited by 3 developers | Theo de Raadt |
2010-10-17 | Add quirks support to operating system fingerprinting. tcpdump part | Joel Sing |