aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-18net_sched: act_vlan: Add priority optionHadar Hen Zion1-2/+11
2016-08-18net_sched: flower: Add vlan supportHadar Hen Zion1-3/+67
2016-08-18net_sched: flower: Avoid dissection of unmasked keysHadar Hen Zion1-15/+13
2016-08-18net: sched: avoid duplicates in qdisc dumpJiri Kosina1-4/+10
2016-08-18net: sched: fix handling of singleton qdiscs with qdisc_hashJiri Kosina1-0/+10
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-91/+56
2016-08-17net_sched: allow flushing tc police actionsRoman Mashak1-42/+1
2016-08-17net_sched: unify the init logic for act_policeWANG Cong1-9/+10
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong2-20/+42
2016-08-17net_sched: remove an unnecessary list_del()WANG Cong1-1/+0
2016-08-17net_sched: remove the leftover cleanup_a()WANG Cong1-19/+3
2016-08-10net: sched: convert qdisc linked list to hashtableJiri Kosina4-15/+20
2016-08-08net/sched/sch_hfsc.c: remove unused cl_myfadjMichal Soltys1-5/+2
2016-08-08net/sched/sch_hfsc.c: keep fsc and virtual times in sync; fix an old bugMichal Soltys1-32/+12
2016-07-25net_sched: get rid of struct tcf_commonWANG Cong2-77/+72
2016-07-25net_sched: move tc_action into tcf_commonWANG Cong14-279/+256
2016-07-24net/sched: Add match-all classifier hw offloading.Yotam Gigi1-3/+73
2016-07-24net/sched: introduce Match-all classifierJiri Pirko3-0/+259
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-07-18net/sched/sch_htb: clamp xstats tokens to fit into 32-bit intKonstantin Khlebnikov1-2/+4
2016-07-08hfsc: reduce hfsc_sched to 14 cachelinesFlorian Westphal1-5/+5
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-07-04net sched actions: skbedit convert to use more modern nla_put_xxxJamal Hadi Salim1-8/+4
2016-07-04net sched actions: skbedit add support for mod-ing skb pkt_typeJamal Hadi Salim1-1/+17
2016-07-01net_sched: fix mirrored packets checksumWANG Cong1-1/+1
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2-12/+2
2016-07-01net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys1-1/+1
2016-07-01net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys1-16/+15
2016-07-01net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys1-8/+0
2016-07-01net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys1-1/+1
2016-07-01net/sched/sch_hfsc.c: handle corner cases where head may change invalidating calculated deadlineMichal Soltys1-1/+10
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-74/+73
2016-06-29net_sched: netem: do not call qdisc_drop() with a NULL skbEric Dumazet1-4/+8
2016-06-25net_sched: generalize bulk dequeueEric Dumazet1-10/+58
2016-06-25net_sched: sch_htb: export class backlog in dumpsEric Dumazet1-4/+10
2016-06-25net_sched: fq_codel: cache skb->truesize into skb->cbEric Dumazet1-3/+4
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet26-101/+135
2016-06-23netem: fix a use after freeEric Dumazet1-6/+6
2016-06-23act_ife: acquire ife_mod_lock before reading ifeoplistWANG Cong1-6/+8
2016-06-23act_ife: only acquire tcf_lock for existing actionsWANG Cong1-24/+31
2016-06-16net, cls: also reject deleting all filters when TCA_KIND presentDaniel Borkmann1-1/+1
2016-06-15htb: call qdisc_root with rcu read lock heldFlorian Westphal1-0/+2
2016-06-15net_sched: sch_fq: defer skb freeingEric Dumazet1-1/+1
2016-06-15net_sched: sch_pie: defer skb freeingEric Dumazet1-1/+1
2016-06-15net_sched: sch_netem: defer skb freeingEric Dumazet1-3/+1
2016-06-15net_sched: sch_htb: defer skb freeingEric Dumazet1-2/+2
2016-06-15net_sched: sch_hhf: defer skb freeingEric Dumazet1-2/+2
2016-06-15net_sched: fq_codel: defer skb freeingEric Dumazet1-8/+9
2016-06-15net_sched: sch_fq: defer skb freeingEric Dumazet1-6/+13
2016-06-15net_sched: sch_codel: defer skb freeing in codel_change()Eric Dumazet1-1/+1