Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
ffdce2cc6a18e3460fd31a399934004bf4cf6539
/
drivers
/
net
/
ethernet
/
freescale
/
fec_main.c
ffdce2c
net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()
by Russell King
· 11 years ago
8b7c9ef
net: fec: ensure fec_enet_free_buffers() properly cleans the rings
by Russell King
· 11 years ago
d6bf314
net: fec: clean up transmit descriptor setup
by Russell King
· 11 years ago
730ee36
net: fec: make rx skb handling more robust
by Russell King
· 11 years ago
5d165c5
net: fec: remove useless fep->opened
by Russell King
· 11 years ago
d76cfae
net: fec: stop the phy before shutting down the MAC
by Russell King
· 11 years ago
0b146ca
net: fec: ensure that a disconnected phy isn't configured
by Russell King
· 11 years ago
635cf17
net: fec: remove checking for NULL phy_dev in fec_enet_close()
by Russell King
· 11 years ago
b49cd50
net: fec: use netif_tx_disable() rather than netif_stop_queue()
by Russell King
· 11 years ago
7a16807
net: fec: fix interrupt handling races
by Russell King
· 11 years ago
9671a42
net: fec: fix ethtool set_pauseparam duplex bug
by Russell King
· 11 years ago
b44592f
net: fec: iMX6 FEC does not support half-duplex gigabit
by Russell King
· 11 years ago
62a02c9
net: fec: Don't clear IPV6 header checksum field when IP accelerator enable
by Fugang Duan
· 11 years ago
79f3391
net: fec: Add software TSO support
by Nimrod Andy
· 11 years ago
6e90928
net: fec: Add Scatter/gather support
by Nimrod Andy
· 11 years ago
55d0218
net: fec: Increase buffer descriptor entry number
by Nimrod Andy
· 11 years ago
09d1e54
net: fec: Factorize feature setting
by Nimrod Andy
· 11 years ago
96c50ca
net: fec: Enable IP header hardware checksum
by Nimrod Andy
· 11 years ago
61a4427
net: fec: Factorize the .xmit transmit function
by Nimrod Andy
· 11 years ago
a68ab98
fec: Include pinctrl header file
by Fabio Estevam
· 11 years ago
5bbde4d
net: fec: use pinctrl PM helpers
by Nimrod Andy
· 11 years ago
98a6eeb
net: fec: correct the MDIO clock source
by Nimrod Andy
· 11 years ago
e8fcfcd
net: fec: optimize the clock management to save power
by Nimrod Andy
· 11 years ago
44934fa
net: fec: make sure to init MAC address
by Lucas Stach
· 11 years ago
fe29bd8
fec: remove empty MDIO bus function
by Florian Fainelli
· 11 years ago
8e7e687
fec: Call dev_kfree_skb_any instead of kfree_skb.
by Eric W. Biederman
· 11 years ago
84fe618
eth: fec: Fix lost promiscuous mode after reconnecting cable
by Stefan Wahren
· 11 years ago
fb8ef78
net: fec: fix potential issue to avoid fec interrupt lost and crc error
by Duan Fugang-B38611
· 11 years ago
ce5eaf0
NET: fec: only enable napi if we are successful
by Russell King
· 11 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
7d30622
fec: Revert "fec: Do not assume that PHY reset is active low"
by Fabio Estevam
· 11 years ago
7a399e3
fec: Do not assume that PHY reset is active low
by Fabio Estevam
· 11 years ago
7a2a845
net: fec: fix potential use after free
by Eric Dumazet
· 11 years ago
143c905
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
a1bf175
net:fec: remove duplicate lines in comment about errata ERR006358
by Philippe De Muyter
· 11 years ago
426e1fa
Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next
by David S. Miller
· 11 years ago
2488a54
net: fec_main: dma_map() only the length of the skb
by Sebastian Siewior
· 11 years ago
1d5244d
fec: Implement the SIOCGHWTSTAMP ioctl
by Ben Hutchings
· 11 years ago
d842a31
net:fec: fix WARNING caused by lack of calls to dma_mapping_error()
by Duan Fugang-B38611
· 11 years ago
44a272d
net: fec: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
06c5405
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
36e24e2
net: fec: fix the error to get the previous BD entry
by Duan Fugang-B38611
· 11 years ago
0affdf3
net: fec: fix time stamping logic after napi conversion
by Richard Cochran
· 11 years ago
7d7628f
net/fec: cleanup types in fec_get_mac()
by Dan Carpenter
· 11 years ago
94660ba
net: fec: use dev_get_platdata()
by Jingoo Han
· 11 years ago
322555f
fec: Use NAPI_POLL_WEIGHT
by Fabio Estevam
· 11 years ago
0e76a3a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
a264b98
net/fec: Don't let ndo_start_xmit return NETDEV_TX_BUSY without link
by Uwe Kleine-König
· 11 years ago
0319165
net: fec: workaround stop tx during errata ERR006358
by Frank Li
· 11 years ago
f8c0aca
fec: Add MODULE_ALIAS
by Fabio Estevam
· 11 years ago
0d9b2ab
fec: Use devm_request_irq()
by Fabio Estevam
· 11 years ago
399db75
fec: Remove unneeded check in platform_get_resource()
by Fabio Estevam
· 11 years ago
13a097b
fec: Check the return value from clk_prepare_enable()
by Fabio Estevam
· 11 years ago
79820e7
fec: Enable/disable clk_ptp in suspend/resume
by Fabio Estevam
· 11 years ago
d265cf4
fec: Fix the order for enabling/disabling the clocks
by Fabio Estevam
· 11 years ago
9514fe7
fec: Do not enable/disable optional clocks unconditionally
by Fabio Estevam
· 11 years ago
cdffcf1
net: fec: Add VLAN receive HW support.
by Jim Baxter
· 12 years ago
0c1072a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
b9eef55
net: fec: Fix RMON registers on imx6
by Jim Baxter
· 12 years ago
06efce7
net: fec: Fix Transmitted bytes counter
by Jim Baxter
· 12 years ago
772e42b
net: fec: Fix multicast list setup in fec_restart().
by Christoph Müllner
· 12 years ago
38ae92d
fec: Add support for reading RMON registers
by Chris Healy
· 12 years ago
d139193
net: fec: Fix build for MCF5272
by Guenter Roeck
· 12 years ago
32bc9b4
fec: Add support to restart autonegotiate
by Chris Healy
· 12 years ago
941e173
net: fec: Convert to use devm_ioremap_resource
by Tushar Behera
· 12 years ago
ca162a8
fec: Only pass pdev in fec_ptp_init()
by Fabio Estevam
· 12 years ago
6bc19fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
ff5b2fa
net: fec: add fallback to random MAC address
by Lucas Stach
· 12 years ago
dfd93c9
net: ethernet: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
238f7bc
fec: Handle the regulator in suspend/resume
by Fabio Estevam
· 12 years ago
c55284e
fec: Remove irqs first
by Fabio Estevam
· 12 years ago
f6a4d60
fec: Disable the PHY regulator on error and removal
by Fabio Estevam
· 12 years ago
7a2bbd8
fec: Invert the order of error path sequence
by Fabio Estevam
· 12 years ago
f4e9f3d
fec: Place the phy regulator in the private structure
by Fabio Estevam
· 12 years ago
e6ff4c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
ffed61e
fec: Use DIV_ROUND_UP macro
by Fabio Estevam
· 12 years ago
3680354
net: fec: use a more proper compatible string for MVF type device
by Shawn Guo
· 12 years ago
4a5bddf
fec: Let device core handle pinctrl
by Fabio Estevam
· 12 years ago
1ed0d56
fec: Invert the order of function calls in fec_restart()
by Fabio Estevam
· 12 years ago
3169134
fec: Fix inconsistent lock state
by Fabio Estevam
· 12 years ago
4849625
net: fec: enable hardware checksum only on imx6q-fec
by Shawn Guo
· 12 years ago
54309fa
net: fec: fix kernel oops when plug/unplug cable many times
by Frank Li
· 12 years ago
38f56f3
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
4c09eed
net: fec: Enable imx6 enet checksum acceleration.
by Jim Baxter
· 12 years ago
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
5a5967d
fec: Remove unneeded asm header files
by Fabio Estevam
· 12 years ago
bf7bfd7
fec: Use SIMPLE_DEV_PM_OPS
by Fabio Estevam
· 12 years ago
31b7720
fec: Convert printks to netdev_<level>
by Joe Perches
· 12 years ago
eb1d064
fec: Fix PHC device log
by Fabio Estevam
· 12 years ago
ca7c4a4
ethernet/fec: Add Vybrid family fec support
by Jingchang Lu
· 12 years ago
6c5f780
net/freescale/fec: Simplify OF dependencies
by Guenter Roeck
· 12 years ago
a210576
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
96d2222
net: fec: TX Buffer incorrectly initialized
by Jim Baxter
· 12 years ago
793fc09
net: fec: build fec.c and fec_ptp.c to one module
by Frank Li
· 12 years ago
[Renamed from drivers/net/ethernet/freescale/fec.c]
47a5247
net: fec: make local function fec_poll_controller() static
by Wei Yongjun
· 12 years ago
6181659
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
da2191e
net: fec: Define indexes as 'unsigned int'
by Fabio Estevam
· 12 years ago
d0320f7
drivers:net: Remove dma_alloc_coherent OOM messages
by Joe Perches
· 12 years ago
3f104c3
net: fec: fix missing napi_disable call
by Georg Hofmann
· 12 years ago
Next »