Age | Commit message (Expand) | Author |
2011-04-14 | knf. remove extra spaces and wrap long lines. | David Gwynne |
2011-04-13 | export udpencap state of SA to userland; unbreaks sasyncd(8) with NAT/T. | Markus Friedl |
2011-04-12 | put the accepted socket of a diverted connection into the routing domain | Mike Belopuhov |
2011-04-10 | Revert Rev. 1.189. The delayed ip checksum calculation causes problems | Claudio Jeker |
2011-04-08 | Fix a 64-bit arithmetic bug I stumbled upon while investigating our | Matthew Dempsky |
2011-04-07 | Correctly initialize local variables in pf_check_proto_cksum(), even for | Miod Vallat |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-06 | Allow PF to filter on the rdomain a packet belongs to. This allows to | Claudio Jeker |
2011-04-05 | in pf_check_proto_cksum, consider packets with the CSUM_OUT flags set | Henning Brauer |
2011-04-05 | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT | Henning Brauer |
2011-04-05 | handle ACK prioritization for v6, ok henning@ | Stuart Henderson |
2011-04-05 | ditch fastroute, an ipf feature that made its way into pf before | Mike Belopuhov |
2011-04-04 | m_copyback is no longer a void function, so start using its error return | Bret Lambert |
2011-04-04 | de-guttenberg our stack a bit | Henning Brauer |
2011-04-04 | previous commit replaced a malloc(new) with malloc(sizeof(*new)) which | Bret Lambert |
2011-04-04 | Don't do crazy address manipulations when looking up the remote end | Claudio Jeker |
2011-04-04 | and stop special casing the bridge for the ip cksum hardware offload | Henning Brauer |
2011-04-04 | stop fiddling with the ip checksum here too, it is always recalculated | Henning Brauer |
2011-04-04 | stop using the stupid R_Malloc/Bcopy/Free macros, and just start using | Bret Lambert |
2011-04-04 | there is no point at all in updating the ip checksum. it is always | Henning Brauer |
2011-04-04 | all I wanted is to make the bridge behave like the real stack wrt the ip | Henning Brauer |
2011-04-03 | Always reserve space in the routing socket for a desync mbuf. This allows | Joel Sing |
2011-04-03 | Don't attempt to enqueue mbufs on sockets marked as SS_CANTRCVMORE, as | Bret Lambert |
2011-04-02 | dont let pfsync defer packets for states with NOSYNC set. | David Gwynne |
2011-04-02 | add a pipex ioctl that lets you specify a description on pppx interfaces by | David Gwynne |
2011-04-02 | configure the addresses on the pppx interface when its created by npppd so | David Gwynne |
2011-04-02 | add the local ip address to the session request ioctl so npppd can tell it | David Gwynne |
2011-03-31 | - use nitems(); no binary change | Jasper Lievisse Adriaanse |
2011-03-25 | Include original rdomain in DIOCNATLOOK. This allows userland proxies | Claudio Jeker |
2011-03-24 | Reassemble IPv6 fragments in pf. In the forward case, pf refragments | Alexander Bluhm |
2011-03-23 | Extract the address family independent functions from pf fragment | Alexander Bluhm |
2011-03-14 | fixed a use-after-free bug introduced at 1.7 in pipex_mppe_output(). | YASUOKA Masahiko |
2011-03-14 | fix typo | YASUOKA Masahiko |
2011-03-13 | Add a way to enable/disable Wake On LAN with ifconfig. | Stefan Sperling |
2011-03-07 | Declare the inline function pf_addr_compare() non-static in pfvar.h | Alexander Bluhm |
2011-03-05 | The function pf_tag_packet() never fails. Remove a redundant check | Alexander Bluhm |
2011-03-02 | when sending deferred packets use ip6_output for v6 frames instead of | David Gwynne |
2011-02-24 | Don't use address and control field on PPPoE, they must not be used as | YASUOKA Masahiko |
2011-02-23 | fixup source address rewriting for the icmp errors with the rdr-to setup. | Mike Belopuhov |
2011-02-18 | when changing the vlandev of a running vlan(4) interface, we also need to | Reyk Floeter |
2011-02-14 | free mbuf in failure case. fix for pr6562. ok claudio. | Ted Unangst |
2011-02-14 | Add missing byte-order swap to pf_match_addr_range. Without this, rules | Stuart Henderson |
2011-02-13 | Unbreak userland as well, since bpf_filter.c is also used in libpcap. | Can Erkin Acar |
2011-02-12 | Unbreak previous commit by adding the proper header file. | Can Erkin Acar |
2011-02-12 | Clear the filter memory area before using it. Leaving it uninitialized may | Can Erkin Acar |
2011-02-06 | pf_translate() may be called from pflog_packet(). Make sure that | Alexander Bluhm |
2011-02-06 | pf_test() and pf_test6() drop IPv4-ICMP6 and IPv6-ICMP packets. Do | Alexander Bluhm |
2011-02-05 | When a packet with an unusual protocol number got rewritten, the | Alexander Bluhm |
2011-02-01 | The check for invalid IPv6 fragment size in pf_normalize_ip6() was | Alexander Bluhm |
2011-01-28 | Replace another m_free() with m_freem() to plug an mbuf leak in mpe_input(). | Reyk Floeter |