Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1419290
| From | John Crispin <john@phrozen.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V2 00/11] net: mediatek: various small fixes |
| Date | 2016-06-10 13:40 +0200 |
| Message-ID | <rIsX8-3Yr-9@gated-at.bofh.it> (permalink) |
| References | <rIsNs-3Vg-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 10/06/2016 13:27, John Crispin wrote: > This series contains various small fixes that we stumbled across while > doing thorough testing and code level reviewing of the driver. The only > patch that sticks out is the first one, which addresses a DQL related > issue. The rest are just minor fixes. > Hi David, i forgot to remove the last sentence here. can you live with that as it wont end up in the git history or do you want me to send a V3 with this line removed. John > Changes in V2: > * drop the DQL patch from the list until a better solution is found > > John Crispin (11): > net: mediatek: add missing return code check > net: mediatek: fix missing free of scratch memory > net: mediatek: invalid buffer lookup in mtk_tx_map() > net: mediatek: dropped rx packets are not being counted properly > net: mediatek: add next data pointer coherency protection > net: mediatek: disable all interrupts during probe > net: mediatek: fix threshold value > net: mediatek: increase watchdog_timeo > net: mediatek: fix off by one in the TX ring allocation > net: mediatek: only wake the queue if it is stopped > net: mediatek: remove superfluous queue wake up call > > drivers/net/ethernet/mediatek/mtk_eth_soc.c | 61 ++++++++++++++++++--------- > drivers/net/ethernet/mediatek/mtk_eth_soc.h | 3 ++ > 2 files changed, 45 insertions(+), 19 deletions(-) >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V2 00/11] net: mediatek: various small fixes John Crispin <john@phrozen.org> - 2016-06-10 13:40 +0200
[PATCH V2 05/11] net: mediatek: add next data pointer coherency protection John Crispin <john@phrozen.org> - 2016-06-10 13:40 +0200
[PATCH V2 06/11] net: mediatek: disable all interrupts during probe John Crispin <john@phrozen.org> - 2016-06-10 13:40 +0200
Re: [PATCH V2 00/11] net: mediatek: various small fixes John Crispin <john@phrozen.org> - 2016-06-10 13:40 +0200
Re: [PATCH V2 00/11] net: mediatek: various small fixes David Miller <davem@davemloft.net> - 2016-06-10 19:50 +0200
Re: [PATCH V2 00/11] net: mediatek: various small fixes John Crispin <john@phrozen.org> - 2016-06-10 20:00 +0200
[PATCH V2 10/11] net: mediatek: only wake the queue if it is stopped John Crispin <john@phrozen.org> - 2016-06-10 13:40 +0200
[PATCH V2 01/11] net: mediatek: add missing return code check John Crispin <john@phrozen.org> - 2016-06-10 13:40 +0200
[PATCH V2 04/11] net: mediatek: dropped rx packets are not being counted properly John Crispin <john@phrozen.org> - 2016-06-10 13:40 +0200
Re: [PATCH V2 00/11] net: mediatek: various small fixes David Miller <davem@davemloft.net> - 2016-06-11 08:40 +0200
csiph-web