summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-2526-101/+135
* | net, cls: also reject deleting all filters when TCA_KIND presentDaniel Borkmann2016-06-171-1/+1
* | net_sched: sch_fq: defer skb freeingEric Dumazet2016-06-151-1/+1
* | net_sched: sch_pie: defer skb freeingEric Dumazet2016-06-151-1/+1
* | net_sched: sch_netem: defer skb freeingEric Dumazet2016-06-151-3/+1Star
* | net_sched: sch_htb: defer skb freeingEric Dumazet2016-06-151-2/+2
* | net_sched: sch_hhf: defer skb freeingEric Dumazet2016-06-151-2/+2
* | net_sched: fq_codel: defer skb freeingEric Dumazet2016-06-151-8/+9
* | net_sched: sch_fq: defer skb freeingEric Dumazet2016-06-151-6/+13
* | net_sched: sch_codel: defer skb freeing in codel_change()Eric Dumazet2016-06-151-1/+1
* | net_sched: sch_choke: defer skb freeingEric Dumazet2016-06-151-4/+4
* | net_sched: add the ability to defer skb freeingEric Dumazet2016-06-151-1/+1
* | net_sched: make tcf_hash_check() booleanWANG Cong2016-06-157-11/+16
* | act_police: rename tcf_act_police_locate() to tcf_act_police_init()WANG Cong2016-06-151-4/+4
* | net_sched: remove internal use of TC_POLICE_*WANG Cong2016-06-152-3/+3
* | net/sched: flower: Return error when hw can't offload and skip_sw is setAmir Vadai2016-06-151-17/+25
* | sched: remove NET_XMIT_POLICEDFlorian Westphal2016-06-132-3/+1Star
* | net_sched: remove generic throttled managementEric Dumazet2016-06-117-17/+4Star
* | net_sched: netem: remove qdisc_is_throttled() useEric Dumazet2016-06-111-3/+0Star
* | net_sched: cbq: remove a flaky use of qdisc_is_throttled()Eric Dumazet2016-06-111-1/+1
* | net_sched: sch_plug: use a private throttled statusEric Dumazet2016-06-111-6/+8
* | net, cls: allow for deleting all filters for given parentDaniel Borkmann2016-06-111-4/+33
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-1012-75/+106
|\|
| * qfq: don't leak skb if kzalloc failsFlorian Westphal2016-06-091-2/+4
| * net: cls_u32: be more strict about skip-sw flag for knodesJakub Kicinski2016-06-091-18/+19
| * net: cls_u32: catch all hardware offload errorsJakub Kicinski2016-06-091-1/+7