aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-16net: sched: set the hw_stats_type in pedit loopJiri Pirko1-0/+1
2020-03-16net_sched: cls_route: remove the right filter from hashtableCong Wang1-2/+2
2020-03-14net: sched: RED: Introduce an ECN nodrop modePetr Machata1-6/+25
2020-03-14net: sched: Allow extending set of supported RED flagsPetr Machata1-3/+40
2020-03-14net_sched: keep alloc_hash updated after hash allocationCong Wang1-0/+1
2020-03-14net_sched: hold rtnl lock in tcindex_partial_destroy_work()Cong Wang1-0/+2
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+11
2020-03-12net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey2-0/+3
2020-03-12net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey1-0/+1
2020-03-12net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey1-0/+16
2020-03-12net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey1-0/+207
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller3-18/+99
2020-03-12taprio: Fix sending packets without dequeueing themVinicius Costa Gomes1-3/+9
2020-03-12Revert "net: sched: make newly activated qdiscs visible"Julian Wiedmann1-21/+0
2020-03-11net: sched: make newly activated qdiscs visibleJulian Wiedmann1-0/+21
2020-03-09net: sched: pie: change tc_pie_xstats->probLeslie Monis1-1/+1
2020-03-08net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_getEric Dumazet1-13/+11
2020-03-08sched: act: allow user to specify type of HW stats for a filterJiri Pirko2-0/+43
2020-03-05net: sched: Make FIFO Qdisc offloadablePetr Machata1-6/+91
2020-03-04pie: remove pie_vars->accu_prob_overflowsLeslie Monis2-16/+6
2020-03-04pie: remove unnecessary type castingLeslie Monis1-2/+2
2020-03-04pie: use term backlog instead of qlenLeslie Monis1-11/+11
2020-03-04net/sched: act_ct: Use pskb_network_may_pull()Paul Blakey1-8/+8
2020-03-04net/sched: act_ct: Fix ipv6 lookup of offloaded connectionsPaul Blakey1-34/+26
2020-03-03net/sched: act_ct: Software offload of established flowsPaul Blakey1-2/+158
2020-03-03net/sched: act_ct: Offload established connections to flow tablePaul Blakey1-0/+63
2020-03-03net/sched: act_ct: Create nf flow table per zonePaul Blakey2-2/+134
2020-03-03net: taprio: add missing attribute validation for txtime delayJakub Kicinski1-0/+1
2020-03-03net: fq: add missing attribute validation for orphan maskJakub Kicinski1-0/+1
2020-02-29net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva4-4/+4
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-02-26sched: act: count in the size of action flags bitfieldJiri Pirko1-0/+1
2020-02-25flow_offload: pass action cookie through offload structuresJiri Pirko1-1/+30
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-02-19net: sched: Support specifying a starting chain via tc skb extPaul Blakey1-4/+35
2020-02-19net: sched: Change the block's chain list to an rcu listPaul Blakey1-2/+3
2020-02-19net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey3-2/+21
2020-02-19net: sched: Introduce ingress classification functionPaul Blakey1-14/+44
2020-02-17net: sched: correct flower port blockingJason Baron1-0/+1
2020-02-17net: sched: don't take rtnl lock during flow_action setupVlad Buslov3-13/+5
2020-02-17net: sched: lock action when translating it to flow_action infraVlad Buslov2-8/+11
2020-02-13net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti1-0/+1
2020-02-13net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti1-0/+1
2020-02-07taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes1-2/+2
2020-02-07taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes1-1/+1
2020-02-07taprio: Add missing policy validation for flagsVinicius Costa Gomes1-0/+1
2020-02-07taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes1-20/+41
2020-02-07taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes1-13/+13
2020-02-06net: sched: prevent a use after freeDan Carpenter1-1/+1
2020-02-05net_sched: fix a resource leak in tcindex_set_parms()Cong Wang1-2/+1