aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+22
2018-11-23net/sched: act_police: add missing spinlock initializationDavide Caratti1-0/+1
2018-11-20net/sched: act_police: fix race condition on state variablesDavide Caratti1-14/+21
2018-11-20net_sched: sch_fq: avoid calling ktime_get_ns() if not neededEric Dumazet1-1/+6
2018-11-19net: sched: cls_u32: add res to offload informationJakub Kicinski1-0/+2
2018-11-19net: sched: gred: support reporting stats from offloadsJakub Kicinski1-0/+47
2018-11-19net: sched: gred: add basic Qdisc offloadJakub Kicinski1-0/+47
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+21
2018-11-16net: sched: gred: allow manipulating per-DP RED flagsJakub Kicinski1-1/+143
2018-11-16net: sched: gred: store red flags per virtual queueJakub Kicinski1-6/+18
2018-11-16net: sched: gred: provide a better structured dump and expose statsJakub Kicinski1-1/+52
2018-11-16net: sched: gred: store bytesin as a 64 bit valueJakub Kicinski1-1/+1
2018-11-16net: sched: gred: use extack to provide more details on configuration errorsJakub Kicinski1-11/+33
2018-11-16net: sched: gred: pass extack to nla_parse_nested()Jakub Kicinski1-2/+2
2018-11-16net: sched: gred: separate error and non-error path in gred_change()Jakub Kicinski1-6/+6
2018-11-16etf: Drop all expired packetsJesus Sanchez-Palencia1-15/+21
2018-11-16etf: Split timersortedlist_erase()Jesus Sanchez-Palencia1-15/+29
2018-11-16etf: Use cached rb_rootJesus Sanchez-Palencia1-9/+12
2018-11-16etf: Cancel timer if there are no pending skbsJesus Sanchez-Palencia1-1/+3
2018-11-16net/sched: act_pedit: fix memory leak when IDR allocation failsDavide Caratti1-1/+2
2018-11-15net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flowsEric Dumazet1-12/+19
2018-11-15net: sched: cls_flower: Classify packets using port rangesAmritha Nambiar1-6/+149
2018-11-14net: sched: red: notify drivers about RED's limit parameterJakub Kicinski1-0/+1
2018-11-14net: sched: mq: offload a graft notificationJakub Kicinski1-0/+9
2018-11-14net: sched: red: offload a graft notificationJakub Kicinski1-0/+17
2018-11-14net: sched: provide notification for graft on rootJakub Kicinski1-0/+17
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+15
2018-11-11net_sched: sch_fq: add dctcp-like markingEric Dumazet1-0/+21
2018-11-11act_mirred: clear skb->tstamp on redirectEric Dumazet2-10/+2
2018-11-11net: sched: register callbacks for indirect tc block bindsJohn Hurley1-1/+255
2018-11-10net: sched: cls_flower: validate nested enc_opts_policy to avoid warningJakub Kicinski1-1/+13
2018-11-08net: sched: red: inform offloads about harddrop settingJakub Kicinski1-0/+1
2018-11-08net/core: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-11-08net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski1-1/+3
2018-11-08net: sched: red: delay destroying child qdisc on replaceJakub Kicinski1-2/+6
2018-11-08net: sched: refactor grafting Qdiscs with a parentJakub Kicinski1-14/+14
2018-11-08net: sched: add an offload graft helperJakub Kicinski2-24/+32
2018-11-08net: sched: set TCQ_F_OFFLOADED flag for MQJakub Kicinski1-6/+3
2018-11-08net: sched: red: remove unnecessary red_dump_offload_stats parameterJakub Kicinski1-2/+2
2018-11-08net: sched: add an offload dump helperJakub Kicinski3-31/+23
2018-10-28net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski1-1/+1
2018-10-24net: sched: Remove TCA_OPTIONS from policyDavid Ahern1-1/+0
2018-10-22net/sched: act_police: disallow 'goto chain' on fallback control actionDavide Caratti1-2/+10
2018-10-22net/sched: act_gact: disallow 'goto chain' on fallback control actionDavide Caratti1-0/+5
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+13
2018-10-18net: sched: Fix for duplicate class dumpPhil Sutter1-1/+2
2018-10-15net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()Eric Dumazet1-1/+1
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet1-8/+12
2018-10-15net/sched: cls_api: add missing validation of netlink attributesDavide Caratti2-9/+12
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+4