summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
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
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller
2014-09-01net: Do txq_trans_update() in netdev_start_xmit()David S. Miller
2014-08-29net: add skb_get_tx_queue() helperDaniel Borkmann
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann
2014-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet
2014-08-19cbq: now_rt removalVasily Averin
2014-08-19cbq: incorrectly low bandwidth setting blocks limited trafficVasily Averin
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov
2014-07-24net_sched: remove exceptional & on function nameHimangi Saraogi
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-20net_sched: avoid generating same handle for u32 filtersCong Wang
2014-07-20net_sched: hold tcf_lock in netdevice notifierCong Wang
2014-07-17net_sched: cancel nest attribute on failure in tcf_exts_dump()Cong Wang
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-01net: fix some typos in commentYing Xue
2014-06-21net: em_canid: remove useless statements from em_canid_changeDuan Jiong
2014-06-11net_sched: drr: warn when qdisc is not work conservingFlorian Westphal
2014-06-05net: use the new API kvfree()WANG Cong
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller