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