aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-01net_sched: fix another crash in cls_tcindexWANG Cong1-3/+9
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend14-16/+26
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend14-32/+25
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend24-75/+75
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend14-33/+65
2014-09-29net: sched: cls_rcvp, complete rcu conversionJohn Fastabend1-3/+41
2014-09-28net_sched: fix another regression in cls_tcindexWANG Cong1-1/+1
2014-09-28net_sched: fix errno in tcindex_set_parms()WANG Cong1-3/+2
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong10-20/+20
2014-09-26net: sched: use pinned timersEric Dumazet3-5/+5
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+14
2014-09-22net: sched: fix compile warning in cls_u32Eric Dumazet1-1/+1
2014-09-22net: sched: cls_u32 changes to knode must appear atomic to readersJohn Fastabend1-9/+126
2014-09-22net: cls_u32: fix missed pcpu_success free_percpuJohn Fastabend1-0/+13
2014-09-22net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet1-4/+14
2014-09-19net: sched: cls_u32: rcu can not be last nodeJohn Fastabend1-1/+4
2014-09-19net: sched: use __skb_queue_head_init() where applicableEric Dumazet2-2/+2
2014-09-16net: sched: cls_cgroup need tcf_exts_init in all casesJohn Fastabend1-4/+3
2014-09-16net: sched: cls_fw: add missing tcf_exts_init call in fw_change()John Fastabend1-0/+2
2014-09-16net: sched: cls_cgroup fix possible memory leak of 'new'John Fastabend1-4/+9
2014-09-16net: sched: cls_u32 add missing rcu_assign_pointer and annotationJohn Fastabend1-3/+4
2014-09-16net: sched: fix unsued cpu variableJohn Fastabend1-3/+4
2014-09-16net_sched: fix a null pointer dereference in tcindex_set_parms()WANG Cong1-1/+1
2014-09-16net_sched: fix memory leak in cls_tcindexWANG Cong1-7/+10
2014-09-15net_sched: use tcindex_filter_result_init()WANG Cong1-4/+1
2014-09-15net_sched: fix suspicious RCU usage in tcindex_classify()WANG Cong1-1/+1
2014-09-15net_sched: fix an allocation bug in tcindex_set_parms()WANG Cong1-1/+1
2014-09-15net_sched: fix suspicious RCU usage in cls_bpf_classify()WANG Cong1-1/+1
2014-09-13net: sched: rcu'ify cls_bpfJohn Fastabend1-47/+47
2014-09-13net: sched: rcu'ify cls_rsvpJohn Fastabend1-70/+90
2014-09-13net: sched: make cls_u32 locklessJohn Fastabend1-73/+110
2014-09-13net: sched: make cls_u32 per cpuJohn Fastabend1-16/+59
2014-09-13net: sched: RCU cls_tcindexJohn Fastabend1-94/+154
2014-09-13net: sched: RCU cls_routeJohn Fastabend1-94/+132
2014-09-13net: sched: fw use RCUJohn Fastabend1-34/+77
2014-09-13net: sched: cls_flow use RCUJohn Fastabend1-61/+84
2014-09-13net: sched: cls_cgroup use RCUJohn Fastabend1-24/+39
2014-09-13net: sched: cls_basic use RCUJohn Fastabend1-35/+45
2014-09-13net: rcu-ify tcf_protoJohn Fastabend16-84/+116
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend3-9/+14
2014-09-09net_sched: sfq: remove unused macroFlorian Westphal1-5/+0
2014-09-03qdisc: exit case fixes for skb list handling in qdisc layerJesper Dangaard Brouer1-2/+2
2014-09-02qdisc: adjustments for API allowing skb list xmitsJesper Dangaard Brouer1-4/+4
2014-09-01net: Don't keep around original SKB when we software segment GSO frames.David S. Miller1-1/+1
2014-09-01net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller1-1/+4
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller1-1/+2
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller1-2/+1
2014-08-29net: add skb_get_tx_queue() helperDaniel Borkmann1-2/+4
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller1-2/+1
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann1-1/+2