summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: netem: use a list in addition to rbtreePeter Oskolkov2018-12-051-20/+69
* net/sched: act_tunnel_key: Don't dump dst port if it wasn't setAdi Nissim2018-12-041-1/+3
* net/sched: act_tunnel_key: Allow key-less tunnelsAdi Nissim2018-12-041-10/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-241-14/+22
|\
| * net/sched: act_police: add missing spinlock initializationDavide Caratti2018-11-231-0/+1
| * net/sched: act_police: fix race condition on state variablesDavide Caratti2018-11-201-14/+21
* | net_sched: sch_fq: avoid calling ktime_get_ns() if not neededEric Dumazet2018-11-201-1/+6
* | net: sched: cls_u32: add res to offload informationJakub Kicinski2018-11-191-0/+2
* | net: sched: gred: support reporting stats from offloadsJakub Kicinski2018-11-191-0/+47
* | net: sched: gred: add basic Qdisc offloadJakub Kicinski2018-11-191-0/+47
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-192-13/+21
|\|
| * 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
* | 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
|\|
| * 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: 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: 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