summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-2112-36/+61
|\
| * net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera2019-01-171-5/+14
| * net_sched: refetch skb protocol for each filterCong Wang2019-01-161-2/+1Star
| * net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti2019-01-161-8/+11
| * sch_cake: Correctly update parent qlen when splitting GSO packetsToke Høiland-Jørgensen2019-01-161-2/+3
| * sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen2019-01-163-3/+9
| * sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen2019-01-168-16/+23
* | net_sched: add performance counters for basic filterCong Wang2019-01-201-0/+25
* | sch_api: Change signature of qdisc_tree_reduce_backlog() to use intsToke Høiland-Jørgensen2019-01-191-2/+1Star
* | net_sched: add hit counter for matchallCong Wang2019-01-181-0/+24
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-2716-483/+1074
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-4/+3Star
| |\
| * | net: sched: simplify the qdisc_leaf codeTonghao Zhang2018-12-151-3/+1Star
| * | net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang2018-12-155-45/+33Star
| * | net/sched: Remove egdev mechanismOz Shlomo2018-12-112-267/+1Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-103-25/+25
| |\ \
| * | | net: netem: use a list in addition to rbtreePeter Oskolkov2018-12-061-20/+69
| * | | net/sched: act_tunnel_key: Don't dump dst port if it wasn't setAdi Nissim2018-12-051-1/+3
| * | | net/sched: act_tunnel_key: Allow key-less tunnelsAdi Nissim2018-12-051-10/+11
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-251-14/+22
| |\ \ \
| * | | | 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-201-0/+2
| * | | | net: sched: gred: support reporting stats from offloadsJakub Kicinski2018-11-201-0/+47
| * | | | net: sched: gred: add basic Qdisc offloadJakub Kicinski2018-11-201-0/+47
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-192-13/+21
| |\ \ \ \
| * | | | | net: sched: gred: allow manipulating per-DP RED flagsJakub Kicinski2018-11-171-1/+143
| * | | | | net: sched: gred: store red flags per virtual queueJakub Kicinski2018-11-171-6/+18
| * | | | | net: sched: gred: provide a better structured dump and expose statsJakub Kicinski2018-11-171-1/+52
| * | | | | net: sched: gred: store bytesin as a 64 bit valueJakub Kicinski2018-11-171-1/+1
| * | | | | net: sched: gred: use extack to provide more details on configuration errorsJakub Kicinski2018-11-171-11/+33
| * | | | | net: sched: gred: pass extack to nla_parse_nested()Jakub Kicinski2018-11-171-2/+2
| * | | | | net: sched: gred: separate error and non-error path in gred_change()Jakub Kicinski2018-11-171-6/+6
| * | | | | etf: Drop all expired packetsJesus Sanchez-Palencia2018-11-171-15/+21
| * | | | | etf: Split timersortedlist_erase()Jesus Sanchez-Palencia2018-11-171-15/+29
| * | | | | etf: Use cached rb_rootJesus Sanchez-Palencia2018-11-171-9/+12
| * | | | | etf: Cancel timer if there are no pending skbsJesus Sanchez-Palencia2018-11-171-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-123-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-091-0/+1
| * | | | | | net/core: use __vlan_hwaccel helpersMichał Mirosław2018-11-091-1/+1
| * | | | | | net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski2018-11-091-1/+3
| * | | | | | net: sched: red: delay destroying child qdisc on replaceJakub Kicinski2018-11-091-2/+6
| * | | | | | net: sched: refactor grafting Qdiscs with a parentJakub Kicinski2018-11-091-14/+14
| * | | | | | net: sched: add an offload graft helperJakub Kicinski2018-11-092-24/+32