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