summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2015-08-03act_bpf: properly support late binding of bpf action to a classifierDaniel Borkmann
2015-08-03act_mirred: avoid calling tcf_hash_release() when bindingWANG Cong
2015-08-02fq_codel: explicitly reset flows in ->reset()Eric Dumazet
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-31act_pedit: check binding before calling tcf_hash_release()WANG Cong
2015-07-30net: sched: fix refcount imbalance in actionsDaniel Borkmann
2015-07-29act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann
2015-07-24sch_choke: drop all packets in queue during resetWANG Cong
2015-07-24sch_plug: purge buffered packets during resetWANG Cong
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-21sched: cls_flow: fix panic on filter replaceDaniel Borkmann
2015-07-21sched: cls_flower: fix panic on filter replaceDaniel Borkmann
2015-07-21sched: cls_bpf: fix panic on filter replaceDaniel Borkmann
2015-07-20cls_cgroup: factor out classid retrievalDaniel Borkmann
2015-07-15tc: act_bpf: fix memory leakAlexei Starovoitov
2015-07-15fq_codel: fix return value of fq_codel_drop()WANG Cong
2015-07-15net_sched: fix a use-after-free in sfqWANG Cong
2015-07-15pkt_sched: sch_qfq: remove unused member of struct qfq_schedAndrea Parri
2015-07-15fq_codel: fix a use-after-freeWANG Cong
2015-07-08net_sched: act_mirred: remove spinlock in fast pathEric Dumazet
2015-07-08net_sched: act_gact: remove spinlock in fast pathEric Dumazet
2015-07-08net_sched: act_gact: read tcfg_ptype onceEric Dumazet
2015-07-08net_sched: act_gact: use a separate packet counters for gact_determ()Eric Dumazet
2015-07-08net_sched: act_gact: make tcfg_pval non zeroEric Dumazet
2015-07-08net: sched: add percpu stats to actionsEric Dumazet
2015-06-25net: sched: flower fix typoJamal Hadi Salim
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-21pkt_sched: sch_qfq: remove redundant -if- control statementAndrea Parri
2015-06-18net: sched: Simplify em_ipset_matchEric W. Biederman
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov
2015-06-04net: Add full IPv6 addresses to flow_keysTom Herbert
2015-06-04net: Get skb hash over flow_keys structureTom Herbert
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-27net_sched: invoke ->attach() after setting dev->qdiscWANG Cong
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-21net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner
2015-05-14cls_flower: Fix compile errorBrian Haley
2015-05-14net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira
2015-05-13tc: introduce Flower classifierJiri Pirko
2015-05-13flow_dissector: change port array into src, dst tupleJiri Pirko
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko
2015-05-13net: sched: use counter to break reclassify loopsFlorian Westphal
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-12net_sched: gred: add TCA_GRED_LIMIT attributeDavid Ward
2015-05-11net: sched: deprecate enqueue_root()Eric Dumazet
2015-05-11net_sched: gred: use correct backlog value in WRED modeDavid Ward
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann