aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2022-10-02net: sched: use tc_cls_bind_class() in filterGravatar Zhengchao Shao 9-54/+9
2022-10-02net: sched: ensure n arg not empty before call bind_classGravatar Zhengchao Shao 1-1/+1
2022-09-29net/sched: taprio: allow user input of per-tc max SDUGravatar Vladimir Oltean 1-1/+151
2022-09-29net/sched: query offload capabilities through ndo_setup_tc()Gravatar Vladimir Oltean 1-0/+17
2022-09-29net: sched: cls_u32: Avoid memcpy() false-positive warningGravatar Kees Cook 1-1/+5
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+4
2022-09-28net: sched: act_bpf: simplify code logic in tcf_bpf_init()Gravatar Zhengchao Shao 1-1/+1
2022-09-26net: sched: act_ct: fix possible refcount leak in tcf_ct_init()Gravatar Hangyu Hua 1-1/+4
2022-09-26net/sched: taprio: simplify list iteration in taprio_dev_notifier()Gravatar Vladimir Oltean 1-9/+4
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscGravatar Zhengchao Shao 22-147/+31
2022-09-22net/sched: taprio: remove unnecessary taprio_list_lockGravatar Vladimir Oltean 1-7/+0
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-7/+12
2022-09-22net: sched: fix possible refcount leak in tc_new_tfilter()Gravatar Hangyu Hua 1-0/+1
2022-09-21net: sched: remove unused tcf_result extensionGravatar Jamal Hadi Salim 1-2/+1
2022-09-21net: sched: simplify code in mall_reoffloadGravatar William Dean 1-4/+1
2022-09-21net: sched: act_ct: remove redundant variable errGravatar Jinpeng Cui 1-4/+1
2022-09-20net/sched: use tc_cls_stats_dump() in filterGravatar Zhengchao Shao 8-75/+15
2022-09-20net/sched: taprio: replace safety precautions with commentsGravatar Vladimir Oltean 1-15/+9
2022-09-20net/sched: taprio: add extack messages in taprio_initGravatar Vladimir Oltean 1-2/+6
2022-09-20net/sched: taprio: stop going through private ops for dequeue and peekGravatar Vladimir Oltean 1-46/+12
2022-09-20net/sched: taprio: remove redundant FULL_OFFLOAD_IS_ENABLED check in taprio_e...Gravatar Vladimir Oltean 1-3/+3
2022-09-20net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_de...Gravatar Vladimir Oltean 1-4/+8
2022-09-20net/sched: taprio: taprio_dump and taprio_change are protected by rtnl_mutexGravatar Vladimir Oltean 1-10/+4
2022-09-20net/sched: taprio: taprio_offload_config_changed() is protected by rtnl_mutexGravatar Vladimir Oltean 1-8/+2
2022-09-20net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscsGravatar Vladimir Oltean 1-3/+5
2022-09-20net/sched: taprio: avoid disabling offload when it was never enabledGravatar Vladimir Oltean 1-4/+6
2022-09-20net/sched: flower: Add L2TPv3 filterGravatar Wojciech Drewek 1-0/+16
2022-09-09net: sched: act_vlan: get rid of tcf_vlan_walker and tcf_vlan_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_tunnel_key: get rid of tunnel_key_walker and tunnel_key_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_skbmod: get rid of tcf_skbmod_walker and tcf_skbmod_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_skbedit: get rid of tcf_skbedit_walker and tcf_skbedit_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_simple: get rid of tcf_simp_walker and tcf_simp_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_sample: get rid of tcf_sample_walker and tcf_sample_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_police: get rid of tcf_police_walker and tcf_police_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_nat: get rid of tcf_nat_walker and tcf_nat_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_ipt: get rid of tcf_ipt_walker/tcf_xt_walker and tcf_ipt_sear...Gravatar Zhengchao Shao 1-38/+0
2022-09-09net: sched: act_ife: get rid of tcf_ife_walker and tcf_ife_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_gate: get rid of tcf_gate_walker and tcf_gate_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_gact: get rid of tcf_gact_walker and tcf_gact_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_csum: get rid of tcf_csum_walker and tcf_csum_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_bpf: get rid of tcf_bpf_walker and tcf_bpf_searchGravatar Zhengchao Shao 1-19/+0
2022-09-09net: sched: act_api: implement generic walker and search for tc actionGravatar Zhengchao Shao 1-4/+29
2022-09-09net: sched: act: move global static variable net_id to tc_action_opsGravatar Zhengchao Shao 20-152/+130
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 1-5/+8