summaryrefslogtreecommitdiff
path: root/net/sched/sch_sfb.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-10net/flow_dissector: switch to siphashEric Dumazet1-6/+7
2016-05-19net_sched: update hierarchical backlog tooWANG Cong1-1/+2
2016-05-19net_sched: introduce qdisc_replace() helperWANG Cong1-6/+1
2015-08-28net: 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-15net: 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-02pkt_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-29sch_sfb: use skb_flow_dissect()Eric Dumazet1-3/+14
2011-08-26net_sched: sfb: optimize enqueue on full queueEric Dumazet1-5/+8
2011-02-24net_sched: SFB flow schedulerEric Dumazet1-0/+709