summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2017-10-16net: sched: propagate q and parent from caller down to tcf_fill_nodeJiri Pirko
2017-10-16net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko
2017-10-16net: sched: tcindex, fw, flow: use tcf_block_q helper to get struct QdiscJiri Pirko
2017-10-16net: sched: cls_u32: use block instead of q in tc_u_commonJiri Pirko
2017-10-16net: sched: ematch: obtain net pointer from blocksJiri Pirko
2017-10-16net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
2017-10-16mqprio: Reserve last 32 classid values for HW traffic classes and misc IDsAlexander Duyck
2017-10-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-10-14net_sched: fix a compile warning in act_ifeCong Wang
2017-10-13mqprio: Introduce new hardware offload mode and shaper in mqprioAmritha Nambiar
2017-10-12sched: act: ife: update parameters via rcu handlingAlexander Aring
2017-10-12sched: act: ife: migrate to use per-cpu countersAlexander Aring
2017-10-12sched: act: ife: move encode/decode check to initAlexander Aring
2017-10-12net sched actions: fix module auto-loadingRoman Mashak
2017-10-12net sched actions: change IFE modules alias namesRoman Mashak
2017-10-11net: sched: remove unused tcf_exts_get_dev helper and cls_flower->egress_devJiri Pirko
2017-10-11net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko
2017-10-11net: sched: introduce per-egress action device callbacksJiri Pirko
2017-10-11net: sched: make tc_action_ops->get_dev return dev and avoid passing netJiri Pirko
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet
2017-10-02flow_dissector: dissect tunnel infoSimon Horman
2017-10-01net_sched: remove redundant assignment to retColin Ian King
2017-09-28net_sched: use idr to allocate u32 filter handlesCong Wang
2017-09-28net_sched: use idr to allocate basic filter handlesCong Wang
2017-09-28net_sched: use idr to allocate bpf filter handlesCong Wang
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann
2017-09-25sch_netem: faster rb tree removalEric Dumazet
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-21net_sched: remove cls_flower idr on failureCong Wang
2017-09-21net_sched/hfsc: fix curve activation in hfsc_change_class()Konstantin Khlebnikov
2017-09-21net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov
2017-09-19net_sched: no need to free qdisc in RCU callbackCong Wang
2017-09-19net: sk_buff rbnode reorgEric Dumazet
2017-09-18net_sched: sch_htb: add per class overlimits counterEric Dumazet
2017-09-18net_sched: use explicit size of struct tcmsg, remove need to declare tcmColin Ian King
2017-09-18net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti
2017-09-13net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko
2017-09-12net_sched: carefully handle tcf_block_put()Cong Wang
2017-09-12net_sched: fix reference counting of tc filter chainCong Wang
2017-09-12net_sched: get rid of tcfa_rcuCong Wang
2017-09-11net/sched: fix pointer check in gen_handleJosh Hunt
2017-09-07net: sched: fix memleak for chain zeroJiri Pirko
2017-09-06sched: Use __qdisc_drop instead of kfree_skb in sch_prio and sch_qfqGao Feng
2017-09-05net: sched: don't use GFP_KERNEL under spin lockJakub Kicinski
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-31net_sched: add reverse binding for tc classCong Wang
2017-08-30sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov
2017-08-30sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov
2017-08-30sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov