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-08
net: fec: remove useless status check in tx reap path
Russell King
2014-07-08
net: fec: add support for dumping transmit ring on timeout
Russell King
2014-07-08
net: fec: reorder ethtool ops to match order in struct declaration
Russell King
2014-07-08
net: fec: clear receive interrupts before processing a packet
Russell King
2014-07-08
net: fec: replace delayed work with standard work
Russell King
2014-07-08
net: fec: better implementation of iMX6 ERR006358 quirk
Russell King
2014-07-08
net: fec: clean up duplex mode handling
Russell King
2014-07-08
net: fec: quiesce packet processing when taking link down in fec_enet_adjust_...
Russell King
2014-07-08
net: fec: quiesce packet processing before changing features
Russell King
2014-07-08
net: fec: quiesce packet processing before stopping device in fec_set_features()
Russell King
2014-07-08
net: fec: quiesce packet processing before stopping device in fec_suspend()
Russell King
2014-07-08
net: fec: remove inappropriate calls around fec_restart()
Russell King
2014-07-08
net: fec: move calls to quiesce/resume packet processing out of fec_restart()
Russell King
2014-07-08
net: fec: only restart or stop the device if it is present and running
Russell King
2014-07-08
net: fec: ensure fec_enet_close() copes with resume failure
Russell King
2014-07-08
net: fec: improve safety of suspend/resume/transmit timeout paths
Russell King
2014-07-07
net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()
Russell King
2014-07-07
net: fec: ensure fec_enet_free_buffers() properly cleans the rings
Russell King
2014-07-07
net: fec: clean up transmit descriptor setup
Russell King
2014-07-07
net: fec: make rx skb handling more robust
Russell King
2014-07-07
net: fec: remove useless fep->opened
Russell King
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
[prev]
[next]