index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
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
2014-07-07
net: fec: stop the phy before shutting down the MAC
Russell King
2014-07-07
net: fec: ensure that a disconnected phy isn't configured
Russell King
2014-07-07
net: fec: remove checking for NULL phy_dev in fec_enet_close()
Russell King
2014-07-07
net: fec: use netif_tx_disable() rather than netif_stop_queue()
Russell King
2014-07-07
net: fec: fix interrupt handling races
Russell King
2014-07-07
net: fec: fix ethtool set_pauseparam duplex bug
Russell King
2014-07-07
net: fec: iMX6 FEC does not support half-duplex gigabit
Russell King
2014-06-17
net: fec: Don't clear IPV6 header checksum field when IP accelerator enable
Fugang Duan
2014-06-12
net: fec: Add software TSO support
Nimrod Andy
2014-06-12
net: fec: Add Scatter/gather support
Nimrod Andy
2014-06-12
net: fec: Increase buffer descriptor entry number
Nimrod Andy
2014-06-12
net: fec: Factorize feature setting
Nimrod Andy
2014-06-12
net: fec: Enable IP header hardware checksum
Nimrod Andy
2014-06-12
net: fec: Factorize the .xmit transmit function
Nimrod Andy
2014-06-02
fec: Include pinctrl header file
Fabio Estevam
2014-05-30
net: fec: use pinctrl PM helpers
Nimrod Andy
2014-05-22
net: fec: correct the MDIO clock source
Nimrod Andy
2014-05-22
net: fec: optimize the clock management to save power
Nimrod Andy
2014-03-31
net: fec: make sure to init MAC address
Lucas Stach
2014-03-28
fec: remove empty MDIO bus function
Florian Fainelli
2014-03-24
fec: Call dev_kfree_skb_any instead of kfree_skb.
Eric W. Biederman
2014-03-13
eth: fec: Fix lost promiscuous mode after reconnecting cable
Stefan Wahren
2014-02-20
net: fec: fix potential issue to avoid fec interrupt lost and crc error
Duan Fugang-B38611
2014-02-18
NET: fec: only enable napi if we are successful
Russell King
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-05
fec: Revert "fec: Do not assume that PHY reset is active low"
Fabio Estevam
2013-12-29
fec: Do not assume that PHY reset is active low
Fabio Estevam
2013-12-19
net: fec: fix potential use after free
Eric Dumazet
2013-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-11
net:fec: remove duplicate lines in comment about errata ERR006358
Philippe De Muyter
2013-12-05
Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
2013-12-02
net: fec_main: dma_map() only the length of the skb
Sebastian Siewior
2013-11-21
fec: Implement the SIOCGHWTSTAMP ioctl
Ben Hutchings
2013-11-14
net:fec: fix WARNING caused by lack of calls to dma_mapping_error()
Duan Fugang-B38611
2013-09-15
net: fec: remove deprecated IRQF_DISABLED
Michael Opdenacker
2013-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-09-04
net: fec: fix the error to get the previous BD entry
Duan Fugang-B38611
2013-08-30
net: fec: fix time stamping logic after napi conversion
Richard Cochran
2013-08-30
net/fec: cleanup types in fec_get_mac()
Dan Carpenter
2013-08-30
net: fec: use dev_get_platdata()
Jingoo Han
2013-08-29
fec: Use NAPI_POLL_WEIGHT
Fabio Estevam
2013-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-07-30
net/fec: Don't let ndo_start_xmit return NETDEV_TX_BUSY without link
Uwe Kleine-König
2013-07-27
net: fec: workaround stop tx during errata ERR006358
Frank Li
2013-07-23
fec: Add MODULE_ALIAS
Fabio Estevam
2013-07-22
fec: Use devm_request_irq()
Fabio Estevam
2013-07-22
fec: Remove unneeded check in platform_get_resource()
Fabio Estevam
2013-07-22
fec: Check the return value from clk_prepare_enable()
Fabio Estevam
2013-07-22
fec: Enable/disable clk_ptp in suspend/resume
Fabio Estevam
[prev]
[next]