Age | Commit message (Expand) | Author |
2012-09-18 | remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not set | Markus Friedl |
2012-09-18 | Wrap rtable_add() and rtable_l2set() calls inside ifioctl() inside softnet, | Bret Lambert |
2012-09-17 | Whitespace change (excess indentation). | Bret Lambert |
2012-09-10 | drop the unencrypted packets when the MPPE is required. This was | YASUOKA Masahiko |
2012-09-10 | add missing the congestion indicator code on IPv6 path. | YASUOKA Masahiko |
2012-09-10 | Bring into compliance with POSIX, exposing just the specified bits. | Philip Guenthe |
2012-08-30 | Sloppy state tracking renders ICMP direction check useless | Mike Belopuhov |
2012-08-21 | Reverse the name and meaning of the IFXF_INET6_PRIVACY interface | Alexander Bluhm |
2012-07-26 | rename all_state_flags to state_flags to finish the transition | Mike Belopuhov |
2012-07-24 | decls before code | Theo de Raadt |
2012-07-23 | Call sppp_clear_ip_addrs from a workq. Problem reported by RD Thrush and | Stuart Henderson |
2012-07-17 | use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sending | YASUOKA Masahiko |
2012-07-16 | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) | Markus Friedl |
2012-07-13 | Use NULL instead of 0 in pointer context. approvedz blambert@ | Claudio Jeker |
2012-07-13 | remove confuzzling comment | Henning Brauer |
2012-07-10 | With address family translation, the ip length of the quoted ip | Alexander Bluhm |
2012-07-10 | Place declarations for internal radix functions inside radix.c, stop | Bret Lambert |
2012-07-10 | define a PFSTATE_SCRUBMASK. relying on numeric order of flags is stupid | Henning Brauer |
2012-07-09 | Enable support for the 'weight' keyword in the 'least-states' | Joerg Zinke |
2012-07-08 | there was a limit on the number of pflog interfaces - 16. remove that. | Henning Brauer |
2012-07-07 | rename prio in struct pf_rule and related structs to set_prio so it is | Henning Brauer |
2012-07-07 | restore DIOCKILLSTATE semantics to what they were before the NAT rewrite. | Henning Brauer |
2012-06-30 | Fix a number of problems introduced by the link state handling commit: | Mike Belopuhov |
2012-06-30 | backout rev1.185 as it's not what i have intended to commit | Mike Belopuhov |
2012-06-29 | add ESN-related bits missed in the previous commit | Mike Belopuhov |
2012-06-29 | Add support for the Extended (64-bit) Sequence Number as defined | Mike Belopuhov |
2012-06-28 | Fix a number of problems introduced by the link state handling commit: | Mike Belopuhov |
2012-06-26 | initialize 'reason' variable before passing it to the pflog_packet; | Mike Belopuhov |
2012-05-12 | Ignore/preserve ECN bits on ToS matching and scrubbing. | Marco Pfatschbacher |
2012-05-12 | Fix tcpdump for etherip packets. | Marco Pfatschbacher |
2012-05-09 | backout 1.134 since it introduced a use-after-free for routing entries; | Markus Friedl |
2012-05-05 | pipex_ip6_input() called IF_DROP() with incorrect queue. | YASUOKA Masahiko |
2012-04-22 | Remove redundant returns from functions returning void. Wrap return | YASUOKA Masahiko |
2012-04-14 | Use DLT_LOOP for all tunneling interfaces. | YASUOKA Masahiko |
2012-04-11 | fix all the suser calls which pass an incorrect p_acflag argument; | Mike Belopuhov |
2012-04-11 | SLIST_REMOVE_NEXT -> SLIST_REMOVE_AFTER for better consistency and | Christian Weisgerber |
2012-04-07 | remove superfluous return, ok mikeb | Camiel Dobbelaar |
2012-04-04 | pipex hook in udp_usrreq() mistakenly assumed that `inp' is connected. | YASUOKA Masahiko |
2012-04-03 | Fix kernel compilation with pf but without pfsync pseudo-device by | Mike Belopuhov |
2012-03-28 | pfkey needs some p_p->ps_pid too. OK deraadt@ guenther@ | Claudio Jeker |
2012-03-28 | Another pid that needs to be the process pid and not the thread one. | Claudio Jeker |
2012-03-28 | More p_pid to p_p->ps_pid updates. OK deraadt@, guenther@ | Claudio Jeker |
2012-03-28 | Use p_p->ps_pid as pid in the route header instead of the thread pid. Give | Claudio Jeker |
2012-03-26 | Add DLT_PPP_SERIAL and DLT_C_HDLC to bpf.h even though the system will not | Claudio Jeker |
2012-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne |
2012-02-05 | Improve the ICMPv6 direction check | Mike Belopuhov |
2012-02-03 | The kernel did not compile without INET6. Put some #ifdefs into | Alexander Bluhm |
2012-02-02 | add netflow v9/ipfix support to pflow(4). | Sebastian Benoit |
2012-01-31 | add missing calls to pf_pkt_addr_changed(); ok henning@ | Markus Friedl |
2012-01-29 | Remove fastq from struct sppp. Missed when I committed if_spppsubr.c r1.96, | Stuart Henderson |