summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-166-19/+19
|\
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-112-10/+10
| * treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-111-1/+1
| * treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-3/+3
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-113-4/+4
* | Revert "net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo c...Vladimir Oltean2022-10-051-5/+3
|/
* net: sched: use tc_cls_bind_class() in filterZhengchao Shao2022-10-029-54/+9
* net: sched: ensure n arg not empty before call bind_classZhengchao Shao2022-10-021-1/+1
* net/sched: taprio: allow user input of per-tc max SDUVladimir Oltean2022-09-291-1/+151
* net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean2022-09-291-0/+17
* net: sched: cls_u32: Avoid memcpy() false-positive warningKees Cook2022-09-291-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-1/+4
|\
| * net: sched: act_ct: fix possible refcount leak in tcf_ct_init()Hangyu Hua2022-09-261-1/+4
* | net: sched: act_bpf: simplify code logic in tcf_bpf_init()Zhengchao Shao2022-09-281-1/+1
* | net/sched: taprio: simplify list iteration in taprio_dev_notifier()Vladimir Oltean2022-09-261-9/+4
* | net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao2022-09-2222-147/+31
* | net/sched: taprio: remove unnecessary taprio_list_lockVladimir Oltean2022-09-221-7/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-222-7/+12
|\|
| * net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua2022-09-221-0/+1
| * net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscsVladimir Oltean2022-09-201-3/+5
| * net/sched: taprio: avoid disabling offload when it was never enabledVladimir Oltean2022-09-201-4/+6
* | net: sched: remove unused tcf_result extensionJamal Hadi Salim2022-09-211-2/+1
* | net: sched: simplify code in mall_reoffloadWilliam Dean2022-09-211-4/+1
* | net: sched: act_ct: remove redundant variable errJinpeng Cui2022-09-211-4/+1
* | net/sched: use tc_cls_stats_dump() in filterZhengchao Shao2022-09-208-75/+15
* | net/sched: taprio: replace safety precautions with commentsVladimir Oltean2022-09-201-15/+9
* | net/sched: taprio: add extack messages in taprio_initVladimir Oltean2022-09-201-2/+6
* | net/sched: taprio: stop going through private ops for dequeue and peekVladimir Oltean2022-09-201-46/+12
* | net/sched: taprio: remove redundant FULL_OFFLOAD_IS_ENABLED check in taprio_e...Vladimir Oltean2022-09-201-3/+3
* | net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_de...Vladimir Oltean2022-09-201-4/+8
* | net/sched: taprio: taprio_dump and taprio_change are protected by rtnl_mutexVladimir Oltean2022-09-201-10/+4
* | net/sched: taprio: taprio_offload_config_changed() is protected by rtnl_mutexVladimir Oltean2022-09-201-8/+2
* | net/sched: flower: Add L2TPv3 filterWojciech Drewek2022-09-201-0/+16
* | net: sched: act_vlan: get rid of tcf_vlan_walker and tcf_vlan_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_tunnel_key: get rid of tunnel_key_walker and tunnel_key_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_skbmod: get rid of tcf_skbmod_walker and tcf_skbmod_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_skbedit: get rid of tcf_skbedit_walker and tcf_skbedit_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_simple: get rid of tcf_simp_walker and tcf_simp_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_sample: get rid of tcf_sample_walker and tcf_sample_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_police: get rid of tcf_police_walker and tcf_police_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_nat: get rid of tcf_nat_walker and tcf_nat_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_ipt: get rid of tcf_ipt_walker/tcf_xt_walker and tcf_ipt_sear...Zhengchao Shao2022-09-091-38/+0
* | net: sched: act_ife: get rid of tcf_ife_walker and tcf_ife_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_gate: get rid of tcf_gate_walker and tcf_gate_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_gact: get rid of tcf_gact_walker and tcf_gact_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_searchZhengchao Shao2022-09-091-19/+0