Age | Commit message (Expand) | Author |
2013-09-27 | The error return codes for the enc interface were inconsistent. | Alexander Bluhm |
2013-09-27 | IPv6 atomic fragments must not go the reassembly queue, but be | Alexander Bluhm |
2013-09-20 | Fix a panic bug in pipex. If pipex deletes a session by the idle-timer | YASUOKA Masahiko |
2013-09-17 | Change vlan(4) detach procedure to not use a hook but a list of vlans | Martin Pieuchot |
2013-09-13 | Don't send flows if flowsrc is not set. Packages had a broken | Florian Obser |
2013-09-12 | Revert previous diff to always increment the interface index, tun_switch() | Martin Pieuchot |
2013-08-30 | Missing splx on return path. | Christiano F. Haesbaert |
2013-08-28 | When we attach an interface, do not try to reuse the last index to limit | Martin Pieuchot |
2013-08-28 | Remove unused argument from *rtrequest() | Martin Pieuchot |
2013-08-21 | No need to include if_vlan_var.h twice. | Martin Pieuchot |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2013-08-20 | tedu netnatm and ueagle(4). | Martin Pieuchot |
2013-08-19 | in pf_test_rule, when dealing with a match rule, obey the match rule's quick | Henning Brauer |
2013-08-16 | Replace the misleading SIOC{G,S}IFGENERIC ioctls by SIOCG{G,S}PPPPARAMS. | Martin Pieuchot |
2013-08-15 | Stop defining SIOC{S,G}ETVLAN as SIOC{S,G}IFGENERIC because they | Martin Pieuchot |
2013-08-13 | Split pflow version 9 and version 10 to be able to send 64 bit | Florian Obser |
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 |