aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso9-25/+38
2015-08-18net: sched: drop all special handling of tx_queue_len == 0Phil Sutter5-17/+9
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert1-3/+4
2015-08-18netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann1-0/+1
2015-08-17net: sch_generic: react upon IFF_NO_QUEUE flagPhil Sutter1-2/+4
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+21
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann1-1/+4
2015-08-03act_bpf: properly support late binding of bpf action to a classifierDaniel Borkmann1-24/+27
2015-08-03act_mirred: avoid calling tcf_hash_release() when bindingWANG Cong1-0/+2
2015-08-02fq_codel: explicitly reset flows in ->reset()Eric Dumazet1-3/+19
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-26/+57
2015-07-31act_pedit: check binding before calling tcf_hash_release()WANG Cong1-3/+2
2015-07-30net: sched: fix refcount imbalance in actionsDaniel Borkmann1-5/+6
2015-07-29act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann1-18/+35
2015-07-24sch_choke: drop all packets in queue during resetWANG Cong1-0/+13
2015-07-24sch_plug: purge buffered packets during resetWANG Cong1-0/+1
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-7/+20
2015-07-21sched: cls_flow: fix panic on filter replaceDaniel Borkmann1-2/+3
2015-07-21sched: cls_flower: fix panic on filter replaceDaniel Borkmann1-1/+1
2015-07-21sched: cls_bpf: fix panic on filter replaceDaniel Borkmann1-1/+1
2015-07-20cls_cgroup: factor out classid retrievalDaniel Borkmann1-21/+2
2015-07-15tc: act_bpf: fix memory leakAlexei Starovoitov1-0/+3
2015-07-15fq_codel: fix return value of fq_codel_drop()WANG Cong1-1/+10
2015-07-15net_sched: fix a use-after-free in sfqWANG Cong1-1/+1
2015-07-15pkt_sched: sch_qfq: remove unused member of struct qfq_schedAndrea Parri1-1/+0
2015-07-15fq_codel: fix a use-after-freeWANG Cong1-1/+1
2015-07-08net_sched: act_mirred: remove spinlock in fast pathEric Dumazet1-27/+30
2015-07-08net_sched: act_gact: remove spinlock in fast pathEric Dumazet1-10/+7
2015-07-08net_sched: act_gact: read tcfg_ptype onceEric Dumazet1-7/+7
2015-07-08net_sched: act_gact: use a separate packet counters for gact_determ()Eric Dumazet1-1/+3
2015-07-08net_sched: act_gact: make tcfg_pval non zeroEric Dumazet1-3/+9
2015-07-08net: sched: add percpu stats to actionsEric Dumazet12-21/+54
2015-06-25net: sched: flower fix typoJamal Hadi Salim1-2/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds21-175/+834
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2015-06-21pkt_sched: sch_qfq: remove redundant -if- control statementAndrea Parri1-2/+1
2015-06-18net: sched: Simplify em_ipset_matchEric W. Biederman1-2/+2
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov2-2/+23
2015-06-04net: Add full IPv6 addresses to flow_keysTom Herbert2-9/+16
2015-06-04net: Get skb hash over flow_keys structureTom Herbert1-0/+2
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2015-05-27net_sched: invoke ->attach() after setting dev->qdiscWANG Cong1-4/+6
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2015-05-21net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann1-0/+5
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner5-10/+7
2015-05-14cls_flower: Fix compile errorBrian Haley1-3/+3
2015-05-14net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira1-0/+1
2015-05-13tc: introduce Flower classifierJiri Pirko3-0/+699
2015-05-13flow_dissector: change port array into src, dst tupleJiri Pirko1-2/+2
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2-12/+12