summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
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
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann
2014-05-21net_sched: fix an oops in tcindex filterCong Wang
2014-05-12sch_hhf: fix comparison of qlen and limitYang Yingliang
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-04net: sched: lock imbalance in hhf qdiscJohn Fastabend
2014-05-02net: Allow tc changes in user namespacesStéphane Graber
2014-04-27sched, act: allow to clear all actions as wellCong Wang
2014-04-27sched, cls: check if we could overwrite actions when changing a filterCong Wang
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-03-31net-sysfs: expose number of carrier on/off changesdavid decotigny
2014-03-18net: sched: use no more than one page in struct fw_headEric Dumazet
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang
2014-03-11pkt_sched: add cond_resched() to class and qdisc dumpEric Dumazet
2014-03-11pkt_sched: do not use rcu in tc_dump_qdisc()Eric Dumazet
2014-03-10pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet