summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2014-10-03qdisc: dequeue bulking also pickup GSO/TSO packetsJesper Dangaard Brouer
2014-10-03qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-01net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong
2014-10-01net_sched: fix another crash in cls_tcindexWANG Cong
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend
2014-09-29ematch: Fix matching of inverted containers.Ignacy Gawędzki
2014-09-29net: sched: cls_rcvp, complete rcu conversionJohn Fastabend
2014-09-28net_sched: fix another regression in cls_tcindexWANG Cong
2014-09-28net_sched: fix errno in tcindex_set_parms()WANG Cong
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong
2014-09-26net: sched: use pinned timersEric Dumazet
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-22net: sched: fix compile warning in cls_u32Eric Dumazet
2014-09-22net: sched: cls_u32 changes to knode must appear atomic to readersJohn Fastabend
2014-09-22net: cls_u32: fix missed pcpu_success free_percpuJohn Fastabend
2014-09-22net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet
2014-09-19net: sched: cls_u32: rcu can not be last nodeJohn Fastabend
2014-09-19net: sched: use __skb_queue_head_init() where applicableEric Dumazet
2014-09-16net: sched: cls_cgroup need tcf_exts_init in all casesJohn Fastabend
2014-09-16net: sched: cls_fw: add missing tcf_exts_init call in fw_change()John Fastabend
2014-09-16net: sched: cls_cgroup fix possible memory leak of 'new'John Fastabend
2014-09-16net: sched: cls_u32 add missing rcu_assign_pointer and annotationJohn Fastabend
2014-09-16net: sched: fix unsued cpu variableJohn Fastabend
2014-09-16net_sched: fix a null pointer dereference in tcindex_set_parms()WANG Cong
2014-09-16net_sched: fix memory leak in cls_tcindexWANG Cong
2014-09-15net_sched: use tcindex_filter_result_init()WANG Cong
2014-09-15net_sched: fix suspicious RCU usage in tcindex_classify()WANG Cong
2014-09-15net_sched: fix an allocation bug in tcindex_set_parms()WANG Cong
2014-09-15net_sched: fix suspicious RCU usage in cls_bpf_classify()WANG Cong
2014-09-13net: sched: rcu'ify cls_bpfJohn Fastabend
2014-09-13net: sched: rcu'ify cls_rsvpJohn Fastabend
2014-09-13net: sched: make cls_u32 locklessJohn Fastabend
2014-09-13net: sched: make cls_u32 per cpuJohn Fastabend
2014-09-13net: sched: RCU cls_tcindexJohn Fastabend
2014-09-13net: sched: RCU cls_routeJohn Fastabend
2014-09-13net: sched: fw use RCUJohn Fastabend
2014-09-13net: sched: cls_flow use RCUJohn Fastabend
2014-09-13net: sched: cls_cgroup use RCUJohn Fastabend
2014-09-13net: sched: cls_basic use RCUJohn Fastabend
2014-09-13net: rcu-ify tcf_protoJohn Fastabend
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend
2014-09-09net_sched: sfq: remove unused macroFlorian Westphal
2014-09-03qdisc: exit case fixes for skb list handling in qdisc layerJesper Dangaard Brouer
2014-09-02qdisc: adjustments for API allowing skb list xmitsJesper Dangaard Brouer
2014-09-01net: Don't keep around original SKB when we software segment GSO frames.David S. Miller
2014-09-01net: Validate xmit SKBs right when we pull them out of the qdisc.David S. Miller