index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-01
ethernet: ti: davinci_emac: add missing of_node_put after calling of_parse_ph...
Peter Chen
1
-0
/
+1
2016-07-30
drivers: net: cpsw: use of_platform_depopulate()
Grygorii Strashko
1
-10
/
+1
2016-07-30
drivers: net: cpsw: fix wrong regs access in cpsw_remove
Grygorii Strashko
1
-1
/
+9
2016-07-30
net: ethernet: ti: cpdma: fix lockup in cpdma_ctlr_destroy()
Grygorii Strashko
1
-3
/
+0
2016-07-25
net: davinci_cpdma: remove excessive dump of register values to kernel log
Uwe Kleine-König
3
-219
/
+0
2016-07-20
net: cpmac: fix error handling of cpmac_probe()
Wei Yongjun
1
-3
/
+2
2016-07-19
net: ti: cpmac: Use the correct function to free some resources.
Christophe Jaillet
1
-1
/
+3
2016-07-16
net: cpsw: make TI_CPSW_PHY_SEL invisible
Uwe Kleine-König
1
-2
/
+1
2016-07-15
net: ethernet: ti: cpmac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-21
/
+2
2016-07-15
net: ethernet: ti: cpmac: use phydev from struct net_device
Philippe Reynes
1
-26
/
+20
2016-07-02
net: ethernet: davinci_emac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-37
/
+2
2016-07-02
net: ethernet: davinci_emac: use phydev from struct net_device
Philippe Reynes
1
-34
/
+27
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+0
2016-06-29
net: ethernet: ti: cpdma: switch to use genalloc
Grygorii Strashko
1
-72
/
+59
2016-06-28
drivers: net: davinci_mdio: enable pm runtime auto for ti cpsw-mdio
Grygorii Strashko
1
-11
/
+34
2016-06-28
drivers: net: davinci_mdio: implement pm runtime auto mode
Grygorii Strashko
1
-9
/
+39
2016-06-28
drivers: net: davinci_mdio: add pm runtime callbacks
Grygorii Strashko
1
-4
/
+27
2016-06-28
drivers: net: davinci_mdio: split reset function on init_clk and enable
Grygorii Strashko
1
-7
/
+14
2016-06-28
drivers: net: davinci_mdio: drop suspended and lock fields from mdio_data
Grygorii Strashko
1
-30
/
+0
2016-06-28
drivers: net: davinci_mdio: remove pm runtime calls from suspend callbacks
Grygorii Strashko
1
-3
/
+0
2016-06-28
drivers: net: davinci_mdio: do pm runtime initialization later in probe
Grygorii Strashko
1
-9
/
+6
2016-06-28
drivers: net: cpsw: ndev: fix accessing to suspended device
Grygorii Strashko
1
-3
/
+30
2016-06-28
drivers: net: cpsw: ethtool: fix accessing to suspended device
Grygorii Strashko
1
-1
/
+26
2016-06-28
drivers: net: cpsw: remove pm runtime calls from suspend callbacks
Grygorii Strashko
1
-4
/
+0
2016-06-28
drivers: net: cpsw: check return code from pm runtime calls
Grygorii Strashko
1
-2
/
+10
2016-06-28
drivers: net: cpsw: fix suspend when all ethX devices are down
Grygorii Strashko
1
-2
/
+1
2016-06-23
ti_cpsw: Check for disabled child nodes
Ben Hutchings
1
-1
/
+1
2016-06-17
net: ethernet: ti: cpsw: remove rx_descs property
Ivan Khoronzhuk
4
-11
/
+10
2016-06-16
net: tlan: don't set unused function argument
Arnd Bergmann
1
-1
/
+0
2016-06-12
net: ethernet: ti: cpsw: use destroy ctlr to destroy channels
Ivan Khoronzhuk
1
-4
/
+0
2016-06-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-06-03
net: ethernet: ti: cpsw: remove unused priv lock
Ivan Khoronzhuk
1
-3
/
+0
2016-06-03
net: ethernet: ti: cpsw: fix rx-usecs interrupt pacing consistency
Ivan Khoronzhuk
1
-1
/
+1
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
3
-4
/
+4
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-32
/
+41
2016-04-28
drivers: net: cpsw: use of_phy_connect() in fixed-link case
David Rivshin
1
-10
/
+1
2016-04-28
drivers: net: cpsw: don't ignore phy-mode if phy-handle is used
David Rivshin
1
-2
/
+8
2016-04-28
drivers: net: cpsw: fix segfault in case of bad phy-handle
David Rivshin
1
-13
/
+22
2016-04-28
drivers: net: cpsw: fix parsing of phy-handle DT property in dual_emac config
David Rivshin
2
-7
/
+7
2016-04-28
net: ethernet: davinci_emac: Fix devioctl while in fixed link
Neil Armstrong
1
-1
/
+4
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+3
2016-04-21
net: ethernet: davinci_emac: Fix platform_data overwrite
Neil Armstrong
1
-2
/
+0
2016-04-21
net: ethernet: davinci_emac: Fix Unbalanced pm_runtime_enable
Neil Armstrong
1
-0
/
+1
2016-04-21
drivers: net: cpsw: fix wrong regs access in cpsw_ndo_open
Grygorii Strashko
1
-2
/
+2
2016-04-20
Revert "Prevent NUll pointer dereference with two PHYs on cpsw"
Andrew Goodbody
1
-16
/
+15
2016-04-15
cpsw: Prevent NUll pointer dereference with two PHYs
Andrew Goodbody
1
-15
/
+16
2016-04-11
drivers: net: cpsw: drop host_port field from struct cpsw_priv
Grygorii Strashko
1
-18
/
+12
2016-04-11
drivers: net: cpsw: fix port_mask parameters in ale calls
Grygorii Strashko
1
-13
/
+9
2016-03-03
net: relax setup_tc ndo op handle restriction
John Fastabend
1
-1
/
+1
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-46
/
+71
[next]