summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-06net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley1-4/+79
2019-11-06taprio: fix panic while hw offload sched list swapIvan Khoronzhuk1-2/+3
2019-11-02net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski1-2/+6
2019-10-26net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince1-0/+2
2019-10-25net: core: add generic lockdep keysTaehee Yoo1-11/+6
2019-10-24net/flow_dissector: switch to siphashEric Dumazet3-16/+19
2019-10-22net: sched: taprio: fix -Wmissing-prototypes warningsYi Wang1-1/+1
2019-10-19net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski1-0/+2
2019-10-19net: netem: fix error path for corrupted GSO framesJakub Kicinski1-3/+6
2019-10-16sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes1-1/+1
2019-10-16net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet1-6/+8
2019-10-16net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-4/+8