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
/
ti
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: netcp: rework the code for get/set sw_data in dma desc
Karicheri, Muralidharan
2016-02-21
1
-17
/
+55
*
soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_data
Karicheri, Muralidharan
2016-02-21
1
-19
/
+21
*
net: ti: netcp: restore get/set_pad_info() functionality
Karicheri, Muralidharan
2016-02-21
1
-41
/
+18
*
drivers: net: cpsw-phy-sel: add dev_warn() for unsupported PHY mode
David Rivshin
2016-02-17
1
-2
/
+10
*
net: davinci_cpdma: use dma_addr_t for DMA address
Arnd Bergmann
2016-01-29
1
-6
/
+6
*
net: ti: cpmac: Fix build error due to missed API change
Guenter Roeck
2016-01-10
1
-1
/
+1
*
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
2016-01-07
1
-1
/
+1
*
phy: Add an mdio_device structure
Andrew Lunn
2016-01-07
2
-2
/
+3
*
mdio: Move allocation of interrupts into core
Andrew Lunn
2016-01-07
1
-3
/
+0
*
phy: Centralise print about attached phy
Andrew Lunn
2016-01-07
2
-6
/
+3
*
phy: add phydev_name() wrapper
Andrew Lunn
2016-01-07
3
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-31
1
-25
/
+38
|
\
|
*
drivers: net: cpsw: fix error return code
Julia Lawall
2015-12-29
1
-3
/
+7
|
*
drivers: net: cpsw: increment reference count on fixed-link PHY node
David Rivshin
2015-12-18
1
-4
/
+9
|
*
drivers: net: cpsw: fix RMII/RGMII mode when used with fixed-link PHY
David Rivshin
2015-12-18
1
-18
/
+22
|
*
ethernet:ti:cpsw: fix phy identification with multiple slaves on fixed-phy
Pascal Speck (Iktek)
2015-12-18
1
-1
/
+1
*
|
netcp: fix regression in receive processing
Arnd Bergmann
2015-12-19
1
-3
/
+7
*
|
netcp: add more __le32 annotations
Arnd Bergmann
2015-12-11
2
-5
/
+6
*
|
netcp: try to reduce type confusion in descriptors
Arnd Bergmann
2015-12-11
1
-52
/
+71
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-03
1
-0
/
+3
|
\
\
|
|
/
|
*
net: cpsw: Fix ethernet regression for dm814x
Tony Lindgren
2015-11-20
1
-0
/
+3
*
|
net: add netif_tx_napi_add()
Eric Dumazet
2015-11-18
2
-2
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-11-10
1
-0
/
+13
|
\
|
*
drivers: net: cpsw: Add support for fixed-link PHY
Markus Brunner
2015-11-04
1
-0
/
+13
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2015-11-07
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
drivers: net: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
2015-09-29
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-11-01
1
-2
/
+6
|
\
\
|
*
|
net: netcp: add missing of_node_put
Julia Lawall
2015-10-26
1
-2
/
+6
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-24
1
-4
/
+11
|
\
\
\
|
|
/
/
|
*
|
drivers: net: cpsw: add phy-handle parsing
Heiko Schocher
2015-10-21
1
-4
/
+11
*
|
|
drivers: net: cpsw: use module_platform_driver
Grygorii Strashko
2015-10-23
1
-11
/
+1
*
|
|
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-10-16
3
-3
/
+0
*
|
|
drivers/net/ethernet: make ti/cpsw-phy-sel.c explicitly non-modular
Paul Gortmaker
2015-10-09
1
-6
/
+4
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-09-26
2
-66
/
+55
|
\
\
\
|
|
/
/
|
*
|
net: netcp: fix deadlock reported by lockup detector
Karicheri, Muralidharan
2015-09-23
1
-16
/
+10
|
*
|
net: netcp: allocate buffers to desc before re-enable interrupt
Karicheri, Muralidharan
2015-09-23
1
-1
/
+1
|
*
|
net: netcp: check for interface handle in netcp_module_probe()
Karicheri, Muralidharan
2015-09-23
1
-0
/
+5
|
*
|
net: netcp: add error check to netcp_allocate_rx_buf()
Karicheri, Muralidharan
2015-09-23
1
-6
/
+7
|
*
|
net: netcp: move netcp_register_interface() to after attach module
Karicheri, Muralidharan
2015-09-23
1
-7
/
+12
|
*
|
net: netcp: remove dead code from the driver
Karicheri, Muralidharan
2015-09-23
1
-9
/
+0
|
*
|
net: netcp: ethss: fix error in calling sgmii api with incorrect offset
WingMan Kwok
2015-09-23
1
-27
/
+20
*
|
|
net: davinci_emac: Add support for fixed-link PHY
Neil Armstrong
2015-09-23
1
-2
/
+6
*
|
|
drivers: net: cpsw-common: add support for reading mac address for dra7 and a...
Mugunthan V N
2015-09-21
1
-0
/
+6
*
|
|
drivers: net: cpsw: davinci_emac: move reading mac id to common file
Mugunthan V N
2015-09-21
4
-59
/
+57
*
|
|
drivers: net: cpsw: Add support to drive gpios for ethernet to be functional
Mugunthan V N
2015-09-15
1
-0
/
+9
|
/
/
*
|
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2015-09-03
1
-0
/
+2
|
\
\
|
*
|
MIPS: Remove all the uses of custom gpio.h
Alban Bedel
2015-09-03
1
-0
/
+2
*
|
|
net: davinci_emac: fix error return code
Julia Lawall
2015-08-25
1
-1
/
+3
*
|
|
drivers: net: cpsw: add am335x errata workarround for interrutps
Mugunthan V N
2015-08-13
1
-6
/
+77
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-13
2
-23
/
+13
|
\
\
\
|
|
/
/
[next]