summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0418-17/+22
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-0317-17/+21
| |\
| | * net_sched: hold netns refcnt for each actionCong Wang2017-11-0317-17/+19
| | * net_sched: acquire RTNL in tc_action_net_exit()Cong Wang2017-11-031-0/+2
| * | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
| |\ \ | | |/ | |/|
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | | net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko2017-11-032-5/+60
* | | net: sched: introduce chain_head_change callbackJiri Pirko2017-11-032-38/+52
* | | net_sched: check NULL in tcf_block_put()Cong Wang2017-11-031-3/+2
* | | net: sched: cls_bpf: use bitwise & rather than logical && on gen_flagsColin Ian King2017-11-031-1/+1
* | | net: sched: move block offload unbind after all chains are flushedJiri Pirko2017-11-031-2/+2
* | | net: sched: remove tc_can_offload check from egdev callJiri Pirko2017-11-021-1/+1
* | | net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko2017-11-021-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-022-30/+10
|\| |
| * | MAINTAINERS: Update Yotam's E-mailYotam Gigi2017-11-011-1/+1
| * | net_sched: remove tcf_block_put_deferred()Cong Wang2017-10-311-29/+8
* | | net: sched: Identify hardware traffic classes using classidAmritha Nambiar2017-10-311-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-3014-56/+268
|\| |
| * | net_sched: fix call_rcu() race on act_sample module removalCong Wang2017-10-291-0/+1
| * | net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang2017-10-291-0/+1
| * | net_sched: use tcf_queue_work() in tcindex filterCong Wang2017-10-291-5/+33
| * | net_sched: use tcf_queue_work() in rsvp filterCong Wang2017-10-291-3/+16
| * | net_sched: use tcf_queue_work() in route filterCong Wang2017-10-291-3/+16
| * | net_sched: use tcf_queue_work() in u32 filterCong Wang2017-10-291-3/+26
| * | net_sched: use tcf_queue_work() in matchall filterCong Wang2017-10-291-3/+16
| * | net_sched: use tcf_queue_work() in fw filterCong Wang2017-10-291-3/+16
| * | net_sched: use tcf_queue_work() in flower filterCong Wang2017-10-291-3/+16
| * | net_sched: use tcf_queue_work() in flow filterCong Wang2017-10-291-3/+16
| * | net_sched: use tcf_queue_work() in cgroup filterCong Wang2017-10-291-4/+18
| * | net_sched: use tcf_queue_work() in bpf filterCong Wang2017-10-291-2/+17
| * | net_sched: use tcf_queue_work() in basic filterCong Wang2017-10-291-3/+17
| * | net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2017-10-291-17/+51
| * | net_sched: avoid matching qdisc with zero handleCong Wang2017-10-291-0/+2
| |/
| * net/sched: cls_flower: Set egress_dev mark when calling into the HW driverOr Gerlitz2017-10-161-0/+2
* | net/sched: Add support for HW offloading for CBSVinicius Costa Gomes2017-10-271-12/+92
* | net/sched: Introduce Credit Based Shaper (CBS) qdiscVinicius Costa Gomes2017-10-273-0/+305
* | net/sched: Add select_queue() class_ops for mqprioJesus Sanchez-Palencia2017-10-271-0/+7
* | net/sched: Change behavior of mq select_queue()Jesus Sanchez-Palencia2017-10-271-9/+1
* | net/sched: Check for null dev_queue on create flowJesus Sanchez-Palencia2017-10-271-1/+7
* | 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