summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-02net: sched: fix skb leak in dev_requeue_skb()Wei Yongjun
2018-01-02net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan
2018-01-02net: sched: Move offload check till after dump callNogah Frankel
2018-01-02net_sch: red: Fix the new offload indicationNogah Frankel
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-28net: sched: don't set extack message in case the qdisc will be createdJiri Pirko
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-12-26net: sched: fix possible null pointer deref in tcf_block_putJiri Pirko
2017-12-26net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()Cong Wang
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-21net: sch: sch_drr: add extack supportAlexander Aring
2017-12-21net: sch: sch_cbs: add extack supportAlexander Aring
2017-12-21net: sch: sch_cbq: add extack supportAlexander Aring
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring
2017-12-21net: sch: api: add extack support in qdisc_allocAlexander Aring
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring
2017-12-21net: sch: api: add extack support in qdisc_get_rtabAlexander Aring
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring
2017-12-21net: sched: sch: add extack to change classAlexander Aring
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-12-21net: sched: sch_api: handle generic qdisc errorsAlexander Aring
2017-12-21net: sched: fix coding style issuesAlexander Aring
2017-12-20cls_bpf: fix offload assumptions after callback conversionJakub Kicinski
2017-12-20net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert
2017-12-19net_sched: properly check for empty skb array on error pathCong Wang
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-15net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko
2017-12-15net: sched: fix clsact init error pathJiri Pirko
2017-12-15net: sched: Move to new offload indication in REDYuval Mintz
2017-12-15net: sched: Add TCA_HW_OFFLOADYuval Mintz
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang
2017-12-13net: remove duplicate includesPravin Shedge
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-08net: sched: fix use-after-free in tcf_block_put_extJiri Pirko
2017-12-08net: sched: pfifo_fast use skb_arrayJohn Fastabend
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprioJohn Fastabend
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend
2017-12-08net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend
2017-12-08net: sched: check for frozen queue before skb_bad_txq checkJohn Fastabend
2017-12-08net: sched: use skb list for skb_bad_txJohn Fastabend
2017-12-08net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend
2017-12-08net: sched: explicit locking in gso_cpu fallbackJohn Fastabend
2017-12-08net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend
2017-12-08net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend
2017-12-08net: sched: allow qdiscs to handle lockingJohn Fastabend
2017-12-08net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend
2017-12-06net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion