aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2016-08-17net_sched: allow flushing tc police actionsRoman Mashak
2016-08-17net_sched: unify the init logic for act_policeWANG Cong
2016-08-17net_sched: convert tcf_exts from list to pointer arrayWANG Cong
2016-08-17net_sched: remove an unnecessary list_del()WANG Cong
2016-08-17net_sched: remove the leftover cleanup_a()WANG Cong
2016-07-25net_sched: get rid of struct tcf_commonWANG Cong
2016-07-25net_sched: move tc_action into tcf_commonWANG Cong
2016-07-24net/sched: Add match-all classifier hw offloading.Yotam Gigi
2016-07-24net/sched: introduce Match-all classifierJiri Pirko
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-18net/sched/sch_htb: clamp xstats tokens to fit into 32-bit intKonstantin Khlebnikov
2016-07-08hfsc: reduce hfsc_sched to 14 cachelinesFlorian Westphal
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-04net sched actions: skbedit convert to use more modern nla_put_xxxJamal Hadi Salim
2016-07-04net sched actions: skbedit add support for mod-ing skb pkt_typeJamal Hadi Salim
2016-07-01net_sched: fix mirrored packets checksumWANG Cong
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann
2016-07-01net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys
2016-07-01net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys
2016-07-01net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys
2016-07-01net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys
2016-07-01net/sched/sch_hfsc.c: handle corner cases where head may change invalidating ...Michal Soltys
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-29net_sched: netem: do not call qdisc_drop() with a NULL skbEric Dumazet
2016-06-25net_sched: generalize bulk dequeueEric Dumazet
2016-06-25net_sched: sch_htb: export class backlog in dumpsEric Dumazet
2016-06-25net_sched: fq_codel: cache skb->truesize into skb->cbEric Dumazet
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-23netem: fix a use after freeEric Dumazet
2016-06-23act_ife: acquire ife_mod_lock before reading ifeoplistWANG Cong
2016-06-23act_ife: only acquire tcf_lock for existing actionsWANG Cong
2016-06-16net, cls: also reject deleting all filters when TCA_KIND presentDaniel Borkmann
2016-06-15htb: call qdisc_root with rcu read lock heldFlorian Westphal
2016-06-15net_sched: sch_fq: defer skb freeingEric Dumazet
2016-06-15net_sched: sch_pie: defer skb freeingEric Dumazet
2016-06-15net_sched: sch_netem: defer skb freeingEric Dumazet
2016-06-15net_sched: sch_htb: defer skb freeingEric Dumazet
2016-06-15net_sched: sch_hhf: defer skb freeingEric Dumazet
2016-06-15net_sched: fq_codel: defer skb freeingEric Dumazet
2016-06-15net_sched: sch_fq: defer skb freeingEric Dumazet
2016-06-15net_sched: sch_codel: defer skb freeing in codel_change()Eric Dumazet
2016-06-15net_sched: sch_choke: defer skb freeingEric Dumazet
2016-06-15net_sched: add the ability to defer skb freeingEric Dumazet
2016-06-15net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONEJamal Hadi Salim
2016-06-15net_sched: make tcf_hash_check() booleanWANG Cong
2016-06-15act_ipt: fix a bind refcnt leakWANG Cong
2016-06-15net_sched: prio: insure proper transactional behaviorEric Dumazet
2016-06-15act_police: rename tcf_act_police_locate() to tcf_act_police_init()WANG Cong
2016-06-15net_sched: remove internal use of TC_POLICE_*WANG Cong
2016-06-14net/sched: flower: Return error when hw can't offload and skip_sw is setAmir Vadai