Age | Commit message (Expand) | Author |
2013-08-10 | Cancel timeouts on pflow interface destruction. | Florian Obser |
2013-08-08 | Insert new IPv4 addresses in only one place, no functional change. | Martin Pieuchot |
2013-08-07 | states learnt via pfsync from a peer with the same ruleset checksum were | David Gwynne |
2013-08-05 | sync the bridge_broadcast comment with reality | Mike Belopuhov |
2013-07-31 | Move bridge_broadcast and subsequently all IPsec SPD lookup code out | Mike Belopuhov |
2013-07-23 | Do not reset the fragment timeout each time a fragment arrives. | Alexander Bluhm |
2013-07-15 | Remove a comment which is no longer true. | Martin Pieuchot |
2013-07-10 | Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctls | Martin Pieuchot |
2013-07-05 | bring back pflow v10; broken in previous commit, sorry. | Florian Obser |
2013-07-05 | Collect and display 'match' counters for pf tables. | Bret Lambert |
2013-07-04 | Re-commit: use time_t for storing time_t values. This is an ABI | Philip Guenther |
2013-07-03 | Switch times in the SLIP softc to time_t and reorder slightly | Philip Guenther |
2013-07-02 | Revert previous: sizeof(time_t) != sizeof(long) on LP64, so there was | Philip Guenther |
2013-07-02 | Use time_t for storing time_t values. No change to the underlying | Philip Guenther |
2013-06-26 | put the cksum diff back, of course with the bug fixed where we could | Henning Brauer |
2013-06-26 | Rudimentary counter fix for tables used in match rules. | Bret Lambert |
2013-06-25 | Protect various driver descriptors by _KERNEL to stop exposing to much | Martin Pieuchot |
2013-06-24 | Revert r1.20 for now, to make sure the newly created address is added | Martin Pieuchot |
2013-06-20 | Revert previous and unbreak asr, the new include should be protected. | Martin Pieuchot |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |
2013-06-18 | Use malloc(M_WAITOK) in if_attach_common(), because this function must | Masao Uebayashi |
2013-06-18 | Oops, forgot this file in previous. Should be part of adding/removing | Martin Pieuchot |
2013-06-17 | Before pulling the TCP options from the mbuf onto the stack, do an | Alexander Bluhm |
2013-06-17 | Instead of bcopy() and bcmp() a single pointer in an mbuf tag, | Alexander Bluhm |
2013-06-16 | Remove variable sa_family_t family in gif_start() and gif_output(). | Alexander Bluhm |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-06-08 | Add new sysctl for pipex packet input/output queue length and | YASUOKA Masahiko |
2013-06-05 | Include sys/timeout.h to make if_gre.c compile without pf. | Alexander Bluhm |
2013-06-05 | ansi function declarations. | David Gwynne |
2013-06-05 | Unbreak the kernel to userspace SADB_X_EXT_TAG message. | Reyk Floeter |
2013-06-05 | after the pf_test_state folding, in pf_test in the proto switch, the | Henning Brauer |
2013-06-04 | fold pf_test_state_{tcp,udp,other} into one pf_test_state. | Henning Brauer |
2013-06-04 | add a pointer to the protocol checksum header field to pf_pdesc and set | Henning Brauer |
2013-06-04 | make pf_change_ap() usable without a port. if the port pointer is NULL, | Henning Brauer |
2013-06-03 | Link pf states and socket inpcbs together more tightly. The linking | Alexander Bluhm |
2013-06-03 | Update o[sd]port whenever n[sd]port is changed. This fixes a | Alexander Bluhm |
2013-06-03 | put back the match member to the anchor stack struct - userland (pfctl) | Henning Brauer |
2013-06-03 | Replace "hot" bcopy() calls in ether_output() with memcpy(). This tells the | Mark Kettenis |
2013-06-03 | fix anchor quick with nested anchors. we lost the quick flag as soon as | Henning Brauer |
2013-06-02 | set up osport and odport (original src/dst port) in pf_setup_pdesc instead | Henning Brauer |
2013-06-01 | pf_step_{into,out_of}_anchor() are only ever called from pf_test_rule() | Henning Brauer |
2013-05-31 | export the original aka untranslated address for af-to in pflow | Florian Obser |
2013-05-31 | Remove the scrub argument from in_ifinit() and simply call in_ifscrub() | Martin Pieuchot |
2013-05-30 | export the original aka untranslated address in pflow | Sebastian Benoit |
2013-05-25 | set the IFF_RUNNNING flag when recreating an interface after the | Mike Belopuhov |
2013-05-17 | Do not attempt to delete the undeletable RNF_ROOT route. | Kenneth R Westerback |
2013-05-14 | Pass the correct pointer to pool_put if pf_state_key_attach fails. | Mike Belopuhov |
2013-05-11 | Set trunk(4)'s MTU to that of the first trunkport. Allows trunk to work with | Stuart Henderson |
2013-05-10 | Since pf_state_key_attach can decide to free the provided state | Mike Belopuhov |
2013-05-03 | Export ingress/egress interface index in pflow(4). | Florian Obser |