summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_sfb.c
Commit message (Expand)AuthorAgeFilesLines
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-1/+1
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for graft callbackAlexander Aring2017-12-211-1/+1
* net: sched: sch: add extack for block callbackAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack to change classAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack for change qdisc opsAlexander Aring2017-12-211-2/+3
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* net: sched: mark expected switch fall-throughsGustavo A. R. Silva2017-10-221-0/+1
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-161-1/+1
* net_sched: remove tc class reference countingWANG Cong2017-08-251-5/+4
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+1
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-5/+10
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-121-0/+2
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-0/+1
* sch_sfb: keep backlog updated with qlenWANG Cong2016-09-231-0/+3
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-3/+4
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-1/+2
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-291-6/+1
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-1/+1
* net: sched: drop all special handling of tx_queue_len == 0Phil Sutter2015-08-181-1/+1
* sched: Call skb_get_hash_perturb in sch_sfbTom Herbert2015-05-041-16/+8
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-5/+5
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-6/+9
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-2/+2
* sch_sfb: Fix missing NULL checkAlan Cox2012-07-121-0/+2
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-1/+2
* net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-091-2/+1
* sch_sfb: use skb_flow_dissect()Eric Dumazet2011-11-281-3/+14
* net_sched: sfb: optimize enqueue on full queueEric Dumazet2011-08-261-5/+8
* net_sched: SFB flow schedulerEric Dumazet2011-02-231-0/+709
OpenPOWER on IntegriCloud