summaryrefslogtreecommitdiff
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell2018-11-192-5/+5
|\
| * net/sched: Replace call_rcu_bh() and rcu_barrier_bh()Paul E. McKenney2018-11-132-5/+5
* | Merge remote-tracking branch 'net-next/master'Stephen Rothwell2018-11-1910-142/+860
|\ \
| * | net: sched: gred: allow manipulating per-DP RED flagsJakub Kicinski2018-11-161-1/+143
| * | net: sched: gred: store red flags per virtual queueJakub Kicinski2018-11-161-6/+18
| * | net: sched: gred: provide a better structured dump and expose statsJakub Kicinski2018-11-161-1/+52
| * | net: sched: gred: store bytesin as a 64 bit valueJakub Kicinski2018-11-161-1/+1
| * | net: sched: gred: use extack to provide more details on configuration errorsJakub Kicinski2018-11-161-11/+33
| * | net: sched: gred: pass extack to nla_parse_nested()Jakub Kicinski2018-11-161-2/+2
| * | net: sched: gred: separate error and non-error path in gred_change()Jakub Kicinski2018-11-161-6/+6
| * | etf: Drop all expired packetsJesus Sanchez-Palencia2018-11-161-15/+21
| * | etf: Split timersortedlist_erase()Jesus Sanchez-Palencia2018-11-161-15/+29
| * | etf: Use cached rb_rootJesus Sanchez-Palencia2018-11-161-9/+12
| * | etf: Cancel timer if there are no pending skbsJesus Sanchez-Palencia2018-11-161-1/+3
| * | net: sched: cls_flower: Classify packets using port rangesAmritha Nambiar2018-11-151-6/+149
| * | net: sched: red: notify drivers about RED's limit parameterJakub Kicinski2018-11-141-0/+1
| * | net: sched: mq: offload a graft notificationJakub Kicinski2018-11-141-0/+9
| * | net: sched: red: offload a graft notificationJakub Kicinski2018-11-141-0/+17
| * | net: sched: provide notification for graft on rootJakub Kicinski2018-11-141-0/+17
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-113-11/+15
| |\ \
| * | | net_sched: sch_fq: add dctcp-like markingEric Dumazet2018-11-111-0/+21
| * | | net: sched: register callbacks for indirect tc block bindsJohn Hurley2018-11-111-1/+255
| * | | net: sched: red: inform offloads about harddrop settingJakub Kicinski2018-11-081-0/+1
| * | | net/core: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-1/+1
| * | | net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski2018-11-081-1/+3
| * | | net: sched: red: delay destroying child qdisc on replaceJakub Kicinski2018-11-081-2/+6
| * | | net: sched: refactor grafting Qdiscs with a parentJakub Kicinski2018-11-081-14/+14
| * | | net: sched: add an offload graft helperJakub Kicinski2018-11-082-24/+32
| * | | net: sched: set TCQ_F_OFFLOADED flag for MQJakub Kicinski2018-11-081-6/+3
| * | | net: sched: red: remove unnecessary red_dump_offload_stats parameterJakub Kicinski2018-11-081-2/+2
| * | | net: sched: add an offload dump helperJakub Kicinski2018-11-083-31/+23
| | |/ | |/|
* | | net/sched: act_pedit: fix memory leak when IDR allocation failsDavide Caratti2018-11-161-1/+2
* | | net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flowsEric Dumazet2018-11-151-12/+19
| |/ |/|
* | act_mirred: clear skb->tstamp on redirectEric Dumazet2018-11-112-10/+2
* | net: sched: cls_flower: validate nested enc_opts_policy to avoid warningJakub Kicinski2018-11-101-1/+13
|/
* net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski2018-10-281-1/+1
* net: sched: Remove TCA_OPTIONS from policyDavid Ahern2018-10-241-1/+0
* net/sched: act_police: disallow 'goto chain' on fallback control actionDavide Caratti2018-10-221-2/+10
* net/sched: act_gact: disallow 'goto chain' on fallback control actionDavide Caratti2018-10-221-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-192-10/+13
|\
| * net: sched: Fix for duplicate class dumpPhil Sutter2018-10-181-1/+2
| * net/sched: cls_api: add missing validation of netlink attributesDavide Caratti2018-10-152-9/+12
* | net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()Eric Dumazet2018-10-151-1/+1
* | net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-151-8/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-122-4/+4
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-121-5/+5
| |\
| | * net: sched: cls_u32: fix hnode refcountingAl Viro2018-10-071-5/+5
| * | Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-111-1/+1
| |\ \ | | |/ | |/|
| | * treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-1/+1
* | | net: sched: avoid writing on noop_qdiscEric Dumazet2018-10-101-2/+12