summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2020-03-05net: sched: Make FIFO Qdisc offloadablePetr Machata
2020-03-04pie: remove pie_vars->accu_prob_overflowsLeslie Monis
2020-03-04pie: remove unnecessary type castingLeslie Monis
2020-03-04pie: use term backlog instead of qlenLeslie Monis
2020-03-04net/sched: act_ct: Use pskb_network_may_pull()Paul Blakey
2020-03-04net/sched: act_ct: Fix ipv6 lookup of offloaded connectionsPaul Blakey
2020-03-03net/sched: act_ct: Software offload of established flowsPaul Blakey
2020-03-03net/sched: act_ct: Offload established connections to flow tablePaul Blakey
2020-03-03net/sched: act_ct: Create nf flow table per zonePaul Blakey
2020-03-03net: taprio: add missing attribute validation for txtime delayJakub Kicinski
2020-03-03net: fq: add missing attribute validation for orphan maskJakub Kicinski
2020-02-29net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-26sched: act: count in the size of action flags bitfieldJiri Pirko
2020-02-25flow_offload: pass action cookie through offload structuresJiri Pirko
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-19net: sched: Support specifying a starting chain via tc skb extPaul Blakey
2020-02-19net: sched: Change the block's chain list to an rcu listPaul Blakey
2020-02-19net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey
2020-02-19net: sched: Introduce ingress classification functionPaul Blakey
2020-02-17net: sched: correct flower port blockingJason Baron
2020-02-17net: sched: don't take rtnl lock during flow_action setupVlad Buslov
2020-02-17net: sched: lock action when translating it to flow_action infraVlad Buslov
2020-02-13net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti
2020-02-13net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti
2020-02-07taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes
2020-02-07taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes
2020-02-07taprio: Add missing policy validation for flagsVinicius Costa Gomes
2020-02-07taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes
2020-02-07taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes
2020-02-06net: sched: prevent a use after freeDan Carpenter
2020-02-05net_sched: fix a resource leak in tcindex_set_parms()Cong Wang
2020-02-04net_sched: fix an OOB access in cls_tcindexCong Wang
2020-02-01cls_rsvp: fix rsvp_policyEric Dumazet
2020-01-29sch_choke: Use kvcallocJoe Perches
2020-01-27net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet
2020-01-27net_sched: walk through all child classes in tc_bind_tclass()Cong Wang
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-25net: sched: Make TBF Qdisc offloadablePetr Machata
2020-01-25net: sched: sch_tbf: Don't overwrite backlog before dumpingPetr Machata
2020-01-23net_sched: fix datalen for ematchCong Wang
2020-01-23net: sched: add Flow Queue PIE packet schedulerMohit P. Tahiliani
2020-01-23net: sched: pie: export symbols to be reused by FQ-PIEMohit P. Tahiliani
2020-01-23net: sched: pie: fix alignment in struct instancesMohit P. Tahiliani
2020-01-23net: sched: pie: fix commentingMohit P. Tahiliani
2020-01-23pie: rearrange structure members and their initializationsMohit P. Tahiliani
2020-01-23net: sched: pie: move common code to pie.hMohit P. Tahiliani
2020-01-22net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller