summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: disallow noqueue for qdisc classesFrederick Lawler2023-01-101-0/+5
* net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel2023-01-091-1/+7
* Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-054-15/+14
|\
| * net: sched: htb: fix htb_classify() kernel-docRandy Dunlap2023-01-021-2/+6
| * net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-021-2/+2
| * net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-021-1/+4
| * net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei2022-12-261-10/+2
* | treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
|/
* net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang2022-12-191-0/+2
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1337-215/+261
|\
| * net: move the nat function to nf_nat_ovs for ovs and tcXin Long2022-12-122-125/+12
| * net: sched: update the nat flag for icmp error packets in ct_nat_executeXin Long2022-12-121-1/+1
| * net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela2022-12-0914-25/+49
| * net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela2022-12-0921-42/+81
| * net/sched: add retpoline wrapper for tcPedro Tammela2022-12-091-0/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-294-10/+10
| |\
| * | net: sched: add helper support in act_ctXin Long2022-11-081-8/+81
| * | net: sched: call tcf_ct_params_free to free params in tcf_ct_initXin Long2022-11-081-17/+18
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-1/+3
| |\ \
| * | | act_skbedit: skbedit queue mapping for receive queueAmritha Nambiar2022-10-252-2/+19
* | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-124-5/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-184-5/+5
| | |/ | |/|
* | | net: sched: allow act_ct to be built without NF_NATXin Long2022-11-221-1/+1
* | | netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-183-9/+9
|/ /
* / net: sched: Fix use after free in red_enqueue()Dan Carpenter2022-10-311-1/+3
|/
* Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-204-11/+26
|\
| * net: sched: fix race condition in qdisc_graft()Eric Dumazet2022-10-191-2/+3
| * net: sched: sfb: fix null pointer access issue when sfb_init() failsZhengchao Shao2022-10-191-1/+2
| * Revert "net: sched: fq_codel: remove redundant resource cleanup in fq_codel_i...Zhengchao Shao2022-10-191-8/+17
| * net: sched: cake: fix null pointer access issue when cake_init() failsZhengchao Shao2022-10-191-0/+4
* | 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