summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* tc: Add support for configuring the taprio schedulerVinicius Costa Gomes2018-10-043-0/+974
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-1/+1
|\
| * net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter2018-10-011-1/+1
* | tcp/fq: move back to CLOCK_MONOTONICEric Dumazet2018-10-011-3/+3
* | net_sched: fix a crash in tc_new_tfilter()Cong Wang2018-10-011-1/+3
* | net: sched: make function qdisc_free_cb() staticWei Yongjun2018-09-281-1/+1
* | net: sched: use reference counting for tcf blocks on rules updateVlad Buslov2018-09-251-17/+21
* | net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov2018-09-251-24/+50
* | net: sched: protect block idr with spinlockVlad Buslov2018-09-251-2/+13
* | net: sched: implement functions to put and flush all chainsVlad Buslov2018-09-251-25/+30
* | net: sched: change tcf block reference counter type to refcount_tVlad Buslov2018-09-251-24/+35
* | net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov2018-09-251-15/+64
* | net: sched: extend Qdisc with rcuVlad Buslov2018-09-252-1/+42
* | net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-2519-41/+46
* | net/sched: Add hardware specific counters to TC actionsEelco Chaudron2018-09-243-5/+20
* | net_sched: sch_fq: remove dead code dealing with retransmitsEric Dumazet2018-09-211-53/+5
* | tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet2018-09-211-10/+11
* | net_sched: sch_fq: switch to CLOCK_TAIEric Dumazet2018-09-211-3/+3
* | net_sched: change tcf_del_walker() to take idrinfo->lockVlad Buslov2018-09-212-3/+30
* | net: sched: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang2018-09-191-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-182-1/+3
|\|
| * net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti2018-09-141-1/+1
| * net_sched: notify filter deletion when deleting a chainCong Wang2018-09-131-0/+2
* | net/sched: act_police: don't use spinlock in the data pathDavide Caratti2018-09-161-64/+92
* | net/sched: act_police: use per-cpu countersDavide Caratti2018-09-161-24/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-121-10/+18
|\|
| * net_sched: properly cancel netlink dump on failureCong Wang2018-09-071-4/+8
| * net/sched: fix memory leak in act_tunnel_key_init()Davide Caratti2018-09-051-6/+10
* | htb: use anonymous union for simplicityCong Wang2018-09-101-49/+49
* | net_sched: remove redundant qdisc lock classesCong Wang2018-09-101-7/+0
* | net: sched: cls_flower: dump offload count valueVlad Buslov2018-09-101-1/+4
* | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-107-10/+10
* | sch_netem: Move private queue handler to generic location.David S. Miller2018-09-101-11/+1
* | sch_htb: Remove local SKB queue handling code.David S. Miller2018-09-101-17/+1
* | net: sched: act_nat: remove dependency on rtnl lockVlad Buslov2018-09-081-6/+9
* | net: sched: act_skbedit: remove dependency on rtnl lockVlad Buslov2018-09-081-9/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-044-15/+43
|\|
| * net: sched: action_ife: take reference to meta moduleVlad Buslov2018-09-041-1/+15
| * act_ife: fix a potential use-after-freeCong Wang2018-09-041-1/+1
| * net: sched: null actions array pointer before releasing actionVlad Buslov2018-09-031-1/+1
| * net_sched: reject unknown tcfa_action valuesPaolo Abeni2018-08-291-5/+11
| * net/sched: act_pedit: fix dump of extended layered opDavide Caratti2018-08-291-5/+13
| * net: sched: return -ENOENT when trying to remove filter from non-existent chainJiri Pirko2018-08-271-1/+1
| * net: sched: fix extack error message when chain is failed to be createdJiri Pirko2018-08-271-1/+1
* | net_sched: add missing tcf_lock for act_connmarkCong Wang2018-08-311-3/+8
* | Revert "net: sched: act: add extack for lookup callback"Cong Wang2018-08-3117-36/+21
|/
* net: sched: Fix memory exposure from short TCA_U32_SELKees Cook2018-08-261-2/+8
* sch_cake: Fix TC filter flow override and expand it to hosts as wellToke Høiland-Jørgensen2018-08-221-4/+19
* act_ife: fix a potential deadlockCong Wang2018-08-211-13/+21
* act_ife: move tcfa_lock down to where necessaryCong Wang2018-08-211-25/+13