aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-15net: sched: cls_flower: implement terse dump supportVlad Buslov1-0/+43
2020-05-15net: sched: implement terse dump support in actVlad Buslov2-8/+50
2020-05-15net: sched: introduce terse dump flagVlad Buslov1-8/+31
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-8/+31
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-2/+12
2020-05-05sch_choke: Remove classid from choke_skb_cb.David S. Miller1-1/+0
2020-05-05net: sched: choke: Remove unused inline function choke_set_classidYueHaibing1-5/+0
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-6/+11
2020-05-04net_sched: sch_fq: add horizon attributeEric Dumazet1-5/+54
2020-05-04net_sched: fix tcm_parent in tc filter dumpCong Wang1-4/+4
2020-05-04net: sched: fallback to qdisc noqueue if default qdisc setup failJesper Dangaard Brouer1-3/+14
2020-05-03net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet1-0/+3
2020-05-03net_sched: sch_fq: perform a prefetch() earlierEric Dumazet1-1/+1
2020-05-03net_sched: sch_fq: do not call fq_peek() twice per packetEric Dumazet1-18/+16
2020-05-03net_sched: sch_fq: use bulk freeing in fq_gc()Eric Dumazet1-7/+11
2020-05-03net_sched: sch_fq: change fq_flow size/layoutEric Dumazet1-2/+7
2020-05-03net_sched: sch_fq: avoid touching f->next from fq_gc()Eric Dumazet1-8/+13
2020-05-01net: schedule: add action gate offloadingPo Liu1-0/+33
2020-05-01net: qos: introduce a gate control flow actionPo Liu3-0/+649
2020-04-30netlink: remove type-unsafe validation_data pointerJohannes Berg2-15/+7
2020-04-27sch_sfq: validate silly quantum valuesEric Dumazet1-0/+9
2020-04-27sch_choke: avoid potential panic in choke_reset()Eric Dumazet1-1/+2
2020-04-27fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet1-1/+1
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+4
2020-04-24net: sched: report ndo_setup_tc failures via extackJesper Dangaard Brouer1-1/+4
2020-04-23net: sched : Remove unnecessary cast in kfreeXu Wang1-1/+1
2020-04-22sched: etf: do not assume all sockets are full blownEric Dumazet1-3/+4
2020-04-22net/sched: act_ct: update nf_conn_acct for act_ct SW offload in flowtablewenxu1-0/+2
2020-04-07net: sched: Fix setting last executed chain on skb extensionPaul Blakey1-0/+1
2020-04-03net_sched: fix a missing refcnt in tcindex_init()Cong Wang1-0/+1
2020-04-01net_sched: add a temporary refcnt for struct tcindex_dataCong Wang1-6/+38
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+3
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2020-03-30bpf: Add socket assign supportJoe Stringer1-0/+3
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko3-2/+11
2020-03-30net: introduce nla_put_bitfield32() helper and use itJiri Pirko2-21/+10
2020-03-27netfilter: flowtable: Fix incorrect tc_setup_type typewenxu1-1/+1
2020-03-26cls_flower: Add extack support for flags keyGuillaume Nault1-4/+7
2020-03-26cls_flower: Add extack support for src and dst port range optionsGuillaume Nault1-8/+18
2020-03-26cls_flower: Add extack support for mpls optionsGuillaume Nault1-5/+18
2020-03-26sched: act_pedit: Implement stats_update callbackPetr Machata1-0/+11
2020-03-26sched: act_skbedit: Implement stats_update callbackPetr Machata1-0/+11
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-8/+19
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso1-4/+2
2020-03-24net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye1-1/+11
2020-03-23net: sched: rename more stats_typesJakub Kicinski2-25/+23
2020-03-19net: tc_skbedit: Make the skbedit priority offloadablePetr Machata1-0/+3
2020-03-18net: sched: Fix hw_stats_type setting in pedit loopPetr Machata1-1/+1
2020-03-18net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey1-1/+1
2020-03-17net_sched: sch_fq: enable use of hrtimer slackEric Dumazet1-4/+17