summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAPEric Dumazet2024-06-051-9/+6
* net: sched: sch_multiq: fix possible OOB write in multiq_tune()Hangyu Hua2024-06-051-1/+1
* net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean2024-05-281-5/+5
* net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean2024-05-281-1/+3
* net/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju2024-05-091-4/+7
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* rtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet2024-05-072-2/+2
* net_sched: sch_sfq: annotate data-races around q->perturb_periodEric Dumazet2024-05-021-4/+9
* net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti2024-05-022-0/+2
* net/sched: fix false lockdep warning on qdisc root lockDavide Caratti2024-04-262-19/+6
* net_sched: sch_skbprio: implement lockless skbprio_dump()Eric Dumazet2024-04-191-3/+5
* net_sched: sch_pie: implement lockless pie_dump()Eric Dumazet2024-04-191-18/+21
* net_sched: sch_hhf: implement lockless hhf_dump()Eric Dumazet2024-04-191-14/+21
* net_sched: sch_hfsc: implement lockless accesses to q->defclsEric Dumazet2024-04-191-5/+4
* net_sched: sch_fq_pie: implement lockless fq_pie_dump()Eric Dumazet2024-04-191-27/+34
* net_sched: sch_fq_codel: implement lockless fq_codel_dump()Eric Dumazet2024-04-191-22/+35
* net_sched: sch_fifo: implement lockless __fifo_dump()Eric Dumazet2024-04-191-6/+7
* net_sched: sch_ets: implement lockless ets_dump()Eric Dumazet2024-04-191-11/+14
* net_sched: sch_tfs: implement lockless etf_dump()Eric Dumazet2024-04-191-5/+5
* net_sched: sch_codel: implement lockless codel_dump()Eric Dumazet2024-04-191-11/+18
* net_sched: sch_choke: implement lockless choke_dump()Eric Dumazet2024-04-191-10/+11
* net_sched: sch_cbs: implement lockless cbs_dump()Eric Dumazet2024-04-191-10/+10
* net_sched: cake: implement lockless cake_dump()Eric Dumazet2024-04-191-47/+63
* net_sched: sch_fq: implement lockless fq_dump()Eric Dumazet2024-04-191-39/+69
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-181-0/+1
|\
| * net/sched: Fix mirred deadlock on device recursionEric Dumazet2024-04-171-0/+1
* | net: sched: cls_api: fix slab-use-after-free in fl_dump_keyJianbo Liu2024-04-101-1/+1
* | net: sched: cake: Optimize the number of function calls and branches in heap ...Kuan-Wei Chiu2024-04-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-042-6/+6
|\|
| * net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet2024-04-041-5/+5
| * net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet2024-04-031-1/+1
* | pfcp: always set pfcp metadataMichal Swiatkowski2024-04-011-0/+107
* | ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-012-31/+32
* | netlink: introduce type-checking attribute iterationJohannes Berg2024-03-292-8/+3
* | net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen2024-03-291-0/+18
* | net: sched: cls_api: add filter counterAsbjørn Sloth Tønnesen2024-03-291-0/+19
* | net: sched: cls_api: add skip_sw counterAsbjørn Sloth Tønnesen2024-03-291-0/+4
|/
* net/sched: Add module alias for sch_fq_pieMichal Koutný2024-03-191-0/+2
* net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX checkEric Dumazet2024-03-131-1/+2
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-1260-94/+90
|\
| * net: move dev_tx_weight to net_hotdataEric Dumazet2024-03-071-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-222-22/+19
| |\
| * | net: sched: Annotate struct tc_pedit with __counted_byKees Cook2024-02-191-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-157-2/+6
| |\ \
| * | | net: sched: codel replace GPLv2/BSD boilerplateStephen Hemminger2024-02-131-31/+1
| * | | net: sched: Remove NET_ACT_IPT from KconfigHarshit Mogalapalli2024-02-131-10/+0
| * | | net/sched: Remove alias of sch_clsactMichal Koutný2024-02-021-1/+0
| * | | net/sched: Load modules via their aliasMichal Koutný2024-02-023-4/+4
| * | | net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný2024-02-0255-0/+56
| * | | taprio: validate TCA_TAPRIO_ATTR_FLAGS through policy instead of open-codingAlessandro Marcolini2024-01-291-46/+26