index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
/
cpsw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-07
phy: Add an mdio_device structure
Andrew Lunn
1
-1
/
+2
2016-01-07
phy: Centralise print about attached phy
Andrew Lunn
1
-2
/
+2
2015-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-25
/
+38
2015-12-29
drivers: net: cpsw: fix error return code
Julia Lawall
1
-3
/
+7
2015-12-18
drivers: net: cpsw: increment reference count on fixed-link PHY node
David Rivshin
1
-4
/
+9
2015-12-18
drivers: net: cpsw: fix RMII/RGMII mode when used with fixed-link PHY
David Rivshin
1
-18
/
+22
2015-12-18
ethernet:ti:cpsw: fix phy identification with multiple slaves on fixed-phy
Pascal Speck (Iktek)
1
-1
/
+1
2015-11-18
net: add netif_tx_napi_add()
Eric Dumazet
1
-1
/
+1
2015-11-04
drivers: net: cpsw: Add support for fixed-link PHY
Markus Brunner
1
-0
/
+13
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+11
2015-10-23
drivers: net: cpsw: use module_platform_driver
Grygorii Strashko
1
-11
/
+1
2015-10-21
drivers: net: cpsw: add phy-handle parsing
Heiko Schocher
1
-4
/
+11
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
1
-1
/
+0
2015-09-21
drivers: net: cpsw: davinci_emac: move reading mac id to common file
Mugunthan V N
1
-7
/
+4
2015-09-15
drivers: net: cpsw: Add support to drive gpios for ethernet to be functional
Mugunthan V N
1
-0
/
+9
2015-08-13
drivers: net: cpsw: add am335x errata workarround for interrutps
Mugunthan V N
1
-6
/
+77
2015-08-06
drivers: net: cpsw: add separate napi for tx
Mugunthan V N
1
-13
/
+31
2015-08-06
drivers: net: cpsw: dual_emac: simplify napi usage
Mugunthan V N
1
-17
/
+9
2015-08-06
drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from c...
Mugunthan V N
1
-25
/
+2
2015-07-21
drivers: net: cpsw: remove tx event processing in rx napi poll
Mugunthan V N
1
-6
/
+3
2015-07-09
drivers: net: cpsw: fix disabling of tx interrupt in rx isr
Mugunthan V N
1
-16
/
+3
2015-07-08
drivers: net: cpsw: fix crash while accessing second slave ethernet interface
Mugunthan V N
1
-2
/
+4
2015-05-25
net: cpsw: remove redundant calls disabling dma interrupts.
Richard Cochran
1
-3
/
+0
2015-05-25
net: cpsw: remove redundant calls enabling dma interrupts.
Richard Cochran
1
-2
/
+0
2015-05-25
net: cpsw: fix misplaced break statements.
Richard Cochran
1
-2
/
+2
2015-03-08
ethernet: codespell comment spelling fixes
Joe Perches
1
-1
/
+1
2015-03-01
net: ti: cpsw: add hibernation callbacks
Grygorii Strashko
1
-4
/
+3
2015-02-28
drivers: net: cpsw: Set SECURE for dual_emac ucast
George McCollister
1
-1
/
+1
2015-01-30
net: cpsw: Add a minimal cpsw-common module for shared code
Tony Lindgren
1
-33
/
+2
2015-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+39
2015-01-26
drivers: net: cpsw: discard dual emac default vlan configuration
Mugunthan V N
1
-0
/
+22
2015-01-19
net: ethernet: ti: cpsw: fix buld break when NET_POLL_CONTROLLER
Felipe Balbi
1
-2
/
+2
2015-01-18
net: ethernet: cpsw: don't requests IRQs we don't use
Felipe Balbi
1
-39
/
+33
2015-01-18
net: ethernet: cpsw: unroll IRQ request loop
Felipe Balbi
1
-15
/
+47
2015-01-15
drivers: net: cpsw: fix cpsw hung with add vlan using vconfig
Mugunthan V N
1
-10
/
+17
2015-01-13
drivers: net: cpsw: fix multicast flush in dual emac mode
Mugunthan V N
1
-2
/
+9
2015-01-04
net: ethernet: cpsw: fix hangs with interrupts
Felipe Balbi
1
-11
/
+8
2014-11-16
drivers: net: cpsw: Fix TX_IN_SEL offset
John Ogness
1
-3
/
+3
2014-10-31
drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch mode
Lennart Sorensen
1
-2
/
+18
2014-10-31
drivers: net: cpsw: Fix broken loop condition in switch mode
Lennart Sorensen
1
-5
/
+5
2014-10-28
drivers: net:cpsw: fix probe_dt when only slave 1 is pinned out
Mugunthan V N
1
-9
/
+9
2014-10-14
drivers: net: cpsw: remove child devices while driver detach
Mugunthan V N
1
-0
/
+10
2014-09-30
net: cpsw: Add am33xx MACID readout
Markus Pargmann
1
-1
/
+41
2014-09-30
net: cpsw: Replace pr_err by dev_err
Markus Pargmann
1
-1
/
+1
2014-09-30
net: cpsw: Add missing return value
Markus Pargmann
1
-0
/
+1
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+47
2014-09-13
drivers: net: cpsw: dual_emac: in suspend/resume bring down/up all the netdev
Mugunthan V N
1
-5
/
+24
2014-09-10
drivers: net: cpsw: dual_emac: fix reducing of rx descriptor during ifdown
Mugunthan V N
1
-0
/
+23
2014-09-09
ethernet: ti: remove unwanted THIS_MODULE macro
Varka Bhadram
1
-1
/
+0
2014-09-08
drivers: net: cpsw: Add support for pause frames
Mugunthan V N
1
-0
/
+37
[next]