summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: flower: insert new filter to idr after setting its maskVlad Buslov2019-03-191-21/+22
* net: sched: put back q.qlen into a single locationEric Dumazet2019-03-101-7/+6
* net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan2019-02-281-3/+7
* net: sched: act_tunnel_key: fix NULL pointer dereference during initVlad Buslov2019-02-251-1/+2
* net/sched: act_skbedit: fix refcount leak when replace failsDavide Caratti2019-02-241-2/+1
* net/sched: act_ipt: fix refcount leak when replace failsDavide Caratti2019-02-241-2/+1
* net_sched: fix two more memory leaks in cls_tcindexCong Wang2019-02-121-9/+7
* net_sched: fix a memory leak in cls_tcindexCong Wang2019-02-121-16/+30
* net_sched: fix a race condition in tcindex_destroy()Cong Wang2019-02-121-7/+11
* Documentation: bring operstate documentation up-to-dateJouke Witteveen2019-02-111-1/+1
* net: cls_flower: Remove filter from mask before freeing itPetr Machata2019-02-041-1/+5
* 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/+1
* net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti2019-01-151-8/+11
* sch_cake: Correctly update parent qlen when splitting GSO packetsToke Høiland-Jørgensen2019-01-151-2/+3
* sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen2019-01-153-3/+9
* sched: Avoid dereferencing skb pointer after child enqueueToke Høiland-Jørgensen2019-01-158-16/+23
* 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/+3
| |\
| * | net: sched: simplify the qdisc_leaf codeTonghao Zhang2018-12-151-3/+1
| * | net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang2018-12-145-45/+33
| * | net/sched: Remove egdev mechanismOz Shlomo2018-12-102-267/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-093-25/+25
| |\ \
| * | | 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: 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: 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
OpenPOWER on IntegriCloud