index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-14
fsl/fman: fix dtsec_set_tx_pause_frames
Igal Liberman
1
-4
/
+3
2016-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+5
2016-03-06
net: fec: Rename "phy-reset-active-low" property
Bernhard Walle
1
-4
/
+4
2016-03-06
gianfar: Enable eTSEC-106 erratum w/a for MPC8548E Rev2
Atsushi Nemoto
1
-1
/
+3
2016-03-03
fsl/fman: Initialize fman->dev earlier
Igal Liberman
1
-2
/
+2
2016-02-25
gianfar: fix endianness for hardware timestamp
Yangbo Lu
1
-2
/
+2
2016-02-25
gianfar_ptp: replace get_of_u32 with of_property_read_u32
Yangbo Lu
1
-20
/
+13
2016-02-24
gianfar: Remove redundant ops for do_tstamp from xmit()
Claudiu Manoil
1
-9
/
+5
2016-02-24
gianfar: Use skb_frag_t pointers inside xmit()
Claudiu Manoil
1
-9
/
+9
2016-02-24
gianfar: Map head TxBD first
Claudiu Manoil
1
-48
/
+48
2016-02-16
net: fec: Add "phy-reset-active-low" property to DT
Bernhard Walle
1
-2
/
+6
2016-02-11
net: fec: improve error handling
Troy Kisky
1
-4
/
+7
2016-02-11
net: fec: don't transfer ownership until descriptor write is complete
Troy Kisky
1
-1
/
+13
2016-02-11
net: fec: don't disable FEC_ENET_TS_TIMER interrupt
Troy Kisky
2
-1
/
+2
2016-02-11
net: fec: add variable reg_desc_active to speed things up
Troy Kisky
2
-26
/
+25
2016-02-11
net: fec: add struct bufdesc_prop
Troy Kisky
2
-185
/
+132
2016-02-11
net: fec: fix fec_enet_get_free_txdesc_num
Troy Kisky
1
-1
/
+1
2016-02-11
net: fec: fix rx error counts
Troy Kisky
1
-21
/
+15
2016-02-11
net: fec: stop the "rcv is not +last, " error messages
Troy Kisky
2
-0
/
+2
2016-01-25
net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28
Johannes Berg
2
-7
/
+4
2016-01-25
net: fec: make driver endian-safe
Johannes Berg
3
-72
/
+101
2016-01-25
82xx: FCC: Fixing a bug causing to FCC port lock-up (second try)
Martin Roth
1
-1
/
+1
2016-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+0
2016-01-15
Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-9
/
+9
2016-01-14
fsl/fman: Delete one function call "put_device" in dtsec_config()
Markus Elfring
1
-1
/
+0
2016-01-11
net: freescale: mac-fec: Fix build error from phy_device API change
Andrew Lunn
1
-1
/
+1
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 API for {un}registering an mdio device to a bus.
Andrew Lunn
1
-5
/
+2
2016-01-07
phy: Add an mdio_device structure
Andrew Lunn
5
-11
/
+11
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
5
-38
/
+4
2016-01-07
phy: Centralise print about attached phy
Andrew Lunn
1
-3
/
+1
2016-01-06
fsl/fman: double free on probe failure
Dan Carpenter
1
-1
/
+0
2016-01-06
fsl/fman: fix the pause_time test
Dan Carpenter
1
-1
/
+1
2016-01-04
fsl/fman: allow modular build
Arnd Bergmann
1
-1
/
+2
2015-12-27
fsl/fman: Add FMan MAC driver
Igal Liberman
3
-1
/
+1077
2015-12-27
fsl/fman: Add FMan Port Support
Igal Liberman
3
-1
/
+1930
2015-12-27
fsl/fman: Add FMan SP support
Igal Liberman
3
-1
/
+270
2015-12-27
fsl/fman: Add FMan MAC support
Igal Liberman
8
-1
/
+3863
2015-12-27
fsl/fman: Add FMan support
Igal Liberman
3
-1
/
+3197
2015-12-27
fsl/fman: Add FMan MURAM support
Igal Liberman
6
-0
/
+225
2015-12-22
QE: Move QE from arch/powerpc to drivers/soc
Zhao Qiang
3
-9
/
+9
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-5
/
+8
2015-12-16
82xx: FCC: Fixing a bug causing to FCC port lock-up
Martin Roth
1
-1
/
+1
2015-12-16
gianfar: Don't enable RX Filer if not supported
Hamish Martin
2
-3
/
+6
2015-12-08
net: fsl: avoid 64-bit warning on pq_mdio
Arnd Bergmann
1
-1
/
+1
2015-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-5
/
+6
2015-12-03
net: mpc52xx: Use platform_register/unregister_drivers()
Thierry Reding
1
-13
/
+9
2015-11-30
net: fsl: Fix error checking for platform_get_irq()
Mark Brown
1
-1
/
+1
2015-11-30
net: fsl: Don't use NO_IRQ to check return value of irq_of_parse_and_map()
Mark Brown
1
-3
/
+3
2015-11-24
net: fec: no need to test for the return type of of_property_read_u32
Saurabh Sengar
1
-7
/
+2
[next]