Age | Commit message (Expand) | Author |
2018-11-29 | allow configuration of ecn processing | David Gwynne |
2018-11-29 | restrict setting ecn to root | David Gwynne |
2018-11-23 | Change rtable_mpath_reprio() to take the prefixlen as argument instead of | Claudio Jeker |
2018-11-20 | Make rtable_satoplen() a bit more strict when parsing netmasks. Ensure | Claudio Jeker |
2018-11-19 | Retire dom_rtkeylen from struct domain. Nothing is using this anymore. | Claudio Jeker |
2018-11-19 | recent 802.1Q defines 88e7 for provider backbone bridging | David Gwynne |
2018-11-16 | use txprio, not link0 and llprio, to set the dot1p field in the header. | David Gwynne |
2018-11-15 | add support for txprio configuration | David Gwynne |
2018-11-15 | in the "pf: key search" debug message, add the direction. interface *and* | Henning Brauer |
2018-11-15 | the variable holding the ip tos should be called tos, not ttl. | David Gwynne |
2018-11-14 | provide ip_tos_patch() for setting ip_tos and patching the ipv4 cksum. | David Gwynne |
2018-11-14 | Batch copyout(9)s in preparation for finer locking. | Martin Pieuchot |
2018-11-14 | remove the encapsulation headers before looking at the inner headers | David Gwynne |
2018-11-14 | revert 1.121. i got confused between ecn on ingress and egress | David Gwynne |
2018-11-14 | get ecn ingress args the right way round. again. | David Gwynne |
2018-11-14 | use the txprio setting to populate the tos in keepalive packets. | David Gwynne |
2018-11-14 | according to ip_ipip.c, rfc1853 says not to copy the ttl on decapsulation | David Gwynne |
2018-11-13 | get the inner and outer tos values right for passing to ip_ecn_ingress | David Gwynne |
2018-11-13 | add txprio support to gre, mgre, egre, nvgre, and eoip | David Gwynne |
2018-11-13 | add txprio setting support | David Gwynne |
2018-11-12 | add txprio support | David Gwynne |
2018-11-12 | only let root configure the txprio setting on an interface | David Gwynne |
2018-11-12 | add ifreq bits for the tx header prio field ioctls | David Gwynne |
2018-11-12 | Add new routing socket message RTM_80211INFO to provide details of | Kenneth R Westerback |
2018-11-12 | set the hardmtu on ether encap ifs so the mtu can be raised above 1500 | David Gwynne |
2018-11-12 | limit the number of interface units to the number of device minors | David Gwynne |
2018-11-11 | copy the mpls cos and use it as the ip dscp/tos/tclass thing. | David Gwynne |
2018-11-11 | when encapsulating mpls, map the mpls qos value to an ip tos. | David Gwynne |
2018-11-11 | actually use the if_llprio to set the mbuf prio. | David Gwynne |
2018-11-11 | use the llprio on gre(4) and eoip(4) interfaces for the keepalive tos | David Gwynne |
2018-11-09 | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for | Claudio Jeker |
2018-10-29 | use the tunnelttl in the ip6 encap too, not ip6_defhlim. | David Gwynne |
2018-10-26 | Make it clear that `if_bridgeport' is dereferenced in the ioctl path | Martin Pieuchot |
2018-10-25 | start both the sc_ka_send and sc_ka_hold timeout when | David Gwynne |
2018-10-23 | Make pf compile without DIAGNOSTIC again | Reyk Floeter |
2018-10-22 | Don't let HFSC force the packet priority to 7 when enabled | David Gwynne |
2018-10-22 | Rename 'bridge_iflist' variables for coherency, missed in previous. | Martin Pieuchot |
2018-10-18 | provide a default case for all switch statements handling address families | David Gwynne |
2018-10-18 | make sure keepalive ioctl values are either both zero, or both not zero. | David Gwynne |
2018-10-18 | make sure the tunnel is configured in gre_keepalive_send | David Gwynne |
2018-10-18 | move the timeout_add in gre_keepalive_send up. | David Gwynne |
2018-10-18 | Process incoming gre(4) keepalives early to avoid bpf seeing them. | David Gwynne |
2018-10-16 | - pf: honor quick on anchor rules | Alexandr Nedvedicky |
2018-10-16 | pull and put the traffic class in ipv6 headers | David Gwynne |
2018-10-15 | use PFR_RB_NONE consistently | kn |
2018-10-04 | Honor quick on anchor rules | kn |
2018-10-03 | Fix a race condition that affects pfsync interface deletion. | Visa Hankala |
2018-10-02 | - pfsync: avoid a recursion on PF_LOCK | Alexandr Nedvedicky |
2018-10-01 | Allow DIOCRGETADDRS when securelevel(7) > 1 | kn |
2018-10-01 | Put bridge_input & output back under the KERNEL_LOCK(). | Martin Pieuchot |