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
/
freescale
/
fec_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-09
net: fec: fix multicast filtering hardware setup
Rui Sousa
1
-14
/
+9
2016-11-15
net: fec: set mac address unconditionally
Gavin Schenk
1
-5
/
+5
2016-05-19
net: fec: only clear a queue's work bit if the queue was emptied
Uwe Kleine-König
1
-2
/
+8
2015-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2015-11-01
fec: Use gpio_set_value_cansleep()
Fabio Estevam
1
-1
/
+1
2015-09-29
net: fec: Remove unneeded FEATURES_NEED_QUIESCE definition
Fabio Estevam
1
-2
/
+1
2015-09-10
net: fec: add netif status check before set mac address
Nimrod Andy
1
-0
/
+8
2015-09-06
net: fec: normalize return value of pm_runtime_get_sync() in MDIO write
Maciej S. Szmigiero
1
-1
/
+3
2015-09-03
net: fec: clear receive interrupts before processing a packet
Russell King
1
-0
/
+1
2015-08-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2015-08-26
net: fec: use reinit_completion() in mdio accessor functions
Russell King
1
-2
/
+2
2015-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2015-08-13
net: fec: Remove unneeded use of IS_ERR_VALUE() macro
Fabio Estevam
1
-3
/
+3
2015-08-10
net: fec: fix the race between xmit and bdp reclaiming path
Kevin Hao
1
-15
/
+20
2015-08-07
net: fec: fix initial runtime PM refcount
Lucas Stach
1
-0
/
+1
2015-07-27
net: fec: Ensure clocks are enabled while using mdio bus
Andrew Lunn
1
-13
/
+76
2015-07-27
net: fec: introduce fec_ptp_stop and use in probe fail path
Lucas Stach
1
-3
/
+2
2015-07-27
net: fec: use managed DMA API functions to allocate BD ring
Lucas Stach
1
-2
/
+2
2015-07-16
Revert "net: fec: Ensure clocks are enabled while using mdio bus"
Fabio Estevam
1
-75
/
+13
2015-07-09
net: fec: Ensure clocks are enabled while using mdio bus
Andrew Lunn
1
-13
/
+75
2015-06-29
net: fec: don't access RACC register when not available
Greg Ungerer
1
-13
/
+17
2015-06-23
net: fec: init MAC prior to mii bus probe
Nimrod Andy
1
-1
/
+3
2015-05-11
net: fec: add support of ethtool get_regs
Philippe Reynes
1
-0
/
+78
2015-04-30
net: fec: Fix RGMII-ID mode
Markus Pargmann
1
-1
/
+4
2015-03-29
net: fec: setup right value for mdio hold time
Uwe Kleine-König
1
-3
/
+27
2015-03-13
Revert "net: fec: fix the warning found by dma debug"
Fabio Estevam
1
-23
/
+11
2015-03-10
net: fec: fix receive VLAN CTAG HW acceleration issue
Nimrod Andy
1
-2
/
+1
2015-03-06
net: fec: fix unbalanced clk disable on driver unbind
Stefan Agner
1
-1
/
+0
2015-03-04
net: fec: fix rcv is not last issue when do suspend/resume test
Fugang Duan
1
-1
/
+1
2015-02-05
net: fec: Delete unnecessary checks before the function call "kfree"
Markus Elfring
1
-5
/
+2
2015-01-25
net: fec: fix the warning found by dma debug
Nimrod Andy
1
-11
/
+23
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+6
2015-01-14
net: fec: fix MDIO bus assignement for dual fec SoC's
Stefan Agner
1
-4
/
+5
2015-01-09
net: fec: fix NULL pointer dereference in fec_enet_timeout_work
Hubert Feurstein
1
-0
/
+1
2014-12-31
net: fec: add Wake-on-LAN support
Nimrod Andy
1
-10
/
+94
2014-12-16
net: fec: Fix NAPI race
Nimrod Andy
1
-12
/
+7
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-12-11
net: fec: only enable mdio interrupt before phy device link up
Nimrod Andy
1
-1
/
+4
2014-12-11
net: fec: clear all interrupt events to support i.MX6SX
Nimrod Andy
1
-1
/
+1
2014-12-11
net: fec: reset fep link status in suspend function
Nimrod Andy
1
-0
/
+6
2014-12-10
net: fec: avoid kernal crash by NULL pointer when no phy connection
Nimrod Andy
1
-0
/
+2
2014-11-24
net: fec: init maximum receive buffer size for ring1 and ring2
Nimrod Andy
1
-3
/
+1
2014-11-18
net: fec: remove unused return value from swap_buffer()
Lothar Waßmann
1
-3
/
+1
2014-11-18
net: fec: simplify loop counter handling in swap_buffer()
Lothar Waßmann
1
-1
/
+1
2014-11-18
net: fec: use swab32s() instead of cpu_to_be32()
Lothar Waßmann
1
-1
/
+1
2014-11-18
net: fec: improve access to quirk flags by copying them into fec_enet_private...
Lothar Waßmann
1
-68
/
+38
2014-11-18
net: fec: change type of 'bufdesc_ex' to bool
Lothar Waßmann
1
-3
/
+1
2014-11-07
net: fec: fix regression on i.MX28 introduced by rx_copybreak support
Lothar Waßmann
1
-4
/
+19
2014-11-04
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-1
/
+0
2014-11-03
net: fec: fix suspend broken on multiple MACs sillicons
Nimrod Andy
1
-8
/
+8
[next]