Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9baf1aa9c4c7a7fe52886634c3646fabaa48aa39
/
drivers
/
net
/
ethernet
/
freescale
a1606c7
net: Move MII out from under NET_CORE and hide it
by Ben Hutchings
· 11 years ago
32bc9b4
fec: Add support to restart autonegotiate
by Chris Healy
· 11 years ago
5eaedf3
gianfar: Add backwards compatible Single Queue mode polling
by Claudiu Manoil
· 11 years ago
941e173
net: fec: Convert to use devm_ioremap_resource
by Tushar Behera
· 11 years ago
ca162a8
fec: Only pass pdev in fec_ptp_init()
by Fabio Estevam
· 11 years ago
6bc19fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
ff5b2fa
net: fec: add fallback to random MAC address
by Lucas Stach
· 11 years ago
dfd93c9
net: ethernet: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 11 years ago
238f7bc
fec: Handle the regulator in suspend/resume
by Fabio Estevam
· 11 years ago
c55284e
fec: Remove irqs first
by Fabio Estevam
· 11 years ago
f6a4d60
fec: Disable the PHY regulator on error and removal
by Fabio Estevam
· 11 years ago
7a2bbd8
fec: Invert the order of error path sequence
by Fabio Estevam
· 11 years ago
f4e9f3d
fec: Place the phy regulator in the private structure
by Fabio Estevam
· 11 years ago
8513fbd
net: ethernet: use platform_{get,set}_drvdata()
by Jingoo Han
· 11 years ago
e6ff4c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
ffed61e
fec: Use DIV_ROUND_UP macro
by Fabio Estevam
· 11 years ago
3680354
net: fec: use a more proper compatible string for MVF type device
by Shawn Guo
· 11 years ago
4a5bddf
fec: Let device core handle pinctrl
by Fabio Estevam
· 11 years ago
e5f5e38
gianfar: add missing iounmap() on error in gianfar_ptp_probe()
by Wei Yongjun
· 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
4183bef
Merge branch 'late/dt' into next/dt2
by Arnd Bergmann
· 12 years ago
5871768
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
4c09eed
net: fec: Enable imx6 enet checksum acceleration.
by Jim Baxter
· 12 years ago
cd4baaa
gianfar: do not advertise any alarm capability.
by Richard Cochran
· 12 years ago
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
e5905c8
net: Fix some __vlan_hwaccel_put_tag() callers.
by David S. Miller
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
5a5967d
fec: Remove unneeded asm header files
by Fabio Estevam
· 12 years ago
8d7ed0f
net: fec: fix regression in link change accounting
by Lucas Stach
· 12 years ago
bf7bfd7
fec: Use SIMPLE_DEV_PM_OPS
by Fabio Estevam
· 12 years ago
c84d805
ucc_geth: Convert ugeth_<level> to pr_<level>
by Joe Perches
· 12 years ago
375d6a1
gianfar: Use netdev_<level> when possible
by Joe Perches
· 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
daa7d39
net: freescale: fec: add support for optional enet_out clk
by Wolfram Sang
· 12 years ago
c29dc2d
net: fec: handle optional clk_ptp more gracefully
by Shawn Guo
· 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
14109a5
enet: fec: fix fail resume from suspend state
by Frank Li
· 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
ea3d1cc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
953d276
gianfar: Remove superfluous kernel_dropped local counter
by Claudiu Manoil
· 12 years ago
c6e1160
gianfar: Cleanup dead code and minor formatting
by Claudiu Manoil
· 12 years ago
39c0a0d
gianfar: Remove 'maybe-uninitialized' compile warning
by Claudiu Manoil
· 12 years ago
9d73adf
fec: Fix the build as module
by Fabio Estevam
· 12 years ago
47a5247
net: fec: make local function fec_poll_controller() static
by Wei Yongjun
· 12 years ago
800c644
gianfar: Refactor config coalescing calls for all queues
by Claudiu Manoil
· 12 years ago
5d9657d
gianfar: Remove redundant programming of [rt]xic registers
by Claudiu Manoil
· 12 years ago
6be5ed3
gianfar: Poll only active Rx queues
by Claudiu Manoil
· 12 years ago
c233cf40
gianfar: Fix tx napi polling
by Claudiu Manoil
· 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
d97e749
net: fec: restart the FEC when PHY speed changes
by Lucas Stach
· 12 years ago
83e519b
fec: Use devm_request_and_ioremap()
by Fabio Estevam
· 12 years ago
a2e4b59
fec: Remove unused pci header
by Fabio Estevam
· 12 years ago
720a43e
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
by Joe Perches
· 12 years ago
acac840
net: fec: fix build error in no MXC platform
by Frank Li
· 12 years ago
de5fb0a
net: fec: put tx to napi poll function to fix dead lock
by Frank Li
· 12 years ago
1cef935
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
62ed839
gianfar: fix compile fail for NET_POLL=y due to struct packing
by Paul Gortmaker
· 12 years ago
9d3cae2
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 12 years ago
e2f8d55
net: fec: Fix division by zero
by Fabio Estevam
· 12 years ago
7f7d6c2
net: fec: Ensure that initialization is done prior to request_irq()
by Fabio Estevam
· 12 years ago
07dcf8e
net: fec: Do a sanity check on the gpio number
by Fabio Estevam
· 12 years ago
ba77971
gianfar: Fix and cleanup Rx FCB indication
by Claudiu Manoil
· 12 years ago
13f228d
gianfar: Remove wrong buffer size conditioning to VLAN h/w offload
by Claudiu Manoil
· 12 years ago
61db26c
gianfar: gfar_process_frame returns void
by Claudiu Manoil
· 12 years ago
bd9e89f
gianfar: GRO_DROP is unlikely
by Claudiu Manoil
· 12 years ago
b597d20
gianfar: Cleanup and optimize struct gfar_private
by Claudiu Manoil
· 12 years ago
369ec16
gianfar: Add device ref (dev) in gfar_private
by Claudiu Manoil
· 12 years ago
41a2060
gianfar: Remove unused device_node ref in gfar_private
by Claudiu Manoil
· 12 years ago
d0023f8
Merge branch 'gfar-ethtool-atomic' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by David S. Miller
· 12 years ago
212079d
gianfar: convert u64 status counters to atomic64_t
by Paul Gortmaker
· 12 years ago
6871978
gianfar: remove largely unused gfar_stats struct
by Paul Gortmaker
· 12 years ago
db98f08
net: fec_mpc52xx: Read MAC address from device-tree
by Stefan Roese
· 12 years ago
14f8dc4
drivers: net: Remove remaining alloc/OOM messages
by Joe Perches
· 12 years ago
85bd179
net: fec: fix spin_lock dead lock
by Frank Li
· 12 years ago
365cc17
net: fec: correct fix method about miss init spinlock
by Frank Li
· 12 years ago
7c1e7e9
gianfar: dont conditionally alloc Rx/Err irq structs
by Paul Gortmaker
· 12 years ago
7d3e673
net: fec: fix miss init spinlock
by Frank Li
· 12 years ago
b2adaca
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
by Joe Perches
· 12 years ago
ee873fd
gianfar: Pack struct gfar_priv_grp into three cachelines
by Claudiu Manoil
· 12 years ago
5fedcc1
gianfar: Cleanup gfar_parse_group() code
by Claudiu Manoil
· 12 years ago
0cd3fde
gianfar: Optimize struct gfar_priv_tx_q for two cache lines
by Claudiu Manoil
· 12 years ago
dc97538
net: fec: add napi support to improve proformance
by Frank Li
· 12 years ago
f5ae627
gianfar: Restore promisc mode on gfar_init_mac()
by Claudiu Manoil
· 12 years ago
baa70a5
net: fec: enable pause frame to improve rx prefomance for 1G network
by Frank Li
· 12 years ago
f9a8f83
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
by Florian Fainelli
· 12 years ago
fb01747
gianfar: use more portable i/o accessors
by Kim Phillips
· 12 years ago
0c7768a
net: fec: Remove 'inline' declarations
by Fabio Estevam
· 12 years ago
5ebae489
net: fec: report correct hardware stamping info to ethtool
by Frank Li
· 12 years ago
7826d43
ethtool: fix drvinfo strings set in drivers
by Jiri Pirko
· 12 years ago
Next »