Age | Commit message (Expand) | Author | Files | Lines |
2024-04-18 | net/sched: Fix mirred deadlock on device recursion | Eric Dumazet | 1 | -0/+1 |
2024-04-04 | net/sched: act_skbmod: prevent kernel-infoleak | Eric Dumazet | 1 | -5/+5 |
2024-04-04 | net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() | Eric Dumazet | 1 | -1/+1 |
2024-03-19 | net/sched: Add module alias for sch_fq_pie | Michal Koutný | 1 | -0/+2 |
2024-03-13 | net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check | Eric Dumazet | 1 | -1/+2 |
2024-03-13 | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 60 | -94/+90 |
2024-03-12 | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2024-03-08 | net: move dev_tx_weight to net_hotdata | Eric Dumazet | 1 | -1/+2 |
2024-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -22/+19 |
2024-02-22 | net/sched: flower: Add lock protection when remove filter handle | Jianbo Liu | 1 | -1/+4 |
2024-02-19 | net: sched: Annotate struct tc_pedit with __counted_by | Kees Cook | 1 | -1/+1 |
2024-02-16 | net/sched: act_mirred: don't override retval if we already lost the skb | Jakub Kicinski | 1 | -12/+10 |
2024-02-16 | net/sched: act_mirred: use the backlog for mirred ingress | Jakub Kicinski | 1 | -9/+5 |
2024-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 7 | -2/+6 |
2024-02-14 | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe... | Ingo Molnar | 1 | -1/+1 |
2024-02-13 | net: sched: codel replace GPLv2/BSD boilerplate | Stephen Hemminger | 1 | -31/+1 |
2024-02-13 | net: sched: Remove NET_ACT_IPT from Kconfig | Harshit Mogalapalli | 1 | -10/+0 |
2024-02-10 | net: fill in MODULE_DESCRIPTION()s for net/sched | Breno Leitao | 6 | -0/+6 |
2024-02-09 | net/sched: act_mirred: Don't zero blockid when net device is being deleted | Victor Nogueira | 1 | -2/+0 |
2024-02-02 | net/sched: Remove alias of sch_clsact | Michal Koutný | 1 | -1/+0 |
2024-02-02 | net/sched: Load modules via their alias | Michal Koutný | 3 | -4/+4 |
2024-02-02 | net/sched: Add module aliases for cls_,sch_,act_ modules | Michal Koutný | 55 | -0/+56 |
2024-01-29 | taprio: validate TCA_TAPRIO_ATTR_FLAGS through policy instead of open-coding | Alessandro Marcolini | 1 | -46/+26 |
2024-01-24 | net/sched: flower: Fix chain template offload | Ido Schimmel | 2 | -1/+31 |
2024-01-13 | net: sched: track device in tcf_block_get/put_ext() only for clsact binder types | Jiri Pirko | 1 | -2/+10 |
2024-01-10 | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE | Breno Leitao | 1 | -1/+1 |
2024-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -6/+6 |
2024-01-07 | net/sched: simplify tc_action_load_ops parameters | Pedro Tammela | 2 | -8/+7 |
2024-01-05 | net/sched: act_ct: fix skb leak and crash on ooo frags | Tao Liu | 1 | -6/+6 |
2024-01-05 | net: sched: move block device tracking into tcf_block_get/put_ext() | Jiri Pirko | 3 | -55/+14 |
2024-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
2024-01-04 | net/sched: sch_api: conditional netlink notifications | Pedro Tammela | 1 | -11/+68 |
2024-01-04 | net/sched: introduce ACT_P_BOUND return code | Pedro Tammela | 20 | -21/+21 |
2024-01-03 | net/sched: cls_api: complement tcf_tfilter_dump_policy | Lin Ma | 1 | -0/+1 |
2024-01-02 | net/sched: Retire ipt action | Jamal Hadi Salim | 2 | -465/+0 |
2024-01-01 | net: sched: em_text: fix possible memory leak in em_text_destroy() | Hangyu Hua | 1 | -1/+3 |
2023-12-27 | net/sched: act_mirred: Allow mirred to block | Victor Nogueira | 1 | -2/+117 |
2023-12-27 | net/sched: act_mirred: Add helper function tcf_mirred_replace_dev | Victor Nogueira | 1 | -4/+12 |
2023-12-27 | net/sched: act_mirred: Create function tcf_mirred_to_dev and improve readability | Victor Nogueira | 1 | -57/+72 |
2023-12-27 | net/sched: cls_api: Expose tc block to the datapath | Victor Nogueira | 1 | -1/+2 |
2023-12-27 | net/sched: Introduce tc block netdev tracking infra | Victor Nogueira | 3 | -1/+60 |
2023-12-20 | net: sched: Add initial TC error skb drop reasons | Victor Nogueira | 2 | -9/+16 |
2023-12-20 | net: sched: Move drop_reason to struct tc_skb_cb | Victor Nogueira | 2 | -16/+9 |
2023-12-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+28 |
2023-12-14 | net/sched: act_api: skip idr replace on bound actions | Pedro Tammela | 2 | -6/+7 |
2023-12-14 | net/sched: act_api: rely on rcu in tcf_idr_check_alloc | Pedro Tammela | 1 | -22/+43 |
2023-12-12 | net/sched: cls_api: conditional notification of events | Pedro Tammela | 1 | -0/+12 |
2023-12-12 | net/sched: cls_api: remove 'unicast' argument from delete notification | Pedro Tammela | 1 | -17/+9 |
2023-12-12 | net/sched: act_api: conditional notification of events | Pedro Tammela | 1 | -23/+75 |
2023-12-12 | net/sched: act_api: don't open code max() | Pedro Tammela | 1 | -6/+3 |