aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_sfb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-2/+2
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-1/+1
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack to change classAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring1-2/+3
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko1-1/+1
2017-08-25net_sched: remove tc class reference countingWANG Cong1-5/+4
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+1
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-5/+10
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-0/+2
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+1
2016-09-23sch_sfb: keep backlog updated with qlenWANG Cong1-0/+3
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-3/+4
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-1/+2
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong1-6/+1
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1
2015-08-18net: sched: drop all special handling of tx_queue_len == 0Phil Sutter1-1/+1
2015-05-04sched: Call skb_get_hash_perturb in sch_sfbTom Herbert1-16/+8
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-5/+5
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-6/+9
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-2/+2
2012-07-12sch_sfb: Fix missing NULL checkAlan Cox1-0/+2
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-1/+2
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller1-2/+1
2011-11-28sch_sfb: use skb_flow_dissect()Eric Dumazet1-3/+14
2011-08-26net_sched: sfb: optimize enqueue on full queueEric Dumazet1-5/+8
2011-02-23net_sched: SFB flow schedulerEric Dumazet1-0/+709