summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2020-04-13net_sched: fix a missing refcnt in tcindex_init()Cong Wang1-0/+1
2020-04-13net_sched: add a temporary refcnt for struct tcindex_dataCong Wang1-6/+38
2020-04-01net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso1-4/+2
2020-04-01net_sched: keep alloc_hash updated after hash allocationCong Wang1-0/+1
2020-04-01net_sched: hold rtnl lock in tcindex_partial_destroy_work()Cong Wang1-0/+2
2020-04-01net_sched: cls_route: remove the right filter from hashtableCong Wang1-2/+2
2020-04-01net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey1-1/+1
2020-04-01net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye1-1/+11
2020-03-18net: taprio: add missing attribute validation for txtime delayJakub Kicinski1-0/+1
2020-03-18net: fq: add missing attribute validation for orphan maskJakub Kicinski1-0/+1
2020-03-18taprio: Fix sending packets without dequeueing themVinicius Costa Gomes1-3/+9
2020-03-05net: sched: correct flower port blockingJason Baron1-0/+1
2020-02-24net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti1-0/+1
2020-02-24net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti1-0/+1
2020-02-11taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes1-2/+2
2020-02-11taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes1-1/+1
2020-02-11taprio: Add missing policy validation for flagsVinicius Costa Gomes1-0/+1
2020-02-11taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes1-20/+41
2020-02-11taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes1-13/+13
2020-02-11net_sched: fix a resource leak in tcindex_set_parms()Cong Wang1-2/+1
2020-02-11net_sched: fix an OOB access in cls_tcindexCong Wang1-20/+20
2020-02-11cls_rsvp: fix rsvp_policyEric Dumazet1-4/+2
2020-02-01net_sched: walk through all child classes in tc_bind_tclass()Cong Wang1-11/+30
2020-02-01net_sched: fix ops->bind_class() implementationsCong Wang10-29/+76
2020-02-01net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet1-0/+3
2020-01-29net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet1-3/+2
2020-01-29net_sched: fix datalen for ematchCong Wang1-1/+1
2020-01-23net: sched: act_ctinfo: fix memory leakEric Dumazet1-0/+11
2020-01-23net/sched: act_ife: initalize ife->metalist earlierEric Dumazet1-4/+3
2020-01-17sch_cake: Add missing NLA policy entry TCA_CAKE_SPLIT_GSOVictorien Molle1-0/+1
2020-01-12net: sch_prio: When ungrafting, replace with FIFOPetr Machata1-2/+8
2020-01-12sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang1-1/+1
2020-01-12pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet1-2/+4
2020-01-09net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet1-1/+1
2020-01-04net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet1-9/+8
2020-01-04net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti2-26/+17
2020-01-04net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani1-10/+12
2019-12-18act_ct: support asymmetric conntrackAaron Conole1-1/+12
2019-12-18net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-1/+2
2019-12-18Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-1/+3
2019-12-18cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi1-52/+66
2019-12-18net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley1-19/+33
2019-12-18net: core: rename indirect block ingress cb functionJohn Hurley1-2/+2
2019-12-18net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet1-1/+7
2019-12-18net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li2-0/+2
2019-12-18mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk1-1/+1
2019-12-05net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li4-5/+6
2019-11-20net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti1-7/+5
2019-11-20taprio: don't reject same mqprio settingsIvan Khoronzhuk1-2/+26
2019-11-19net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long1-0/+4