aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-24net/sched: Fix actions list corruption when adding offloaded tc flowsOr Gerlitz1-4/+3
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva10-0/+10
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko4-81/+0
2017-10-21net: sched: cls_bpf: call block callbacks for offloadJiri Pirko1-8/+32
2017-10-21net: sched: cls_u32: call block callbacks for offloadJiri Pirko1-20/+52
2017-10-21net: sched: cls_u32: swap u32_remove_hw_knode and u32_remove_hw_hnodeJiri Pirko1-8/+8
2017-10-21net: sched: cls_matchall: call block callbacks for offloadJiri Pirko1-27/+45
2017-10-21net: sched: use tc_setup_cb_call to call per-block callbacksJiri Pirko2-6/+24
2017-10-21net: sched: introduce per-block callbacksJiri Pirko1-0/+105
2017-10-21net: sched: use extended variants of block_get/put in ingress and clsact qdiscsJiri Pirko1-7/+29
2017-10-21net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko1-3/+53
2017-10-20net/sched: Set the net-device for egress device instanceOr Gerlitz1-0/+1
2017-10-20net: sched: cls_u32: use hash_ptr() for tc_u_hashArnd Bergmann1-1/+1
2017-10-19mqprio: fix potential null pointer dereference on optColin Ian King1-1/+2
2017-10-18net: sched: Convert timers to use timer_setup()Kees Cook5-20/+23
2017-10-16net: sched: propagate q and parent from caller down to tcf_fill_nodeJiri Pirko1-20/+35
2017-10-16net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko1-2/+4
2017-10-16net: sched: tcindex, fw, flow: use tcf_block_q helper to get struct QdiscJiri Pirko3-4/+13
2017-10-16net: sched: cls_u32: use block instead of q in tc_u_commonJiri Pirko1-8/+4
2017-10-16net: sched: ematch: obtain net pointer from blocksJiri Pirko1-1/+1
2017-10-16net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko1-0/+1
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko14-19/+20
2017-10-16mqprio: Reserve last 32 classid values for HW traffic classes and misc IDsAlexander Duyck1-33/+46
2017-10-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-9/+174
2017-10-14net_sched: fix a compile warning in act_ifeCong Wang1-0/+2
2017-10-13mqprio: Introduce new hardware offload mode and shaper in mqprioAmritha Nambiar1-9/+174
2017-10-12sched: act: ife: update parameters via rcu handlingAlexander Aring1-28/+59
2017-10-12sched: act: ife: migrate to use per-cpu countersAlexander Aring1-18/+11
2017-10-12sched: act: ife: move encode/decode check to initAlexander Aring1-11/+8
2017-10-12net sched actions: fix module auto-loadingRoman Mashak1-1/+15
2017-10-12net sched actions: change IFE modules alias namesRoman Mashak4-4/+4
2017-10-11net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_devJiri Pirko1-22/+0
2017-10-11net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko2-32/+44
2017-10-11net: sched: introduce per-egress action device callbacksJiri Pirko2-0/+250
2017-10-11net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko2-12/+7
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet1-10/+4
2017-10-02flow_dissector: dissect tunnel infoSimon Horman1-25/+0
2017-10-01net_sched: remove redundant assignment to retColin Ian King1-1/+0
2017-09-28net_sched: use idr to allocate u32 filter handlesCong Wang1-41/+67
2017-09-28net_sched: use idr to allocate basic filter handlesCong Wang1-15/+22
2017-09-28net_sched: use idr to allocate bpf filter handlesCong Wang1-29/+28
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann2-4/+4
2017-09-25sch_netem: faster rb tree removalEric Dumazet1-3/+4
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+30
2017-09-21net_sched: remove cls_flower idr on failureCong Wang1-6/+9
2017-09-21net_sched/hfsc: fix curve activation in hfsc_change_class()Konstantin Khlebnikov1-4/+19
2017-09-21net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov1-0/+1
2017-09-19net_sched: no need to free qdisc in RCU callbackCong Wang1-8/+2
2017-09-19net: sk_buff rbnode reorgEric Dumazet1-3/+4
2017-09-18net_sched: sch_htb: add per class overlimits counterEric Dumazet1-0/+5