Age | Commit message (Expand) | Author |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 11 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner |
2019-05-08 | net/sched: avoid double free on matchall reoffload | Pieter Jansen van Vuuren |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-05-07 | net/sched: remove block pointer from common offload structure | Pieter Jansen van Vuuren |
2019-05-07 | taprio: add null check on sched_nest to avoid potential null pointer dereference | Colin Ian King |
2019-05-07 | net_sched: sch_fq: handle non connected flows | Eric Dumazet |
2019-05-07 | net_sched: sch_fq: do not assume EDT packets are ordered | Eric Dumazet |
2019-05-05 | sch_htb: redefine htb qdisc overlimits | Cong Wang |
2019-05-05 | net/sched: add block pointer to tc_cls_common_offload structure | Pieter Jansen van Vuuren |
2019-05-05 | net/sched: allow stats updates from offloaded police actions | Pieter Jansen van Vuuren |
2019-05-05 | net/sched: extend matchall offload for hardware statistics | Pieter Jansen van Vuuren |
2019-05-05 | net/sched: add police action to the hardware intermediate representation | Pieter Jansen van Vuuren |
2019-05-05 | net/sched: move police action structures to header | Pieter Jansen van Vuuren |
2019-05-05 | net/sched: remove unused functions for matchall offload | Pieter Jansen van Vuuren |
2019-05-05 | net/sched: use the hardware intermediate representation for matchall | Pieter Jansen van Vuuren |
2019-05-05 | net/sched: add sample action to the hardware intermediate representation | Pieter Jansen van Vuuren |
2019-05-05 | cls_cgroup: avoid panic when receiving a packet before filter set | Matteo Croce |
2019-05-04 | cls_matchall: avoid panic when receiving a packet before filter set | Matteo Croce |
2019-05-04 | net: sched: cls_u32: use struct_size() helper | Gustavo A. R. Silva |
2019-05-04 | net: add a generic tracepoint for TX queue timeout | Cong Wang |
2019-05-01 | taprio: Add support for cycle-time-extension | Vinicius Costa Gomes |
2019-05-01 | taprio: Add support for setting the cycle-time manually | Vinicius Costa Gomes |
2019-05-01 | taprio: Add support adding an admin schedule | Vinicius Costa Gomes |
2019-05-01 | taprio: Fix potencial use of invalid memory during dequeue() | Vinicius Costa Gomes |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek |
2019-04-24 | net: sched: flower: refactor reoffload for concurrent access | Vlad Buslov |
2019-04-23 | net: sched: taprio: Fix taprio_dequeue() | Andre Guedes |
2019-04-23 | net: sched: taprio: Fix taprio_peek() | Andre Guedes |
2019-04-23 | net: sched: taprio: Remove should_restart_cycle() | Andre Guedes |
2019-04-23 | net: sched: taprio: Refactor taprio_get_start_time() | Andre Guedes |
2019-04-23 | net: sched: taprio: Remove pointless variable assigment | Andre Guedes |
2019-04-18 | net/sched: taprio: fix build without 64bit div | Jakub Kicinski |
2019-04-11 | net: sched: flower: fix filter net reference counting | Vlad Buslov |
2019-04-11 | net: sched: flower: use correct ht function to prevent duplicates | Vlad Buslov |
2019-04-10 | net/sched: cbs: fix port_rate miscalculation | Leandro Dorileo |
2019-04-10 | net/sched: taprio: fix picos_per_byte miscalculation | Leandro Dorileo |
2019-04-10 | Revert: "net: sched: put back q.qlen into a single location" | Paolo Abeni |
2019-04-10 | net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too | Paolo Abeni |
2019-04-10 | net: sched: always do stats accounting according to TCQ_F_CPUSTATS | Paolo Abeni |
2019-04-07 | net: sched: flower: insert filter to ht before offloading it to hw | Vlad Buslov |
2019-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-04-04 | net: sched: ensure tc flower reoffload takes filter ref | John Hurley |
2019-04-04 | sch_cake: Make sure we can write the IP header before changing DSCP bits | Toke Høiland-Jørgensen |
2019-04-04 | sch_cake: Use tc_skb_protocol() helper for getting packet protocol | Toke Høiland-Jørgensen |
2019-04-04 | net/sched: act_sample: fix divide by zero in the traffic path | Davide Caratti |
2019-04-02 | net: sched: don't set tunnel for decap action | Vlad Buslov |
2019-04-01 | net: sched: introduce and use qdisc tree flush/purge helpers | Paolo Abeni |