Age | Commit message (Expand) | Author | Files | Lines |
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-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 |
2023-12-11 | net/sched: act_ct: Take per-cb reference to tcf_ct_flow_table | Vlad Buslov | 1 | -6/+28 |
2023-12-05 | net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_many | Pedro Tammela | 1 | -4/+2 |
2023-12-05 | net/sched: act_api: stop loop over ops array on NULL in tcf_action_init | Pedro Tammela | 1 | -4/+2 |
2023-12-05 | net/sched: act_api: avoid non-contiguous action array | Pedro Tammela | 1 | -12/+21 |
2023-12-05 | net/sched: act_api: use tcf_act_for_each_action | Pedro Tammela | 1 | -7/+5 |
2023-12-01 | net/sched: cbs: Use units.h instead of the copy of a definition | Andy Shevchenko | 1 | -2/+2 |
2023-11-19 | net/sched: cls_u32: replace int refcounts with proper refcounts | Pedro Tammela | 1 | -18/+18 |
2023-11-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -0/+3 |
2023-11-16 | net: sched: do not offload flows with a helper in act_ct | Xin Long | 1 | -0/+3 |
2023-11-15 | net: don't dump stack on queue timeout | Jakub Kicinski | 1 | -2/+3 |
2023-11-09 | net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAP | Eric Dumazet | 1 | -8/+2 |
2023-11-09 | net/sched: act_ct: Always fill offloading tuple iifidx | Vlad Buslov | 1 | -1/+14 |
2023-11-06 | net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config | Jamal Hadi Salim | 2 | -2/+9 |
2023-11-02 | net: sched: Fill in missing MODULE_DESCRIPTION for qdiscs | Victor Nogueira | 23 | -0/+23 |
2023-11-02 | net: sched: Fill in missing MODULE_DESCRIPTION for classifiers | Victor Nogueira | 5 | -0/+5 |
2023-11-02 | net: sched: Fill in MODULE_DESCRIPTION for act_gate | Victor Nogueira | 1 | -0/+1 |
2023-10-27 | netlink: make range pointers in policies const | Jakub Kicinski | 4 | -4/+4 |
2023-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+9 |
2023-10-25 | net/sched: act_ct: additional checks for outdated flows | Vlad Buslov | 1 | -0/+2 |
2023-10-25 | netfilter: flowtable: GC pushes back packets to classic path | Pablo Neira Ayuso | 1 | -0/+7 |
2023-10-25 | sched: act_ct: switch to per-action label counting | Florian Westphal | 1 | -23/+18 |
2023-10-24 | net: sched: sch_qfq: Use non-work-conserving warning handler | Liu Jian | 1 | -1/+1 |
2023-10-24 | net_sched: sch_fq: fastpath needs to take care of sk->sk_pacing_status | Eric Dumazet | 1 | -0/+4 |
2023-10-24 | net_sched: sch_fq: fix off-by-one error in fq_dequeue() | Eric Dumazet | 1 | -1/+1 |