summaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | net/sched: taprio: remove unnecessary taprio_list_lockVladimir Oltean2022-09-231-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-221-2/+1
* | net: sched: simplify code in mall_reoffloadWilliam Dean2022-09-221-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-218-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
* | net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_csum: get rid of tcf_csum_walker and tcf_csum_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_bpf: get rid of tcf_bpf_walker and tcf_bpf_searchZhengchao Shao2022-09-091-19/+0
* | net: sched: act_api: implement generic walker and search for tc actionZhengchao Shao2022-09-091-4/+29
* | net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao2022-09-0920-152/+130
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-5/+8
|\|
| * sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen2022-09-081-1/+2
| * sch_sfb: Don't assume the skb is still around after enqueueing to childToke Høiland-Jørgensen2022-09-021-4/+6
* | net: sched: htb: remove redundant resource cleanup in htb_init()Zhengchao Shao2022-09-031-27/+9
* | net: sched: fq_codel: remove redundant resource cleanup in fq_codel_init()Zhengchao Shao2022-09-031-17/+8
* | net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()Zhengchao Shao2022-09-031-3/+0
* | net: sched: etf: remove true check in etf_enable_offload()Zhengchao Shao2022-09-021-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-012-16/+19
|\|
| * Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski2022-09-011-3/+1
| * sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen2022-08-311-1/+3
| * net/sched: fix netdevice reference leaks in attach_default_qdiscs()Wang Hai2022-08-301-15/+16