summaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-201-4/+35
| * net: sched: Change the block's chain list to an rcu listPaul Blakey2020-02-201-2/+3
| * net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey2020-02-203-2/+21
| * net: sched: Introduce ingress classification functionPaul Blakey2020-02-201-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-121-0/+21
* | net: sched: pie: change tc_pie_xstats->probLeslie Monis2020-03-101-1/+1
* | net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_getEric Dumazet2020-03-091-13/+11
* | sched: act: allow user to specify type of HW stats for a filterJiri Pirko2020-03-092-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-041-2/+158
* | net/sched: act_ct: Offload established connections to flow tablePaul Blakey2020-03-041-0/+63
* | net/sched: act_ct: Create nf flow table per zonePaul Blakey2020-03-042-2/+134
* | net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-014-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-281-0/+1
|\ \
| * | sched: act: count in the size of action flags bitfieldJiri Pirko2020-02-271-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-181-0/+1
* | net: sched: don't take rtnl lock during flow_action setupVlad Buslov2020-02-173-13/+5
* | net: sched: lock action when translating it to flow_action infraVlad Buslov2020-02-172-8/+11
|/
* net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti2020-02-131-0/+1
* net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti2020-02-131-0/+1
* taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes2020-02-071-2/+2
* taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes2020-02-071-1/+1
* taprio: Add missing policy validation for flagsVinicius Costa Gomes2020-02-071-0/+1
* taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes2020-02-071-20/+41
* taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes2020-02-071-13/+13
* net: sched: prevent a use after freeDan Carpenter2020-02-061-1/+1
* net_sched: fix a resource leak in tcindex_set_parms()Cong Wang2020-02-051-2/+1
* net_sched: fix an OOB access in cls_tcindexCong Wang2020-02-041-20/+20
* cls_rsvp: fix rsvp_policyEric Dumazet2020-02-011-4/+2
* sch_choke: Use kvcallocJoe Perches2020-01-291-1/+1
* net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet2020-01-271-0/+3
* net_sched: walk through all child classes in tc_bind_tclass()Cong Wang2020-01-271-11/+30
* net_sched: fix ops->bind_class() implementationsCong Wang2020-01-2710-29/+76
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-262-4/+3
|\
| * net_sched: fix datalen for ematchCong Wang2020-01-231-1/+1
| * net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet2020-01-221-3/+2
* | net: sched: Make TBF Qdisc offloadablePetr Machata2020-01-251-0/+55