summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: Remove TCA_OPTIONS from policyDavid Ahern2018-11-131-1/+0
* net/sched: cls_api: add missing validation of netlink attributesDavide Caratti2018-11-041-4/+7
* net: sched: Fix for duplicate class dumpPhil Sutter2018-11-041-1/+2
* net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski2018-11-041-1/+1
* net: sched: cls_u32: fix hnode refcountingAl Viro2018-10-181-5/+5
* net: sched: Add policy validation for tc attributesDavid Ahern2018-10-181-4/+20
* net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti2018-09-291-1/+1
* net/sched: act_pedit: fix dump of extended layered opDavide Caratti2018-09-151-5/+13
* net: sched: action_ife: take reference to meta moduleVlad Buslov2018-09-151-1/+15
* act_ife: fix a potential deadlockCong Wang2018-09-151-13/+21
* act_ife: move tcfa_lock down to where necessaryCong Wang2018-09-151-23/+13
* net: sched: Fix memory exposure from short TCA_U32_SELKees Cook2018-09-151-2/+8
* act_ife: fix a potential use-after-freeCong Wang2018-09-151-1/+1
* cls_matchall: fix tcf_unbind_filter missingHangbin Liu2018-08-221-0/+2
* net_sched: Fix missing res info when create new tc_index filterHangbin Liu2018-08-221-0/+1
* net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu2018-08-221-5/+2
* net: sched: Using NULL instead of plain integerYueHaibing2018-07-181-2/+2
* sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller2018-07-121-7/+18
* net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-07-071-3/+3
* net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-07-071-3/+3
* net_sched: remove a bogus warning in hfscCong Wang2018-06-231-2/+2
* cls_flower: fix use after free in flower S/W pathPaolo Abeni2018-06-221-4/+17
* net/sched: act_ife: preserve the action control in case of errorDavide Caratti2018-06-201-2/+1
* net/sched: act_ife: fix recursive lock and idr leakDavide Caratti2018-06-201-5/+4
* net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov2018-06-171-1/+1
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-122-7/+9
* net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti2018-06-081-9/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0616-503/+628
|\
| * Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"David S. Miller2018-06-061-16/+10
| * net: sched: cls: Fix offloading when ingress dev is vxlanPaul Blakey2018-06-051-10/+16
| * net: sched: return error code when tcf proto is not foundVlad Buslov2018-06-041-2/+2
| * cls_flower: Fix comparing of old filter mask with new filterPaul Blakey2018-06-041-1/+1
| * cls_flower: Fix missing free of rhashtablePaul Blakey2018-06-041-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-1/+1
| |\
| * | net: sched: split tc_ctl_tfilter into three handlersVlad Buslov2018-06-011-145/+293
| * | net: remove bypassed check in sch_direct_xmit()Song Liu2018-05-311-3/+0
| * | net: sched: mq: request stats from offloadsJakub Kicinski2018-05-291-0/+18
| * | net: sched: mq: add simple offload notificationJakub Kicinski2018-05-291-0/+19
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-1/+1
| |\ \
| * | | net_sched: switch to rcu_workCong Wang2018-05-2412-220/+84
| * | | net: sched: don't disable bh when accessing action idrVlad Buslov2018-05-221-10/+10
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-213-4/+8
| |\ \ \
| * | | | pfifo_fast: drop unneeded additional lock on dequeuePaolo Abeni2018-05-171-2/+2
| * | | | sched: replace __QDISC_STATE_RUNNING bit with a spin lockPaolo Abeni2018-05-171-0/+11
| * | | | sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni2018-05-161-22/+9
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-113-3/+7
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-12/+25
| |\ \ \ \ \
| * | | | | | net sched: Implemented get_fill_size routine for act_csum.Craig Dillabaugh2018-05-031-0/+6
| * | | | | | cls_flower: Support multiple masks per priorityPaul Blakey2018-05-011-101/+174
* | | | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-13/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |