summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2015-09-24net: revert "net_sched: move tp->root allocation into fw_init()"WANG Cong
2015-09-01flow_dissector: Add flags argument to skb_flow_dissector functionsTom Herbert
2015-08-28net: sched: don't break line in tc_classify loop notificationDaniel Borkmann
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-27net: sched: simplify attach_one_default_qdisc()Phil Sutter
2015-08-27net: sched: register noqueue qdiscPhil Sutter
2015-08-27net: sched: ignore tx_queue_len when assigning default qdiscPhil Sutter
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2015-08-26net_sched: act_bpf: remove spinlock in fast pathAlexei Starovoitov
2015-08-26net_sched: convert rsvp to call tcf_exts_destroy from rcu callbackAlexei Starovoitov
2015-08-26net_sched: convert tcindex to call tcf_exts_destroy from rcu callbackAlexei Starovoitov
2015-08-26net_sched: act_bpf: remove unnecessary copyAlexei Starovoitov
2015-08-26net_sched: make tcf_hash_destroy() staticAlexei Starovoitov
2015-08-25cls_u32: complete the check for non-forced case in u32_destroy()WANG Cong
2015-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2015-08-18net: sched: drop all special handling of tx_queue_len == 0Phil Sutter
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert
2015-08-18netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann
2015-08-17net: sch_generic: react upon IFF_NO_QUEUE flagPhil Sutter
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann
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