index
:
~hwentland/linux
4.15-rc1-fixes
amd-staging-dc-4.9
amd-staging-dc-drm-next
dc-drm-next-atomic
dc-drm-next-atomic-dev
dc-drm-next-atomic-wip
drm-fixes-4.16
drm-next-amd-dc-staging
mdvsync
Harry's kernel tree tracking AMD DC work
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
fec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-25
net: fec: build fec.c and fec_ptp.c to one module
Frank Li
1
-1966
/
+0
2013-03-20
net: fec: make local function fec_poll_controller() static
Wei Yongjun
1
-1
/
+1
2013-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+19
2013-03-20
net: fec: Define indexes as 'unsigned int'
Fabio Estevam
1
-3
/
+3
2013-03-15
drivers:net: Remove dma_alloc_coherent OOM messages
Joe Perches
1
-4
/
+2
2013-03-15
net: fec: fix missing napi_disable call
Georg Hofmann
1
-0
/
+1
2013-03-15
net: fec: restart the FEC when PHY speed changes
Lucas Stach
1
-11
/
+15
2013-03-12
fec: Use devm_request_and_ioremap()
Fabio Estevam
1
-18
/
+3
2013-03-12
fec: Remove unused pci header
Fabio Estevam
1
-1
/
+0
2013-03-09
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Joe Perches
1
-2
/
+0
2013-03-04
net: fec: put tx to napi poll function to fix dead lock
Frank Li
1
-44
/
+41
2013-02-22
net: fec: Fix division by zero
Fabio Estevam
1
-34
/
+34
2013-02-21
net: fec: Ensure that initialization is done prior to request_irq()
Fabio Estevam
1
-15
/
+15
2013-02-19
net: fec: Do a sanity check on the gpio number
Fabio Estevam
1
-1
/
+4
2013-02-07
net: fec: correct fix method about miss init spinlock
Frank Li
1
-4
/
+3
2013-02-04
net: fec: fix miss init spinlock
Frank Li
1
-0
/
+1
2013-01-29
net: fec: add napi support to improve proformance
Frank Li
1
-7
/
+34
2013-01-18
net: fec: enable pause frame to improve rx prefomance for 1G network
Frank Li
1
-1
/
+86
2013-01-14
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
1
-1
/
+1
2013-01-08
net: fec: Remove 'inline' declarations
Fabio Estevam
1
-3
/
+3
2013-01-07
net: fec: report correct hardware stamping info to ethtool
Frank Li
1
-1
/
+30
2013-01-06
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
1
-3
/
+4
2013-01-04
NET: FEC: dynamtic check DMA desc buff type
Frank Li
1
-67
/
+108
2012-12-03
net/freescale: remove __dev* attributes
Bill Pemberton
1
-5
/
+5
2012-11-01
FEC: Add time stamping code and a PTP hardware clock
Frank Li
1
-1
/
+87
2012-11-01
net: fec: move fec_enet_private to header file
Frank Li
1
-73
/
+0
2012-07-10
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
1
-2
/
+2
2012-06-27
net: fec: add phy-reset-duration for device tree probe
Shawn Guo
1
-1
/
+7
2012-06-27
net: fec: use managed function devm_gpio_request_one
Shawn Guo
1
-1
/
+2
2012-06-27
net: fec: enable regulator for fec phy
Shawn Guo
1
-0
/
+13
2012-06-27
net: fec: reset phy after pinctrl setup
Shawn Guo
1
-2
/
+2
2012-05-26
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-12
/
+23
2012-05-22
Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-0
/
+9
2012-05-14
Merge branch 'imx/pinctrl' into imx/clock
Arnd Bergmann
1
-0
/
+9
2012-05-12
net: fec: adopt pinctrl support
Shawn Guo
1
-0
/
+9
2012-04-25
net fec: do not depend on grouped clocks
Sascha Hauer
1
-12
/
+23
2012-04-04
fec: Support the get_ts_info ethtool method.
Richard Cochran
1
-0
/
+1
2012-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-02-13
fec: fix PHY name to match fixed MDIO bus name
Florian Fainelli
1
-1
/
+1
2012-02-07
net: fec: Fix build due to wrong dev annotation
Fabio Estevam
1
-2
/
+2
2012-02-06
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A Dalvi
1
-2
/
+2
2012-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-01-31
net: fec: correct phy_name buffer length when init phy_name
Richard Zhao
1
-1
/
+1
2012-01-24
net: fec: use module_platform_driver
Fabio Estevam
1
-16
/
+1
2012-01-12
net: fsl: fec: handle 10Mbps speed in RMII mode
Eric Benard
1
-3
/
+6
2012-01-10
fec: use an unique MDIO bus name.
Florian Fainelli
1
-1
/
+2
2012-01-09
Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-5
/
+5
2012-01-05
net: make ethtool_ops const
stephen hemminger
1
-1
/
+1
2011-12-28
net: fec: Adjust ENET MDIO timeouts
Rogerio Pimentel
1
-1
/
+1
2011-12-28
net: fec: add clk_prepare/clk_unprepare
Richard Zhao
1
-5
/
+5
[next]