index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
socionext
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ethernet: ave: Add capability of rgmii-id mode
Kunihiko Hayashi
2020-02-12
1
-0
/
+9
*
net: socionext: fix xdp_result initialization in netsec_process_rx
Lorenzo Bianconi
2020-01-27
1
-1
/
+1
*
net: socionext: fix possible user-after-free in netsec_process_rx
Lorenzo Bianconi
2020-01-27
1
-1
/
+1
*
net: convert additional drivers to use phy_do_ioctl
Heiner Kallweit
2020-01-22
1
-7
/
+1
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-19
1
-7
/
+13
|
\
|
*
net: ethernet: ave: Avoid lockdep warning
Kunihiko Hayashi
2020-01-16
1
-7
/
+13
*
|
net: socionext: get rid of huge dma sync in netsec_alloc_rx_data
Lorenzo Bianconi
2020-01-14
1
-17
/
+26
*
|
net: netsec: Change page pool nid to NUMA_NO_NODE
Ilias Apalodimas
2020-01-03
1
-1
/
+1
|
/
*
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
2019-11-04
1
-3
/
+3
*
net: netsec: Correct dma sync for XDP_TX frames
Ilias Apalodimas
2019-10-17
1
-2
/
+2
*
net: socionext: netsec: fix xdp stats accounting
Lorenzo Bianconi
2019-10-17
1
-2
/
+3
*
net: socionext: netsec: always grab descriptor lock
Lorenzo Bianconi
2019-10-01
1
-23
/
+7
*
net: socionext: ave: Avoid using netdev_err() before calling register_netdev()
Kunihiko Hayashi
2019-09-27
1
-3
/
+3
*
net: socionext: Fix a signedness bug in ave_probe()
Dan Carpenter
2019-09-27
1
-1
/
+1
*
net: netsec: Fix signedness bug in netsec_probe()
Dan Carpenter
2019-09-27
1
-1
/
+1
*
net: socionext: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-21
1
-3
/
+1
*
net: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-07-30
1
-3
/
+1
*
net: netsec: remove static declaration for netsec_set_tx_de()
Ilias Apalodimas
2019-07-09
1
-45
/
+41
*
net: netsec: remove superfluous if statement
Ilias Apalodimas
2019-07-09
1
-4
/
+4
*
net: netsec: start using buffers if page_pool registration succeeded
Ilias Apalodimas
2019-07-09
1
-8
/
+9
*
net: core: page_pool: add user refcnt and reintroduce page_pool_destroy
Ivan Khoronzhuk
2019-07-08
1
-6
/
+2
*
net: netsec: Sync dma for device on buffer allocation
Ilias Apalodimas
2019-07-08
1
-3
/
+1
*
net: netsec: Sync dma for device on buffer allocation
Ilias Apalodimas
2019-07-05
1
-0
/
+5
*
net: socionext: remove set but not used variable 'pkts'
YueHaibing
2019-07-05
1
-2
/
+1
*
net: netsec: add XDP support
Ilias Apalodimas
2019-07-01
1
-27
/
+334
*
net: netsec: Use page_pool API
Ilias Apalodimas
2019-07-01
2
-47
/
+80
*
net: netsec: remove loops in napi Rx process
Ilias Apalodimas
2019-06-19
1
-9
/
+2
*
net: netsec: initialize tx ring on ndo_open
Ilias Apalodimas
2019-06-19
1
-14
/
+18
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
2019-05-07
1
-1
/
+1
*
net: socionext: replace napi_alloc_frag with the netdev variant on init
Ilias Apalodimas
2019-04-23
1
-4
/
+7
*
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-2
/
+2
*
net: socionext: remove mmio reads on Tx
Ilias Apalodimas
2018-12-15
1
-43
/
+54
*
net: socionext: correctly recover txq after being full
Ilias Apalodimas
2018-12-15
1
-11
/
+45
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-09
1
-10
/
+14
|
\
|
*
net: ethernet: ave: Add MODULE_AUTHOR and MAINTAINERS entry
Kunihiko Hayashi
2018-11-29
1
-0
/
+1
|
*
net: ethernet: ave: Replace NET_IP_ALIGN with AVE_FRAME_HEADROOM
Kunihiko Hayashi
2018-11-29
1
-6
/
+8
|
*
net: ethernet: ave: Increase descriptors to improve performance
Kunihiko Hayashi
2018-11-29
1
-4
/
+5
*
|
net: ethernet: ave: Preserve wol state in suspend/resume sequence
Kunihiko Hayashi
2018-11-29
1
-0
/
+10
*
|
net: ethernet: ave: Set initial wol state to disabled
Kunihiko Hayashi
2018-11-29
1
-1
/
+5
*
|
net: ethernet: ave: Add suspend/resume support
Kunihiko Hayashi
2018-11-29
1
-0
/
+44
*
|
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
2018-11-11
1
-1
/
+1
*
|
net: socionext: refactor netsec_alloc_dring()
Ilias Apalodimas
2018-11-08
1
-8
/
+3
*
|
net: socionext: different approach on DMA
Ilias Apalodimas
2018-11-08
1
-99
/
+128
|
/
*
net: socionext: Reset tx queue in ndo_stop
Masahisa Kojima
2018-10-23
1
-0
/
+3
*
net: socionext: Add dummy PHY register read in phy_write()
Masahisa Kojima
2018-10-23
1
-2
/
+16
*
net: socionext: Stop PHY before resetting netsec
Masahisa Kojima
2018-10-23
1
-4
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-10-12
1
-1
/
+4
|
\
|
*
net: socionext: clear rx irq correctly
Ilias Apalodimas
2018-10-11
1
-1
/
+4
*
|
net: phy: Add helper for advertise to lcl value
Andrew Lunn
2018-10-01
1
-4
/
+1
[next]