summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2023-02-08net/sched: taprio: refactor one skb dequeue from TXQ to separate functionVladimir Oltean1-58/+63
2023-02-08net/sched: taprio: continue with other TXQs if one dequeue() failedVladimir Oltean1-1/+1
2023-02-08net/sched: taprio: delete peek() implementationVladimir Oltean1-42/+1
2023-02-08net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter1-1/+1
2023-02-06net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswVladimir Oltean1-3/+8
2023-02-06net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()Vladimir Oltean1-0/+1
2023-02-06net/sched: refactor mqprio qopt reconstruction to a library functionVladimir Oltean4-16/+19
2023-02-06net/sched: taprio: centralize mqprio qopt validationVladimir Oltean6-110/+143
2023-02-06net/sched: mqprio: add extack messages for queue count validationVladimir Oltean1-9/+27
2023-02-06net/sched: mqprio: allow offloading drivers to request queue count validationVladimir Oltean1-29/+52
2023-02-06net/sched: mqprio: allow reverse TC:TXQ mappingsVladimir Oltean1-1/+12
2023-02-06net/sched: mqprio: refactor offloading and unoffloading to dedicated functionsVladimir Oltean1-43/+59
2023-02-06net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean1-51/+63
2023-02-03net/sched: act_ct: offload UDP NEW connectionsVlad Buslov1-12/+39
2023-02-03net/sched: act_ct: set ctinfo in meta action depending on ct stateVlad Buslov1-2/+4
2023-02-03netfilter: flowtable: cache info of last offloadVlad Buslov1-5/+7
2023-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2023-02-02net/sched: simplify tcf_pedit_actPedro Tammela1-70/+67
2023-02-02net/sched: transition act_pedit to rcu and percpu statsPedro Tammela1-61/+87
2023-02-02net: sched: use skb_ip_totlen and iph_totlenXin Long2-2/+2
2023-01-31net: sched: sch: Bounds check priorityKees Cook1-1/+4
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2023-01-26net: Kconfig: fix spellosRandy Dunlap1-1/+1
2023-01-25net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet1-1/+0
2023-01-24act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti1-0/+7
2023-01-24net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti1-8/+8
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+21
2023-01-19net: sched: gred: prevent races when adding offloads to statsJakub Kicinski1-0/+2
2023-01-17sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu3-49/+83
2023-01-16net/sched: sch_taprio: fix possible use-after-freeEric Dumazet1-0/+3
2023-01-14sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htbRahul Rameshbabu1-11/+16
2023-01-11net: sched: disallow noqueue for qdisc classesFrederick Lawler1-0/+5
2023-01-10net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel1-1/+7
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-15/+14
2023-01-02net: sched: htb: fix htb_classify() kernel-docRandy Dunlap1-2/+6
2023-01-02net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim1-2/+2
2023-01-02net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim1-1/+4
2022-12-26net: sched: fix memory leak in tcindex_set_parmsHawkins Jiawei1-10/+2
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-19net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang1-0/+2
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds37-215/+261
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+5
2022-12-12net: move the nat function to nf_nat_ovs for ovs and tcXin Long2-125/+12
2022-12-12net: sched: update the nat flag for icmp error packets in ct_nat_executeXin Long1-1/+1
2022-12-09net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela14-25/+49
2022-12-09net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela21-42/+81
2022-12-09net/sched: add retpoline wrapper for tcPedro Tammela1-0/+5
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+10
2022-11-22net: sched: allow act_ct to be built without NF_NATXin Long1-1/+1
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu3-9/+9