Age | Commit message (Expand) | Author |
2012-10-10 | make bridge_rtflush and bridge_flushrule void functions, as they never | Henning Brauer |
2012-10-09 | simplify hook_disestablish() handling by always resetting the hook when | Markus Friedl |
2012-10-08 | Make carp_ourether() shorter and more generic. Only a mac address | Camiel Dobbelaar |
2012-10-08 | make sure we don't call hook_disestablish() twice e.g. ifconfig -syncdev | Markus Friedl |
2012-10-08 | Forward declare struct m_tag in netinet/ip_ipsp.h so we don't need to | Camiel Dobbelaar |
2012-10-07 | spacing | Mike Belopuhov |
2012-10-06 | Remove bridge_rttrim(). It's only triggered in the unlikely event that the | Camiel Dobbelaar |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-10-05 | include sys/mbuf.h | Camiel Dobbelaar |
2012-09-30 | There is no need to set IFF_OACTIVE in vlan, since there is no DMA ring | Claudio Jeker |
2012-09-28 | fix adress family for ipv6 bpf packet capture; ok yasuoka | Markus Friedl |
2012-09-26 | add M_ZEROIZE as an mbuf flag, so copied PFKEY messages (with embedded keys) | Markus Friedl |
2012-09-20 | Fix a pair of typos in comments. | Bret Lambert |
2012-09-20 | pfsync_cancel_full_update needs to restore carp demotions since | Mike Belopuhov |
2012-09-20 | Don't filter spanning tree BPDUs. Either process, or forward them. | Marco Pfatschbacher |
2012-09-20 | spltdb() was really just #define'd to be splsoftnet(); replace the former | Bret Lambert |
2012-09-20 | Lower pf frags limit to not risk running out of mbuf clusters | Camiel Dobbelaar |
2012-09-19 | ioctl requests are u_long not int, spotted via clang | Jonathan Gray |
2012-09-19 | cleanup around the pipex. naming style, delete or update comments. | YASUOKA Masahiko |
2012-09-19 | Make rt_lookup return a pointer to an rtentry struct instead of | Bret Lambert |
2012-09-19 | defina an IFCAP_CSUM_MASK, covering IFCAP_CSUM_*, and use it in if_vlan.c | Henning Brauer |
2012-09-19 | update the tdb replay counter endian conversion to 64 bits; | Mike Belopuhov |
2012-09-19 | More radix internals pushdown; place rn_mpath_next, which accepts and | Bret Lambert |
2012-09-18 | prio 0 is valid, therefore, I chose an "impossible" value for prio meaning | Henning Brauer |
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 |