aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-15net_sched: sch_choke: defer skb freeingEric Dumazet1-4/+4
2016-06-15net_sched: add the ability to defer skb freeingEric Dumazet1-1/+1
2016-06-15net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONEJamal Hadi Salim1-1/+1
2016-06-15net_sched: make tcf_hash_check() booleanWANG Cong7-11/+16
2016-06-15act_ipt: fix a bind refcnt leakWANG Cong1-2/+5
2016-06-15net_sched: prio: insure proper transactional behaviorEric Dumazet1-34/+23
2016-06-15act_police: rename tcf_act_police_locate() to tcf_act_police_init()WANG Cong1-4/+4
2016-06-15net_sched: remove internal use of TC_POLICE_*WANG Cong2-3/+3
2016-06-14net/sched: flower: Return error when hw can't offload and skip_sw is setAmir Vadai1-17/+25
2016-06-14net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet1-0/+4
2016-06-12sched: remove NET_XMIT_POLICEDFlorian Westphal2-3/+1
2016-06-12net_sched: prio: properly report out of memory errorsEric Dumazet1-20/+12
2016-06-10net_sched: remove generic throttled managementEric Dumazet7-17/+4
2016-06-10net_sched: netem: remove qdisc_is_throttled() useEric Dumazet1-3/+0
2016-06-10net_sched: cbq: remove a flaky use of qdisc_is_throttled()Eric Dumazet1-1/+1
2016-06-10net_sched: sch_plug: use a private throttled statusEric Dumazet1-6/+8
2016-06-10net, cls: allow for deleting all filters for given parentDaniel Borkmann1-4/+33
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-75/+106
2016-06-09net: sched: fix qdisc->running lockdep annotationsEric Dumazet1-2/+2
2016-06-08sched: remove qdisc->dropFlorian Westphal18-359/+0
2016-06-08sched: remove qdisc_rehape_failFlorian Westphal4-7/+7
2016-06-08cbq: remove TCA_CBQ_POLICE supportFlorian Westphal1-94/+1
2016-06-08cbq: remove TCA_CBQ_OVL_STRATEGY supportFlorian Westphal1-160/+6
2016-06-08qfq: don't leak skb if kzalloc failsFlorian Westphal1-2/+4
2016-06-08net: cls_u32: be more strict about skip-sw flag for knodesJakub Kicinski1-18/+19
2016-06-08net: cls_u32: catch all hardware offload errorsJakub Kicinski1-1/+7
2016-06-07net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann3-7/+19
2016-06-07act_police: fix a crash during removalWANG Cong1-22/+11
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet14-44/+69
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet1-4/+10
2016-06-07fq_codel: return non zero qlen in class dumpsEric Dumazet1-1/+1