summaryrefslogtreecommitdiff
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-255-8/+19
|\
| * net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-03-251-4/+2
| * net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye2020-03-241-1/+11
| * net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey2020-03-181-1/+1
| * net_sched: cls_route: remove the right filter from hashtableCong Wang2020-03-161-2/+2
| * net_sched: keep alloc_hash updated after hash allocationCong Wang2020-03-141-0/+1
| * net_sched: hold rtnl lock in tcindex_partial_destroy_work()Cong Wang2020-03-141-0/+2
* | net: sched: rename more stats_typesJakub Kicinski2020-03-232-25/+23
* | net: tc_skbedit: Make the skbedit priority offloadablePetr Machata2020-03-191-0/+3
* | net: sched: Fix hw_stats_type setting in pedit loopPetr Machata2020-03-181-1/+1
* | net_sched: sch_fq: enable use of hrtimer slackEric Dumazet2020-03-171-4/+17
* | net_sched: do not reprogram a timer about to expireEric Dumazet2020-03-171-2/+7
* | net_sched: add qdisc_watchdog_schedule_range_ns()Eric Dumazet2020-03-171-5/+7
* | net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-171-3/+3
* | net: sched: set the hw_stats_type in pedit loopJiri Pirko2020-03-161-0/+1
* | net: sched: RED: Introduce an ECN nodrop modePetr Machata2020-03-141-6/+25
* | net: sched: Allow extending set of supported RED flagsPetr Machata2020-03-141-3/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-122-3/+11
|\ \ | |/
| * taprio: Fix sending packets without dequeueing themVinicius Costa Gomes2020-03-121-3/+9
| * net: taprio: add missing attribute validation for txtime delayJakub Kicinski2020-03-031-0/+1
| * net: fq: add missing attribute validation for orphan maskJakub Kicinski2020-03-031-0/+1
* | net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey2020-03-122-0/+3
* | net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey2020-03-121-0/+1
* | net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey2020-03-121-0/+16
* | net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey2020-03-121-0/+207
* | Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller2020-03-123-18/+99
|\ \
| * | net: sched: Support specifying a starting chain via tc skb extPaul Blakey2020-02-191-4/+35
| * | net: sched: Change the block's chain list to an rcu listPaul Blakey2020-02-191-2/+3
| * | net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey2020-02-193-2/+21
| * | net: sched: Introduce ingress classification functionPaul Blakey2020-02-191-14/+44
* | | Revert "net: sched: make newly activated qdiscs visible"Julian Wiedmann2020-03-121-21/+0
* | | net: sched: make newly activated qdiscs visibleJulian Wiedmann2020-03-111-0/+21
* | | net: sched: pie: change tc_pie_xstats->probLeslie Monis2020-03-091-1/+1
* | | net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_getEric Dumazet2020-03-081-13/+11
* | | sched: act: allow user to specify type of HW stats for a filterJiri Pirko2020-03-082-0/+43
* | | net: sched: Make FIFO Qdisc offloadablePetr Machata2020-03-051-6/+91
* | | pie: remove pie_vars->accu_prob_overflowsLeslie Monis2020-03-042-16/+6
* | | pie: remove unnecessary type castingLeslie Monis2020-03-041-2/+2
* | | pie: use term backlog instead of qlenLeslie Monis2020-03-041-11/+11
* | | net/sched: act_ct: Use pskb_network_may_pull()Paul Blakey2020-03-041-8/+8
* | | net/sched: act_ct: Fix ipv6 lookup of offloaded connectionsPaul Blakey2020-03-041-34/+26
* | | net/sched: act_ct: Software offload of established flowsPaul Blakey2020-03-031-2/+158
* | | net/sched: act_ct: Offload established connections to flow tablePaul Blakey2020-03-031-0/+63
* | | net/sched: act_ct: Create nf flow table per zonePaul Blakey2020-03-032-2/+134
* | | net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-294-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-0/+1
|\ \ \ | | |/ | |/|
| * | sched: act: count in the size of action flags bitfieldJiri Pirko2020-02-261-0/+1
* | | flow_offload: pass action cookie through offload structuresJiri Pirko2020-02-251-1/+30
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-211-0/+1
|\ \ \ | |/ / | | / | |/ |/|
| * net: sched: correct flower port blockingJason Baron2020-02-171-0/+1