summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-302-12/+15
|\
| * qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet2016-08-261-4/+5
| * net sched: fix encoding to use real lengthJamal Hadi Salim2016-08-231-8/+10
* | net_sched: fix use of uninitialized ethertype variable in cls_flowerArnd Bergmann2016-08-291-10/+11
* | net_sched: properly handle failure case of tcf_exts_init()WANG Cong2016-08-2310-72/+177
* | net_sched: act_vlan: Add priority optionHadar Hen Zion2016-08-191-2/+11
* | net_sched: flower: Add vlan supportHadar Hen Zion2016-08-191-3/+67
* | net_sched: flower: Avoid dissection of unmasked keysHadar Hen Zion2016-08-191-15/+13Star
* | net: sched: avoid duplicates in qdisc dumpJiri Kosina2016-08-191-4/+10
* | net: sched: fix handling of singleton qdiscs with qdisc_hashJiri Kosina2016-08-191-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-183-91/+56Star
|\|
| * net_sched: allow flushing tc police actionsRoman Mashak2016-08-181-42/+1Star
| * net_sched: unify the init logic for act_policeWANG Cong2016-08-181-9/+10
| * net_sched: convert tcf_exts from list to pointer arrayWANG Cong2016-08-182-20/+42
| * net_sched: remove an unnecessary list_del()WANG Cong2016-08-181-1/+0Star
| * net_sched: remove the leftover cleanup_a()WANG Cong2016-08-181-19/+3Star
* | net: sched: convert qdisc linked list to hashtableJiri Kosina2016-08-114-15/+20
* | net/sched/sch_hfsc.c: remove unused cl_myfadjMichal Soltys2016-08-091-5/+2Star
* | net/sched/sch_hfsc.c: keep fsc and virtual times in sync; fix an old bugMichal Soltys2016-08-091-32/+12Star
|/
* net_sched: get rid of struct tcf_commonWANG Cong2016-07-262-77/+72Star
* net_sched: move tc_action into tcf_commonWANG Cong2016-07-2614-279/+256Star
* net/sched: Add match-all classifier hw offloading.Yotam Gigi2016-07-251-3/+73
* net/sched: introduce Match-all classifierJiri Pirko2016-07-253-0/+259
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-2/+4
|\
| * net/sched/sch_htb: clamp xstats tokens to fit into 32-bit intKonstantin Khlebnikov2016-07-191-2/+4
* | hfsc: reduce hfsc_sched to 14 cachelinesFlorian Westphal2016-07-091-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-1/+1
|\|
| * net_sched: fix mirrored packets checksumWANG Cong2016-07-011-1/+1
* | net sched actions: skbedit convert to use more modern nla_put_xxxJamal Hadi Salim2016-07-051-8/+4Star
* | net sched actions: skbedit add support for mod-ing skb pkt_typeJamal Hadi Salim2016-07-051-1/+17
* | bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-012-12/+2Star
* | net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys2016-07-011-1/+1
* | net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys2016-07-011-16/+15Star
* | net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys2016-07-011-8/+0Star
* | net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys2016-07-011-1/+1
* | net/sched/sch_hfsc.c: handle corner cases where head may change invalidating ...Michal Soltys2016-07-011-1/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-307-74/+73Star
|\|
| * netem: fix a use after freeEric Dumazet2016-06-231-6/+6
| * act_ife: acquire ife_mod_lock before reading ifeoplistWANG Cong2016-06-231-6/+8
| * act_ife: only acquire tcf_lock for existing actionsWANG Cong2016-06-231-24/+31
| * htb: call qdisc_root with rcu read lock heldFlorian Westphal2016-06-151-0/+2
| * net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONEJamal Hadi Salim2016-06-151-1/+1
| * act_ipt: fix a bind refcnt leakWANG Cong2016-06-151-2/+5
| * net_sched: prio: insure proper transactional behaviorEric Dumazet2016-06-151-34/+23Star
| * net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet2016-06-141-0/+4
| * net_sched: prio: properly report out of memory errorsEric Dumazet2016-06-131-20/+12Star
* | net_sched: netem: do not call qdisc_drop() with a NULL skbEric Dumazet2016-06-291-4/+8
* | net_sched: generalize bulk dequeueEric Dumazet2016-06-251-10/+58
* | net_sched: sch_htb: export class backlog in dumpsEric Dumazet2016-06-251-4/+10
* | net_sched: fq_codel: cache skb->truesize into skb->cbEric Dumazet2016-06-251-3/+4