summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: Fix actions list corruption when adding offloaded tc flowsOr Gerlitz2017-10-241-4/+3
* net: sched: mark expected switch fall-throughsGustavo A. R. Silva2017-10-2210-0/+10
* net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-214-81/+0
* net: sched: cls_bpf: call block callbacks for offloadJiri Pirko2017-10-211-8/+32
* net: sched: cls_u32: call block callbacks for offloadJiri Pirko2017-10-211-20/+52
* net: sched: cls_u32: swap u32_remove_hw_knode and u32_remove_hw_hnodeJiri Pirko2017-10-211-8/+8
* net: sched: cls_matchall: call block callbacks for offloadJiri Pirko2017-10-211-27/+45
* net: sched: use tc_setup_cb_call to call per-block callbacksJiri Pirko2017-10-212-6/+24
* net: sched: introduce per-block callbacksJiri Pirko2017-10-211-0/+105
* net: sched: use extended variants of block_get/put in ingress and clsact qdiscsJiri Pirko2017-10-211-7/+29
* net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko2017-10-211-3/+53
* net/sched: Set the net-device for egress device instanceOr Gerlitz2017-10-201-0/+1
* net: sched: cls_u32: use hash_ptr() for tc_u_hashArnd Bergmann2017-10-201-1/+1
* mqprio: fix potential null pointer dereference on optColin Ian King2017-10-191-1/+2
* net: sched: Convert timers to use timer_setup()Kees Cook2017-10-185-20/+23
* net: sched: propagate q and parent from caller down to tcf_fill_nodeJiri Pirko2017-10-161-20/+35
* net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko2017-10-161-2/+4
* net: sched: tcindex, fw, flow: use tcf_block_q helper to get struct QdiscJiri Pirko2017-10-163-4/+13
* net: sched: cls_u32: use block instead of q in tc_u_commonJiri Pirko2017-10-161-8/+4
* net: sched: ematch: obtain net pointer from blocksJiri Pirko2017-10-161-1/+1
* net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko2017-10-161-0/+1
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-1614-19/+20
* mqprio: Reserve last 32 classid values for HW traffic classes and misc IDsAlexander Duyck2017-10-161-33/+46
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-141-9/+174
|\
| * mqprio: Introduce new hardware offload mode and shaper in mqprioAmritha Nambiar2017-10-131-9/+174
* | net_sched: fix a compile warning in act_ifeCong Wang2017-10-141-0/+2
|/
* sched: act: ife: update parameters via rcu handlingAlexander Aring2017-10-121-28/+59
* sched: act: ife: migrate to use per-cpu countersAlexander Aring2017-10-121-18/+11
* sched: act: ife: move encode/decode check to initAlexander Aring2017-10-121-11/+8
* net sched actions: fix module auto-loadingRoman Mashak2017-10-121-1/+15
* net sched actions: change IFE modules alias namesRoman Mashak2017-10-124-4/+4
* net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_devJiri Pirko2017-10-111-22/+0
* net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko2017-10-112-32/+44
* net: sched: introduce per-egress action device callbacksJiri Pirko2017-10-112-0/+250
* net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko2017-10-112-12/+7
* net: add rb_to_skb() and other rb tree helpersEric Dumazet2017-10-071-10/+4
* flow_dissector: dissect tunnel infoSimon Horman2017-10-021-25/+0
* net_sched: remove redundant assignment to retColin Ian King2017-10-011-1/+0
* net_sched: use idr to allocate u32 filter handlesCong Wang2017-09-281-41/+67
* net_sched: use idr to allocate basic filter handlesCong Wang2017-09-281-15/+22
* net_sched: use idr to allocate bpf filter handlesCong Wang2017-09-281-29/+28
* bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann2017-09-262-4/+4
* sch_netem: faster rb tree removalEric Dumazet2017-09-251-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-234-10/+30
|\
| * net_sched: remove cls_flower idr on failureCong Wang2017-09-211-6/+9
| * net_sched/hfsc: fix curve activation in hfsc_change_class()Konstantin Khlebnikov2017-09-211-4/+19
| * net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov2017-09-211-0/+1
| * net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti2017-09-181-0/+1
* | net_sched: no need to free qdisc in RCU callbackCong Wang2017-09-191-8/+2
* | net: sk_buff rbnode reorgEric Dumazet2017-09-191-3/+4
OpenPOWER on IntegriCloud