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
/
freescale
/
ucc_geth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-18
net/ethernet/freescale: fix warning for ucc_geth
Valentin Longchamp
1
-2
/
+3
2017-04-30
net: ethernet: ucc_geth: fix MEM_PART_MURAM mode
Christophe Leroy
1
-5
/
+3
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+16
2016-11-29
net: ethernet: ucc_geth: fix fixed-link phydev leaks
Johan Hovold
1
-7
/
+16
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-08-28
net: ucc_geth: fix spelling mistake "propperty" -> "property"
Colin Ian King
1
-1
/
+1
2016-01-15
Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-4
/
+4
2016-01-11
net: freescale: ucc_geth: Fix build error from phy_device API change
Andrew Lunn
1
-1
/
+1
2016-01-07
phy: Add an mdio_device structure
Andrew Lunn
1
-2
/
+2
2015-12-22
QE: Move QE from arch/powerpc to drivers/soc
Zhao Qiang
1
-4
/
+4
2015-09-24
net: fix phy refcounting in a bunch of drivers
Russell King
1
-1
/
+7
2015-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2015-03-24
ucc_geth: Intialize link state to down before register_netdev
Cliff Clark
1
-0
/
+3
2015-03-17
net/fsl: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2014-10-20
net: ethernet: freescale: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-08-10
net: ucc_geth: fix build failure
Uwe Kleine-König
1
-2
/
+2
2014-08-07
net: ucc_geth: Don't use the MAC as PHY without a fixed link
Uwe Kleine-König
1
-7
/
+6
2014-08-07
net: ucc_geth: make probe consistently acquire a reference to the phy node
Uwe Kleine-König
1
-1
/
+1
2014-08-07
net: ucc_geth: drop acquired references in probe error path and remove
Uwe Kleine-König
1
-1
/
+8
2014-07-20
ucc_geth: remove unnecessary break after return
Fabian Frederick
1
-2
/
+0
2014-07-07
powerpc/ucc_geth: deal with a compile warning
Zhao Qiang
1
-2
/
+2
2014-05-22
ucc_geth: use the new fixed PHY helpers
Florian Fainelli
1
-3
/
+11
2014-03-24
ucc_geth: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2013-12-26
net: freescale: remove unused compare_addr()
dingtianhong
1
-5
/
+0
2013-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2013-10-09
drivers: clean-up prom.h implicit includes
Rob Herring
1
-0
/
+2
2013-10-02
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
1
-1
/
+1
2013-08-21
net: ucc_geth: remove unnecessary dev_set_drvdata()
Libo Chen
1
-1
/
+0
2013-08-20
net: ucc_geth: use platform_{get,set}_drvdata()
Libo Chen
1
-2
/
+1
2013-05-25
net: ethernet: use platform_{get,set}_drvdata()
Jingoo Han
1
-2
/
+2
2013-04-14
ucc_geth: Convert ugeth_<level> to pr_<level>
Joe Perches
1
-489
/
+392
2012-10-09
net: fix typo in freescale/ucc_geth.c
Michael Neuling
1
-1
/
+1
2012-10-07
net: remove skb recycling
Eric Dumazet
1
-23
/
+6
2012-08-30
net/freescale: do not export any functions from fsl_pq_mdio.c
Timur Tabi
1
-1
/
+0
2012-06-06
ethernet: Remove casts to same type
Joe Perches
1
-1
/
+1
2012-05-02
ucc_geth: Add 16 bytes to max TX frame for VLANs
Joakim Tjernlund
1
-3
/
+3
2012-03-29
powerpc/qe: Update the SNUM table for MPC8569 Rev2.0
Dave Liu
1
-2
/
+4
2012-03-04
ucc_geth: separate out rx/tx ring alloc and free operations
Paul Gortmaker
1
-196
/
+257
2012-02-06
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A Dalvi
1
-4
/
+3
2011-11-16
ucc_geth: Convert ENET_NUM_OCTETS_PER_ADDRESS uses to ETH_ALEN
Joe Perches
1
-1
/
+1
2011-10-31
drivers/net: Add module.h to drivers who were implicitly using it
Paul Gortmaker
1
-0
/
+1
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+1
2011-08-12
freescale: Move the Freescale drivers
Jeff Kirsher
1
-0
/
+4026