summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2014-09-29ematch: Fix matching of inverted containers.Ignacy Gawędzki
2014-09-22net: sched: shrink struct qdisc_skb_cb to 28 bytesEric 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
2014-03-10pkt_sched: move the sanity test in qdisc_list_add()Eric Dumazet
2014-03-08pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet
2014-03-06net_sched: htb: do not acquire qdisc lock in dump operationsEric Dumazet
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-03sch_tbf: Remove holes in struct tbf_sched_data.Hiroaki SHIMODA
2014-02-27sch_tbf: Fix potential memory leak in tbf_change().Hiroaki SHIMODA
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-17sch_netem: replace magic numbers with enumerate in get_loss_clgYang Yingliang
2014-02-14sch_netem: replace magic numbers with enumerate in GE modelYang Yingliang
2014-02-14sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sc...Yang Yingliang
2014-02-14sch_netem: return errcode before setting paramsYang Yingliang
2014-02-13net: sched: Cleanup PIE commentsVijay Subramanian
2014-02-12net_sched: act: clean up tca_action_flush()WANG Cong
2014-02-12net_sched: act: refuse to remove bound action outsideWANG Cong
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong
2014-02-12net_sched: act: refactor cleanup opsWANG Cong
2014-02-12net_sched: act: hide struct tcf_common from APIWANG Cong
2014-01-26net: add and use skb_gso_transport_seglen()Florian Westphal