- 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
- 5438dd4 net_sched: fix error path in red_init() by Cong Wang · 4 years, 4 months ago
- 09e31cf taprio: Fix using wrong queues in gate mask by Vinicius Costa Gomes · 4 years, 5 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- eda814b net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flow by Alaa Hleihel · 4 years, 5 months ago
- 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
- 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- 038ebb1 net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct by wenxu · 4 years, 5 months ago
- bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
- 77aec5e net/sched: cls_u32: Use struct_size() helper by Gustavo A. R. Silva · 4 years, 5 months ago
- 8c5c51f net/sched: The error lable position is corrected in ct_init_module by liujian · 4 years, 5 months ago
- a0d716d8 net/sched: act_pedit: Use flex_array_size() helper in memcpy() by Gustavo A. R. Silva · 4 years, 5 months ago
- 608b4ad net_sched: initialize timer earlier in red_init() by Cong Wang · 4 years, 6 months ago
- a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- 5923b8f net/sched: cls_flower: Add hash info to flow classification by Ariel Levkovich · 4 years, 6 months ago
- c2b69f2 flow_offload: Move rhashtable inclusion to the source file by Herbert Xu · 4 years, 6 months ago
- ae372cb net/sched: act_ct: fix restore the qdisc_skb_cb after defrag by wenxu · 4 years, 6 months ago
- a8b7b2d sched: sch_api: add missing rcu read lock to silence the warning by Jiri Pirko · 4 years, 6 months ago
- ac5c66f Revert "net: sched: Pass root lock to Qdisc_ops.enqueue" by Petr Machata · 4 years, 6 months ago
- 55f656c net: sched: Do not drop root lock in tcf_qevent_handle() by Petr Machata · 4 years, 6 months ago
- 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
- c40f4e5 net: sched: Pass qdisc reference in struct flow_block_offload by Petr Machata · 4 years, 6 months ago
- 90ac5d0 net: sched: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
- 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- 306381a net_sched: fix a memory leak in atm_tc_init() by Cong Wang · 4 years, 6 months ago
- 964201d net/sched: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
- 8367b3a net/sched: act_ct: add miss tcf_lastuse_update. by wenxu · 4 years, 6 months ago
- d7bf2eb sched: consistently handle layer3 header accesses in the presence of VLANs by Toke Høiland-Jørgensen · 4 years, 6 months ago
- b97e9d9 net: sched: Allow changing default qdisc to FQ-PIE by Danny Lin · 4 years, 6 months ago
- 5f035af net:qos: police action offloading parameter 'burst' change to the original value by Po Liu · 4 years, 6 months ago
- aee9caa net: sched: sch_red: Add qevents "early_drop" and "mark" by Petr Machata · 4 years, 7 months ago
- 65545ea2 net: sched: sch_red: Split init and change callbacks by Petr Machata · 4 years, 7 months ago
- 3625750 net: sched: Introduce helpers for qevent blocks by Petr Machata · 4 years, 7 months ago
- aebe442 net: sched: Pass root lock to Qdisc_ops.enqueue by Petr Machata · 4 years, 7 months ago
- 7bed145 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- b839280 sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handling by Kevin Darbyshire-Bryant · 4 years, 7 months ago
- 3f608f0 sch_cake: fix a few style nits by Toke Høiland-Jørgensen · 4 years, 7 months ago
- 8c95eca sch_cake: don't call diffserv parsing code when it is not needed by Toke Høiland-Jørgensen · 4 years, 7 months ago
- 9208d28 sch_cake: don't try to reallocate or unshare skb unconditionally by Ilya Ponetayev · 4 years, 7 months ago
- 627e39b net: qos: police action add index for tc flower offloading by Po Liu · 4 years, 7 months ago
- 19e528d net: qos: add tc police offloading action with max frame size limit by Po Liu · 4 years, 7 months ago
- c5efcf1 tcindex_change: Remove redundant null check by Gaurav Singh · 4 years, 7 months ago
- 67c20de net: Add MODULE_DESCRIPTION entries to network modules by Rob Gill · 4 years, 7 months ago
- 8bf1539 Remove redundant skb null check by Gaurav Singh · 4 years, 7 months ago
- 8eaf8d9 Remove redundant condition in qdisc_graft by Gaurav Singh · 4 years, 7 months ago
- c5eb179 net/sched: cls_u32: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 4 years, 7 months ago
- 11a33de taprio: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 4 years, 7 months ago
- 3c00511 net/sched: cls_api: fix nooffloaddevcnt warning dmesg log by wenxu · 4 years, 7 months ago
- a1db217 net: flow_offload: fix flow_indr_dev_unregister path by wenxu · 4 years, 7 months ago
- 4b61d3e net: qos offload add flow status with dropped count by Po Liu · 4 years, 7 months ago
- c362a06 net/sched: act_gate: fix configuration of the periodic timer by Davide Caratti · 4 years, 7 months ago
- 7024339 net/sched: act_gate: fix NULL dereference in tcf_gate_init() by Davide Caratti · 4 years, 7 months ago
- 762f926 net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inline by Alaa Hleihel · 4 years, 7 months ago
- 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- 1a3db27 net: sched: export __netdev_watchdog_up() by Valentin Longchamp · 4 years, 7 months ago
- 4e4f4ce6a cls_flower: remove mpls_opts_policy by Guillaume Nault · 4 years, 7 months ago
- 0af413b flow_dissector: work around stack frame size warning by Arnd Bergmann · 4 years, 7 months ago
- 709ffbe net: remove indirect block netdev event registration by Pablo Neira Ayuso · 4 years, 7 months ago
- 0fdcf78 net: use flow_indr_dev_setup_offload() by Pablo Neira Ayuso · 4 years, 7 months ago
- 324a823 net: cls_api: add tcf_block_offload_init() by Pablo Neira Ayuso · 4 years, 7 months ago
- a01c245 net/sched: fix a couple of splats in the error path of tfc_gate_init() by Davide Caratti · 4 years, 7 months ago
- 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- b0c19ed6 sch_cake: Take advantage of skb->hash where appropriate by Toke Høiland-Jørgensen · 4 years, 7 months ago
- 05aa69e net/sched: act_ct: add nat mangle action only for NAT-conntrack by wenxu · 4 years, 7 months ago
- 759ae57 net_sched: get rid of unnecessary dev_qdisc_reset() by Cong Wang · 4 years, 8 months ago
- 70f5096 net_sched: avoid resetting active qdisc for multiple times by Cong Wang · 4 years, 8 months ago
- f5a7833 net_sched: add a tracepoint for qdisc creation by Cong Wang · 4 years, 8 months ago
- a34dac0 net_sched: add tracepoints for qdisc_reset() and qdisc_destroy() by Cong Wang · 4 years, 8 months ago
- 4909dab net_sched: use qdisc_reset() in qdisc_destroy() by Cong Wang · 4 years, 8 months ago
- bb2f930 net/sched: fix infinite loop in sch_fq_pie by Davide Caratti · 4 years, 8 months ago
- 61aec25 cls_flower: Support filtering on multiple MPLS Label Stack Entries by Guillaume Nault · 4 years, 8 months ago
- 58cff78 flow_dissector: Parse multiple MPLS Label Stack Entries by Guillaume Nault · 4 years, 8 months ago
- 0348451 net: sched: cls_flower: implement terse dump support by Vlad Buslov · 4 years, 8 months ago
- ca44b73 net: sched: implement terse dump support in act by Vlad Buslov · 4 years, 8 months ago
- f8ab180 net: sched: introduce terse dump flag by Vlad Buslov · 4 years, 8 months ago
- 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- 16f8036 net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE by Pablo Neira Ayuso · 4 years, 8 months ago
- fe121e0 sch_choke: Remove classid from choke_skb_cb. by David S. Miller · 4 years, 8 months ago
- 592138a net: sched: choke: Remove unused inline function choke_set_classid by YueHaibing · 4 years, 8 months ago
- 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 8 months ago
- 39d0105 net_sched: sch_fq: add horizon attribute by Eric Dumazet · 4 years, 8 months ago
- a7df487 net_sched: fix tcm_parent in tc filter dump by Cong Wang · 4 years, 8 months ago
- bf6dba7 net: sched: fallback to qdisc noqueue if default qdisc setup fail by Jesper Dangaard Brouer · 4 years, 8 months ago
- 2761121 net_sched: sch_skbprio: add message validation to skbprio_change() by Eric Dumazet · 4 years, 8 months ago
- 348e289 net_sched: sch_fq: perform a prefetch() earlier by Eric Dumazet · 4 years, 8 months ago
- c288b0c net_sched: sch_fq: do not call fq_peek() twice per packet by Eric Dumazet · 4 years, 8 months ago
- 82a0aa5 net_sched: sch_fq: use bulk freeing in fq_gc() by Eric Dumazet · 4 years, 8 months ago
- 7ba0537 net_sched: sch_fq: change fq_flow size/layout by Eric Dumazet · 4 years, 8 months ago
- dde0a64 net_sched: sch_fq: avoid touching f->next from fq_gc() by Eric Dumazet · 4 years, 8 months ago
- d29bdd6 net: schedule: add action gate offloading by Po Liu · 4 years, 8 months ago
- a51c328 net: qos: introduce a gate control flow action by Po Liu · 4 years, 8 months ago
- 47a1494 netlink: remove type-unsafe validation_data pointer by Johannes Berg · 4 years, 8 months ago
- df4953e sch_sfq: validate silly quantum values by Eric Dumazet · 4 years, 9 months ago
- 8738c85 sch_choke: avoid potential panic in choke_reset() by Eric Dumazet · 4 years, 9 months ago
- 1469521 fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks by Eric Dumazet · 4 years, 9 months ago
- d483389 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
- b70ba69 net: sched: report ndo_setup_tc failures via extack by Jesper Dangaard Brouer · 4 years, 9 months ago
- 3c9143d net: sched : Remove unnecessary cast in kfree by Xu Wang · 4 years, 9 months ago
- a1211bf sched: etf: do not assume all sockets are full blown by Eric Dumazet · 4 years, 9 months ago