summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2017-02-23pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet
2016-11-20qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet
2016-08-22net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet
2016-08-22netem: fix a use after freeEric Dumazet
2016-08-22net_sched: update hierarchical backlog tooWANG Cong
2016-08-22net_sched: introduce qdisc_replace() helperWANG Cong
2015-08-25act_pedit: check binding before calling tcf_hash_release()WANG Cong
2015-08-25net: sched: fix refcount imbalance in actionsDaniel Borkmann
2015-06-03net_sched: invoke ->attach() after setting dev->qdiscWANG Cong
2015-03-20net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann
2015-03-20net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann
2015-03-12ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki
2014-10-15net_sched: copy exts->type in tcf_exts_change()WANG Cong
2014-07-20net_sched: avoid generating same handle for u32 filtersCong Wang
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