Age | Commit message (Expand) | Author |
2019-01-04 | make kernel build without MPLS/mpe/mpw | Sebastian Benoit |
2019-01-04 | make kernel build without INET6 again. | Sebastian Benoit |
2018-12-28 | Fix mbuf releated crashes in switch(4). They have been found by | Alexander Bluhm |
2018-12-27 | Check for main ruleset explicitly | kn |
2018-12-26 | uncouple AF_MPLS and AF_INET | denis |
2018-12-20 | add bpe(4) or Backbone Provider Edge interfaces | David Gwynne |
2018-12-20 | Convert to timeout_add_msec instead of counting ticks. | Claudio Jeker |
2018-12-20 | Make this not hz dependent by using timeout_add_sec() also rename the | Claudio Jeker |
2018-12-19 | get rid of a prototype for if_enqueue_try() | David Gwynne |
2018-12-18 | Fix the IPL of pfkeyv2_mtx to prevent a deadlock. The system can use | Visa Hankala |
2018-12-17 | Handle SIOCADDMULTI and SIOCDELMULTI as nops in ioctl code. | David Gwynne |
2018-12-17 | If something like ether_ioctl returns ENETRESET, don't let it bubble out. | David Gwynne |
2018-12-17 | Rename pf_anchor_remove() to pf_remove_anchor() | kn |
2018-12-17 | Use timeout_add_sec() instead of timeout_add() with a multiplication with hz | Claudio Jeker |
2018-12-16 | add task_pending | David Gwynne |
2018-12-12 | Various cleanups: | Martin Pieuchot |
2018-12-12 | allow ethernet interfaces to provide a custom if_output routine. | David Gwynne |
2018-12-11 | add optional per-cpu counters for interface stats. | David Gwynne |
2018-12-11 | provide ifq_is_priq, mostly so things can tell if hfsc is in effect or not. | David Gwynne |
2018-12-11 | use ifq_hdatalen for handling the FIONREAD ioctl | David Gwynne |
2018-12-11 | add ifq_hdatalen for getting the size of the packet at the head of an ifq | David Gwynne |
2018-12-11 | split ether_output into resolution, encapsulation, and output functions | David Gwynne |
2018-12-10 | Remove useless macros | kn |
2018-12-09 | Zap duplicate signatures | kn |
2018-12-07 | Stop passing `sc' when it isn't needed and use `ifp' where it's good | Martin Pieuchot |
2018-12-07 | Remove useless spl protection. | Martin Pieuchot |
2018-12-03 | Convert more MH_ALIGN() to m_align(). Also switch from m_gethdr/M_GETHDR | Claudio Jeker |
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 |