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
/
fec_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2018-01-05
net: fec: free/restore resource in related probe error pathes
Fugang Duan
1
-2
/
+2
2018-01-03
net: fec: defer probe if regulator is not ready
Fugang Duan
1
-0
/
+4
2018-01-03
net: fec: restore dev_id in the cases of probe error
Fugang Duan
1
-0
/
+1
2017-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+6
2017-12-27
net: fec: unmap the xmit buffer that are not transferred by DMA
Fugang Duan
1
-0
/
+6
2017-12-13
net: fec: add phy_reset_after_clk_enable() support
Richard Leitner
1
-0
/
+20
2017-11-08
net: fec: Let fec_ptp have its own interrupt routine
Troy Kisky
1
-9
/
+22
2017-09-20
net: fec: return IRQ_HANDLED if fec_ptp_check_pps_event handled it
Troy Kisky
1
-2
/
+2
2017-09-20
net: fec: only check queue 0 if RXF_0/TXF_0 interrupt is set
Troy Kisky
1
-2
/
+2
2017-08-23
net: define the TSO header size in net/tso.h
Antoine Ténart
1
-1
/
+0
2017-07-30
net: fec: Allow reception of frames bigger than 1522 bytes
Andrew Lunn
1
-3
/
+5
2017-07-30
net: fec: Issue error for missing but expected PHY
Andrew Lunn
1
-1
/
+3
2017-06-10
net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272
Fabio Estevam
1
-0
/
+4
2017-06-07
net: fec: Clear and enable MIB counters on imx51
Andrew Lunn
1
-3
/
+24
2017-05-24
net: fec: add post PHY reset delay DT property
Quentin Schulz
1
-1
/
+15
2017-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2017-04-11
net: fec: add ERR007885 for i.MX6ul enet IP
Fugang Duan
1
-2
/
+3
2017-04-11
net: fec: correct the errata number comment typo
Fugang Duan
1
-1
/
+1
2017-04-11
net: fec: add phy-reset-gpios PROBE_DEFER check
Fugang Duan
1
-8
/
+18
2017-04-11
net: fec: pass ->dev to dma_alloc__coherent() API
Fugang Duan
1
-2
/
+2
2017-04-11
net: fec: avoid BD pointer type cast to 32bit
Fugang Duan
1
-2
/
+2
2017-04-11
net: fec: add return value check after calling .of_property_read_u32()
Fugang Duan
1
-2
/
+2
2017-03-24
net: fec: Fix typo in error msg and comment
Peter Meerwald-Stadler
1
-2
/
+2
2017-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+9
2017-02-14
net: fec: fix multicast filtering hardware setup
Rui Sousa
1
-14
/
+9
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2016-12-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+10
2016-12-06
net: fec: fix compile with CONFIG_M5272
Nikita Yushchenko
1
-3
/
+10
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+24
2016-11-30
net: fec: cache statistics while device is down
Nikita Yushchenko
1
-4
/
+19
2016-11-29
net: ethernet: fec: fix fixed-link phydev leaks
Johan Hovold
1
-0
/
+5
2016-11-15
net: fec: Utilize phy_ethtool_nway_reset
Florian Fainelli
1
-11
/
+1
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2016-10-23
net: fec: Call swap_buffer() prior to IP header alignment
Fabio Estevam
1
-3
/
+3
2016-10-20
net: fec: drop check for clk==NULL before calling clk_*
Uwe Kleine-König
1
-14
/
+11
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2016-10-03
net: fec: set mac address unconditionally
Gavin Schenk
1
-7
/
+5
2016-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+12
2016-09-27
net: fec: align IP header in hardware
Eric Nelson
1
-1
/
+10
2016-09-27
net: fec: remove QUIRK_HAS_RACC from i.mx27
Eric Nelson
1
-1
/
+1
2016-09-27
net: fec: remove QUIRK_HAS_RACC from i.mx25
Eric Nelson
1
-1
/
+1
2016-08-13
net: fix up a few missing hashtable.h conflict resolutions
Jiri Kosina
1
-3
/
+3
2016-08-01
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
1
-0
/
+12
2016-07-05
Merge tag 'imx-soc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...
Olof Johansson
1
-0
/
+12
2016-06-27
net: fec: use a more proper compatible string for i.MX6UL type device
Fugang Duan
1
-0
/
+8
2016-06-27
net: fec: add interrupt coalesc quirk flag
Fugang Duan
1
-10
/
+9
2016-06-12
net: fec: handle small PHY reset durations more precisely
Stefan Wahren
1
-1
/
+6
2016-06-12
ARM: imx6: disable deeper idle states when FEC is active w/o HW workaround
Lucas Stach
1
-0
/
+12
2016-06-07
net: fec: fix spelling mistakes and add missing newline
Colin Ian King
1
-4
/
+4
[next]