summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-021-3/+0
* | net: sched: etf: remove true check in etf_enable_offload()Zhengchao Shao2022-09-011-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-08-311-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
| * net: sched: tbf: don't call qdisc_put() while holding tree lockZhengchao Shao2022-08-301-1/+3
* | net: sched: gred: remove NULL check before free table->tab in gred_destroy()Zhengchao Shao2022-09-011-4/+3
* | net: sched: remove redundant NULL check in change hook functionZhengchao Shao2022-09-0113-39/+1
* | net: sched: gred/red: remove unused variables in struct red_statsZhengchao Shao2022-08-312-4/+0
* | net: sched: choke: remove unused variables in struct choke_sched_dataZhengchao Shao2022-08-311-2/+0
* | net: sched: using TCQ_MIN_PRIO_BANDS in prio_tune()Zhengchao Shao2022-08-301-1/+1
* | net_sched: remove impossible conditionsDan Carpenter2022-08-261-2/+2
* | net: sched: remove unnecessary init of qdisc skb headZhengchao Shao2022-08-262-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-251-1/+1
|\|
| * net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-08-241-1/+1
* | net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao2022-08-2520-39/+0
* | net: sched: remove duplicate check of user rights in qdiscZhengchao Shao2022-08-232-21/+0
* | net_sched: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-222-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-181-0/+10
|\|
| * net_sched: cls_route: disallow handle of 0Jamal Hadi Salim2022-08-151-0/+10
* | net: sched: delete unused input parameter in qdisc_createZhengchao Shao2022-08-161-3/+3
* | net: sched: remove the unused return value of unregister_qdiscZhengchao Shao2022-08-161-2/+3
|/
* net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo2022-08-101-1/+1
* net/sched: remove hacks added to dev_trans_start() for bonding to workVladimir Oltean2022-08-031-6/+2
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni2022-07-281-0/+64
|\
| * net/sched: flower: Add PPPoE filterWojciech Drewek2022-07-261-0/+64
* | net/sched: sch_cbq: change the type of cbq_set_lss to voidZhengchao Shao2022-07-271-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-6/+10
|\
| * net/sched: cls_api: Fix flow action initializationOz Shlomo2022-07-201-6/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-07-201-2/+3
|\ \
| * | net/sched: act_ct: set 'net' pointer when creating new nf_flow_tableVlad Buslov2022-07-111-2/+3
* | | net/sched: sch_cbq: Delete unused delay_timerPeilin Ye2022-07-151-79/+0
* | | net/sched: remove return value of unregister_tcf_proto_opsZhengchao Shao2022-07-131-2/+3