index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ibm
/
emac
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+9
2018-01-25
net/ibm/emac: wrong bit is used for STA control register write
Ivan Mikhaylov
1
-1
/
+1
2018-01-25
net/ibm/emac: add 8192 rx/tx fifo size
Ivan Mikhaylov
2
-0
/
+8
2017-12-21
net: ibm: emac: support RGMII-[RX|TX]ID phymode
Christian Lamparter
2
-4
/
+7
2017-12-21
net: ibm: emac: replace custom PHY_MODE_* macros
Christian Lamparter
5
-57
/
+44
2017-12-21
net: ibm: emac: replace custom rgmii_mode_name with phy_modes
Christian Lamparter
1
-19
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-20
net: emac: Fix napi poll list corruption
Christian Lamparter
1
-2
/
+1
2017-08-21
net: ibm: emac: Fix some error handling path in 'emac_probe()'
Christophe Jaillet
2
-9
/
+4
2017-07-24
net: Convert to using %pOF instead of full_name
Rob Herring
6
-63
/
+47
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-27
/
+40
2017-06-08
drivers: net: emac: add const to mii_phy_ops structures
Bhumika Goyal
1
-6
/
+6
2017-06-08
net: emac: fix and unify emac_mdio functions
Christian Lamparter
1
-23
/
+18
2017-06-08
net: emac: fix reset timeout with AR8035 phy
Christian Lamparter
1
-4
/
+22
2017-04-07
net: emac: Use net_device_stats from struct net_device
Tobias Klauser
2
-2
/
+1
2017-04-05
net: ibm: emac: remove unused sysrq handler for 'c' key
Eric Biggers
5
-305
/
+0
2017-03-09
net: ibm: emac: fix regression caused by emac_dt_phy_probe()
Christian Lamparter
1
-8
/
+17
2017-02-22
net: emac: add support for device-tree based PHY discovery and setup
Christian Lamparter
3
-7
/
+252
2017-02-06
ibm/emac: use napi_complete_done()
Eric Dumazet
1
-9
/
+9
2017-01-09
net: ibm: emac: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-30
/
+40
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-18
ethernet/ibm: use core min/max MTU checking
Jarod Wilson
1
-4
/
+5
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+32
2016-09-16
net/ibm/emac: add mutex to 'set multicast list'
Ivan Mikhaylov
1
-0
/
+3
2016-09-16
net/ibm/emac: add set mac addr callback
Ivan Mikhaylov
1
-2
/
+29
2016-09-13
net: Remove NO_IRQ from powerpc-only network drivers
Michael Ellerman
2
-8
/
+7
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
1
-2
/
+2
2016-05-04
drivers: net: emac: add Atheros AR8035 phy initialization code
Christian Lamparter
1
-0
/
+26
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
1
-1
/
+0
2015-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2015-09-29
net/ibm/emac: bump version numbers for correct work with ethtool
Ivan Mikhaylov
1
-3
/
+3
2015-09-23
net/ibm/emac: fix type of phy_mode
Andrzej Hajda
1
-1
/
+1
2015-06-12
net/ibm/emac: use swap() in emac_make_bootlist()
Fabian Frederick
1
-7
/
+3
2015-05-25
net/ibm/emac: fix size of emac dump memory areas
Ivan Mikhaylov
2
-15
/
+8
2015-04-16
Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
1
-10
/
+2
2015-03-17
IBM-EMAC: constify of_device_id array
Fabian Frederick
5
-5
/
+5
2015-03-17
powerpc: Remove duplicate cacheable_memcpy/memzero functions
Kyle Moffett
1
-10
/
+2
2015-02-05
IBM-EMAC: Delete an unnecessary check before the function call "of_dev_put"
Markus Elfring
1
-1
/
+1
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-5
/
+0
2014-11-21
IBM-EMAC: Deletion of unnecessary checks before the function call "of_dev_put"
Markus Elfring
1
-16
/
+8
2014-10-20
net: ethernet: ibm: emac: drop owner assignment from platform_drivers
Wolfram Sang
5
-5
/
+0
2014-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-16
/
+12
2014-05-31
emac: aggregation of v1-2 PLB errors for IER register
Ivan Mikhaylov
2
-16
/
+9
2014-05-31
emac: add missing support of 10mbit in emac/rgmii
Ivan Mikhaylov
1
-0
/
+3
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
5
-33
/
+33
2013-11-12
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-0
/
+6
2013-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+8
[next]