mbox series

[LEDE-DEV,0/2] bump cake support in iproute2 & kmod

Message ID mailman.7430.1525630342.2282.lede-dev@lists.infradead.org
Headers show
Series bump cake support in iproute2 & kmod | expand

Message

Michael Yartys via Lede-dev May 6, 2018, 6:12 p.m. UTC
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
Bearing fruits of attempting to get cake upstream, a few changes most
importantly to the netlink messaging for cake such that it's no longer
backwards compatible, hence bumping iproute2's tc cake support and the
cake module itself at the same time.

Kevin Darbyshire-Bryant (2):
  iproute2: import latest cake
  cake: bump to 20180504 bake

 package/kernel/kmod-sched-cake/Makefile            |   7 +-
 package/network/utils/iproute2/Makefile            |   2 +-
 .../iproute2/patches/950-add-cake-to-tc.patch      | 869 ++++++++++-----------
 3 files changed, 429 insertions(+), 449 deletions(-)