Age | Commit message (Expand) | Author |
2010-09-24 | avoid potential infinite loop | Bret Lambert |
2010-09-24 | Add L2TP support to PIPEX. | SUENAGA Hiroki |
2010-09-24 | Implement if_freenameindex() as a real function as required by posix. | Claudio Jeker |
2010-09-24 | itojun picked exactly the right reason in that REASON_SET call. really no | Henning Brauer |
2010-09-24 | use pd->rdomain for the PF_MISMATCHAW checks in pf_test_fragment instead of | Henning Brauer |
2010-09-24 | no need to pf_tag_packet in the stateless case in pf_test since | Henning Brauer |
2010-09-24 | hello, this is captain obvious speaking: | Henning Brauer |
2010-09-24 | remove misleading XXX comment. it is pretty clear by now that | Henning Brauer |
2010-09-24 | nicer linewraps, purely cosmetic | Henning Brauer |
2010-09-24 | kill some unused arguments to pf_create_state | Jonathan Gray |
2010-09-23 | Break out rule counter update code into a separate function, makes the | Ryan Thomas McBride |
2010-09-23 | fix indentation to not confusingly align with an unassociated while() statement | Bret Lambert |
2010-09-23 | tweak the mclgeti algorithm to behave better under load. | David Gwynne |
2010-09-23 | If tunread() fails, we should increment if_oerrors, not if_ierrors. | Matthew Dempsky |
2010-09-22 | Add a new interface pppx(4) -- the ppp multiplexer to be used with npppd | Claudio Jeker |
2010-09-22 | Add AES-GCM Transform Identifiers as specified by IANA in | Mike Belopuhov |
2010-09-22 | add a new log opt PF_LOG_MATCHES | Henning Brauer |
2010-09-22 | Don't bother calling suser() in tunopen(). | Matthew Dempsky |
2010-09-22 | various whitespace fixes that my hands did while i was looking for sth | Henning Brauer |
2010-09-21 | Don't dereference null pointers for protocols without port numbers. | Stuart Henderson |
2010-09-21 | assert copyrights / bump years | Henning Brauer |
2010-09-21 | aye. that should not have been forgotten. add the rewritten indicator | Henning Brauer |
2010-09-21 | stuff the original (before rewriting) addresses into the already existant | Henning Brauer |
2010-09-21 | after ruleset eval is done, we must apply actions from the last matching | Henning Brauer |
2010-09-21 | do not increment states_tot on match rules. it is purely cosmetic, this | Henning Brauer |
2010-09-21 | Cleanup handlings for memory shortage condition: | YASUOKA Masahiko |
2010-09-21 | make "match log" rules log on the fly. thus you can log and see the packet | Henning Brauer |
2010-09-21 | No need to m_freem() a NULL pointer and change the error for unknown | Claudio Jeker |
2010-09-21 | remove now obsolete XXX comment | Henning Brauer |
2010-09-21 | pflog overhaul | Henning Brauer |
2010-09-21 | make pf_translate (void so far) return 1 if it actually changed something | Henning Brauer |
2010-09-21 | factor our the code to set up pf_pdesc, a central structure in pf carrying | Henning Brauer |
2010-09-13 | Using a normaly unavailable 0.0.0.1 gateway on routes on sppp(4) based | Claudio Jeker |
2010-09-08 | creating a pfsync interface is always done from process context, so | Bret Lambert |
2010-09-08 | Switch the MPLS blocks for RTM_CHANGE. Do not always remove the MPLS | Claudio Jeker |
2010-09-02 | don't attempt to enqueue routing messages on sockets marked SS_CANTRCVMORE | Bret Lambert |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-25 | Let rtable_add() return usefull errnos so that the ioctl handler and the | Claudio Jeker |
2010-08-25 | Move the iface specific ioctl call for SIOCSIFRDOMAIN further down so that | Claudio Jeker |
2010-08-25 | When setting a rdomain also force -inet6 aka IFXF_NOINET6 on the interface | Claudio Jeker |
2010-08-24 | spaces | Claudio Jeker |
2010-08-24 | Add a splnet() around a block that needs it for sure. Maybe more in | Claudio Jeker |
2010-08-24 | Only do the link state checking and RTF_UP dance if the routing table is | Claudio Jeker |
2010-08-24 | legibility fixes: | Bret Lambert |
2010-08-24 | last is a pointer so initialize to NULL and not 0. Also move initialization | Claudio Jeker |
2010-08-22 | Fix a 16 year old bug in the sorting routine for non-contiguous netmasks. | Marco Pfatschbacher |
2010-08-21 | an unchecked-for failure of workq_add_task could lead to an mbuf leak | Bret Lambert |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-08-05 | In pf_icmp_mapping() the ICMP and ICMPv6 types shared the same | Alexander Bluhm |
2010-07-31 | another pair of files which relied on mbuf.h for pool.h; should be the last, | Bret Lambert |