aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAge
* qdisc: fix a module refcount leak in qdisc_create_dflt()Eric Dumazet2016-08-25
* net sched: fix encoding to use real lengthJamal Hadi Salim2016-08-23
* net_sched: allow flushing tc police actionsRoman Mashak2016-08-17
* net_sched: unify the init logic for act_policeWANG Cong2016-08-17
* net_sched: convert tcf_exts from list to pointer arrayWANG Cong2016-08-17
* net_sched: remove an unnecessary list_del()WANG Cong2016-08-17
* net_sched: remove the leftover cleanup_a()WANG Cong2016-08-17
* net_sched: get rid of struct tcf_commonWANG Cong2016-07-26
* net_sched: move tc_action into tcf_commonWANG Cong2016-07-26
* net/sched: Add match-all classifier hw offloading.Yotam Gigi2016-07-25
* net/sched: introduce Match-all classifierJiri Pirko2016-07-25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-24
|\
| * net/sched/sch_htb: clamp xstats tokens to fit into 32-bit intKonstantin Khlebnikov2016-07-19
* | hfsc: reduce hfsc_sched to 14 cachelinesFlorian Westphal2016-07-08
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-06
|\|
| * net_sched: fix mirrored packets checksumWANG Cong2016-07-01
* | net sched actions: skbedit convert to use more modern nla_put_xxxJamal Hadi Salim2016-07-04
* | net sched actions: skbedit add support for mod-ing skb pkt_typeJamal Hadi Salim2016-07-04
* | bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-01
* | net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys2016-07-01
* | net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys2016-07-01
* | net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys2016-07-01
* | net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys2016-07-01
* | net/sched/sch_hfsc.c: handle corner cases where head may change invalidating ...Michal Soltys2016-07-01
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-30
|\|
| * netem: fix a use after freeEric Dumazet2016-06-23
| * act_ife: acquire ife_mod_lock before reading ifeoplistWANG Cong2016-06-23
| * act_ife: only acquire tcf_lock for existing actionsWANG Cong2016-06-23
| * htb: call qdisc_root with rcu read lock heldFlorian Westphal2016-06-15
| * net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONEJamal Hadi Salim2016-06-15
| * act_ipt: fix a bind refcnt leakWANG Cong2016-06-15
| * net_sched: prio: insure proper transactional behaviorEric Dumazet2016-06-15
| * net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet2016-06-14
| * net_sched: prio: properly report out of memory errorsEric Dumazet2016-06-12
* | net_sched: netem: do not call qdisc_drop() with a NULL skbEric Dumazet2016-06-29
* | net_sched: generalize bulk dequeueEric Dumazet2016-06-25
* | net_sched: sch_htb: export class backlog in dumpsEric Dumazet2016-06-25
* | net_sched: fq_codel: cache skb->truesize into skb->cbEric Dumazet2016-06-25
* | net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-25
* | net, cls: also reject deleting all filters when TCA_KIND presentDaniel Borkmann2016-06-17
* | net_sched: sch_fq: defer skb freeingEric Dumazet2016-06-15
* | net_sched: sch_pie: defer skb freeingEric Dumazet2016-06-15
* | net_sched: sch_netem: defer skb freeingEric Dumazet2016-06-15
* | net_sched: sch_htb: defer skb freeingEric Dumazet2016-06-15
* | net_sched: sch_hhf: defer skb freeingEric Dumazet2016-06-15
* | net_sched: fq_codel: defer skb freeingEric Dumazet2016-06-15
* | net_sched: sch_fq: defer skb freeingEric Dumazet2016-06-15
* | net_sched: sch_codel: defer skb freeing in codel_change()Eric Dumazet2016-06-15
* | net_sched: sch_choke: defer skb freeingEric Dumazet2016-06-15
* | net_sched: add the ability to defer skb freeingEric Dumazet2016-06-15