summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-08-241-1/+1
* net_sched: cls_route: disallow handle of 0Jamal Hadi Salim2022-08-151-0/+10
* 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
* | | net: extract port range fields from fl_flow_keyMaksym Glubokiy2022-07-131-7/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-071-1/+1
|\|
| * net/sched: act_police: allow 'continue' action offloadVlad Buslov2022-07-061-1/+1
* | time64.h: consolidate uses of PSEC_PER_NSECVladimir Oltean2022-06-301-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-301-8/+14
|\|
| * net/sched: act_api: Notify user space if any actions were flushed before errorVictor Nogueira2022-06-271-8/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-2/+2
|\|
| * net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye2022-06-171-2/+2
* | net: rename reference+tracking helpersJakub Kicinski2022-06-093-9/+10
|/
* net/sched: act_api: fix error code in tcf_ct_flow_table_fill_tuple_ipv6()Dan Carpenter2022-06-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-0/+4
|\
| * net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni2022-05-161-0/+4
* | net_sched: em_meta: add READ_ONCE() in var_sk_bound_if()Eric Dumazet2022-05-161-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-4/+22
|\|
| * net/sched: act_pedit: really ensure the skb is writablePaolo Abeni2022-05-111-4/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-221-10/+14
|\|
| * net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet2022-04-151-4/+4
| * net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet2022-04-151-6/+10
* | net/sched: flower: Consider the number of tags for vlan filtersBoris Sukholitko2022-04-201-8/+16
* | net/sched: flower: Add number of vlan tags filterBoris Sukholitko2022-04-201-0/+14
* | net/sched: flower: Reduce identation after is_key_vlan refactoringBoris Sukholitko2022-04-201-17/+17
* | net/sched: flower: Helper function for vlan ethtype checksBoris Sukholitko2022-04-201-15/+17
* | net: sched: support hash selecting tx queueTonghao Zhang2022-04-191-2/+47
* | net: sched: use queue_mapping to pick tx queueTonghao Zhang2022-04-191-1/+5
* | net_sched: make qdisc_reset() smallerEric Dumazet2022-04-151-10/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-153-7/+16
|\|
| * net/sched: taprio: Check if socket flags are validBenedikt Spranger2022-04-111-1/+2
| * net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner2022-04-081-1/+1