summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sch_generic: react upon IFF_NO_QUEUE flagPhil Sutter2015-08-171-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-142-3/+21
|\
| * act_mirred: avoid calling tcf_hash_release() when bindingWANG Cong2015-08-031-0/+2
| * fq_codel: explicitly reset flows in ->reset()Eric Dumazet2015-08-031-3/+19
* | act_bpf: properly support late binding of bpf action to a classifierDaniel Borkmann2015-08-041-24/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-015-26/+57
|\|
| * act_pedit: check binding before calling tcf_hash_release()WANG Cong2015-08-011-3/+2Star
| * net: sched: fix refcount imbalance in actionsDaniel Borkmann2015-07-301-5/+6
| * act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann2015-07-301-18/+35
| * sch_choke: drop all packets in queue during resetWANG Cong2015-07-251-0/+13
| * sch_plug: purge buffered packets during resetWANG Cong2015-07-251-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-236-7/+20
|\|
| * sched: cls_flow: fix panic on filter replaceDaniel Borkmann2015-07-211-2/+3
| * sched: cls_flower: fix panic on filter replaceDaniel Borkmann2015-07-211-1/+1
| * sched: cls_bpf: fix panic on filter replaceDaniel Borkmann2015-07-211-1/+1
| * tc: act_bpf: fix memory leakAlexei Starovoitov2015-07-161-0/+3
| * fq_codel: fix return value of fq_codel_drop()WANG Cong2015-07-161-1/+10
| * net_sched: fix a use-after-free in sfqWANG Cong2015-07-161-1/+1
| * fq_codel: fix a use-after-freeWANG Cong2015-07-161-1/+1
* | cls_cgroup: factor out classid retrievalDaniel Borkmann2015-07-201-21/+2Star
* | pkt_sched: sch_qfq: remove unused member of struct qfq_schedAndrea Parri2015-07-161-1/+0Star
* | net_sched: act_mirred: remove spinlock in fast pathEric Dumazet2015-07-081-27/+30
* | net_sched: act_gact: remove spinlock in fast pathEric Dumazet2015-07-081-10/+7Star
* | net_sched: act_gact: read tcfg_ptype onceEric Dumazet2015-07-081-7/+7
* | net_sched: act_gact: use a separate packet counters for gact_determ()Eric Dumazet2015-07-081-1/+3
* | net_sched: act_gact: make tcfg_pval non zeroEric Dumazet2015-07-081-3/+9
* | net: sched: add percpu stats to actionsEric Dumazet2015-07-0812-21/+54
|/
* net: sched: flower fix typoJamal Hadi Salim2015-06-251-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-2521-175/+834
|\
| * pkt_sched: sch_qfq: remove redundant -if- control statementAndrea Parri2015-06-211-2/+1Star
| * net: sched: Simplify em_ipset_matchEric W. Biederman2015-06-181-2/+2
| * bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov2015-06-072-2/+23
| * net: Add full IPv6 addresses to flow_keysTom Herbert2015-06-052-9/+16
| * net: Get skb hash over flow_keys structureTom Herbert2015-06-051-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-021-4/+6
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-0/+5
| |\ \
| * | | cls_flower: Fix compile errorBrian Haley2015-05-141-3/+3
| * | | net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira2015-05-141-0/+1
| * | | tc: introduce Flower classifierJiri Pirko2015-05-133-0/+699
| * | | flow_dissector: change port array into src, dst tupleJiri Pirko2015-05-131-2/+2
| * | | flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-132-12/+12
| * | | net: change name of flow_dissector header to match the .c file nameJiri Pirko2015-05-132-2/+2
| * | | net: sched: use counter to break reclassify loopsFlorian Westphal2015-05-132-10/+4Star
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-134-8/+7Star
| |\ \ \
| * | | | net_sched: gred: add TCA_GRED_LIMIT attributeDavid Ward2015-05-131-4/+24
| * | | | net: sched: deprecate enqueue_root()Eric Dumazet2015-05-111-2/+2
| * | | | net: sched: further simplify handle_ingDaniel Borkmann2015-05-111-49/+9Star
| * | | | codel: add ce_threshold attributeEric Dumazet2015-05-112-3/+27
| * | | | sch_choke: Use flow_keys_digestTom Herbert2015-05-041-10/+4Star
| * | | | sched: Call skb_get_hash_perturb in sch_sfqTom Herbert2015-05-041-25/+2Star