Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7e23719341aaa839409af745b97379f6cc43c20f
/
drivers
/
net
/
ethernet
/
xilinx
a2901d0
net: xilinx_emaclite: fix receive buffer overflow
by Anssi Hannula
· 7 years ago
bff3001
net: xilinx_emaclite: fix freezes due to unordered I/O
by Anssi Hannula
· 7 years ago
5852e93
net: axienet: Remove unused parameter from __axienet_device_reset
by Tobias Klauser
· 8 years ago
68c8182
net: axienet: Add missing \n to end of dev_err messages
by Colin Ian King
· 8 years ago
74f13c8
net: ethernet: xilinx: Enable emaclite for MIPS
by Zubair Lutfullah Kakakhel
· 8 years ago
c7735f1
net: axienet: constify ethtool_ops structures
by Julia Lawall
· 8 years ago
5575cf1
net: xilinx: emaclite: Fallback to random MAC address.
by Daniel Romell
· 8 years ago
3ad7b14
net: axienet: Fix return value check in axienet_probe()
by Wei Yongjun
· 8 years ago
6e38484
net: ethernet: xilinx: axienet: use phy_ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
b1b7dcf
net: ethernet: xilinx: axienet: use phydev from struct net_device
by Philippe Reynes
· 8 years ago
e6dab902
net: ethernet: ll_temac: use phy_ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
31abbe3
net: ethernet: ll_temac: use phydev from struct net_device
by Philippe Reynes
· 8 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
e5a03bf
phy: Add an mdio_device structure
by Andrew Lunn
· 9 years ago
e7f4dc3
mdio: Move allocation of interrupts into core
by Andrew Lunn
· 9 years ago
47ea032
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
by Ivan Vecera
· 9 years ago
4963ed4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
04d53b2
net: fix phy refcounting in a bunch of drivers
by Russell King
· 9 years ago
729bf32
net: axinet: Use of_property_read_u32 instead of open-coding it
by Tobias Klauser
· 9 years ago
e734a42
net: ll_temac: Use of_property_read_u32 instead of open-coding it
by Tobias Klauser
· 9 years ago
fcc028c
net: axienet: Fix devm_ioremap_resource return value check
by Krzysztof Kozlowski
· 9 years ago
138b15e
drivers/net: remove all references to obsolete Ethernet-HOWTO
by Paul Gortmaker
· 9 years ago
84ea0de
net: ll_temac: Remove sparse warnings
by Michal Simek
· 9 years ago
b04096f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
44d4f8d
net: ll_temac: Fix DMA map size bug
by Michal Simek
· 9 years ago
3824246
net: ll_temac: Use one return statement instead of two
by Michal Simek
· 9 years ago
b0d081c
net: axienet: Fix kernel-doc warnings
by Michal Simek
· 10 years ago
2be5862
net: axienet: Removed _of_ prefix in probe and remove functions
by Srikanth Thokala
· 10 years ago
8495659
net: axienet: Use of_property_* calls
by Srikanth Thokala
· 10 years ago
46aa27d
net: axienet: Use devm_* calls
by Srikanth Thokala
· 10 years ago
95219aa
net: axienet: Use pdev instead of op
by Srikanth Thokala
· 10 years ago
850a750
net: axienet: Fix comments blocks
by Michal Simek
· 10 years ago
c81a97b
net: axienet: Removed coding style errors and warnings
by Srikanth Thokala
· 10 years ago
d7cc316
net: axienet: Support phy-less mode of operation
by Srikanth Thokala
· 10 years ago
f080a8c
net: axienet: Handle jumbo frames for lesser frame sizes
by Srikanth Thokala
· 10 years ago
80c775a
net: axienet: Service completion interrupts ASAP
by Peter Crosthwaite
· 10 years ago
38e96b3
net: axienet: Handle 0 packet receive gracefully
by Peter Crosthwaite
· 10 years ago
d1d372e
net: axienet: Support for RGMII
by Srikanth Thokala
· 10 years ago
4e833c5
ethernet: Use bool function returns of true/false instead of 1/0
by Joe Perches
· 10 years ago
74847f2
net: xilinx: constify of_device_id array
by Fabian Frederick
· 10 years ago
0f113b8
net: axienet: fix error return code
by Julia Lawall
· 10 years ago
8a0a1f8
net: Xilinx: fix error return code
by Julia Lawall
· 10 years ago
16d8614
net: xilinx: Remove unnecessary temac_property in the driver
by Appana Durga Kedareswara Rao
· 10 years ago
38a90e7
net: Xilinx: Deletion of unnecessary checks before two function calls
by Markus Elfring
· 10 years ago
3c87dcb
net: ll_temac: Remove unnecessary ether_setup after alloc_etherdev
by Subbaraya Sundeep Bhatta
· 10 years ago
c706471
net: axienet: remove unnecessary ether_setup after alloc_etherdev
by Subbaraya Sundeep Bhatta
· 10 years ago
fdd42e4
net: xilinx: Remove .owner field for driver
by Michal Simek
· 10 years ago
6a3e6aa
ll_temac: delete unneeded test before of_node_put
by Julia Lawall
· 10 years ago
6f3a59a
net: axienet: delete unneeded test before of_node_put
by Julia Lawall
· 10 years ago
9f8b93c
xilinx: Fix compiler warning
by Manuel Schölling
· 10 years ago
3aeea53
xilinx: Use time_before_eq()
by Manuel Schölling
· 10 years ago
33c0431
net: emaclite: remove empty MDIO bus reset function
by Florian Fainelli
· 11 years ago
69e73d2
xilinx_emaclite: Call dev_consume_skb_any instead of dev_kfree_skb.
by Eric W. Biederman
· 11 years ago
ceffc4a
xilinx: Convert uses of __constant_<foo> to <foo>
by Joe Perches
· 11 years ago
91ff37f
net: axienet: Fix compilation warnings
by Michal Simek
· 11 years ago
9d5e8ec
net: axienet: Fix compilation error
by Michal Simek
· 11 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
ec21b6b
net: emaclite: add barriers to support Xilinx Zynq platform
by Srikanth Thokala
· 11 years ago
243fedd
net: emaclite: Remove unnecessary code that enables/disables interrupts on PONG buffers
by Srikanth Thokala
· 11 years ago
28e24c6
net: do not pretend FRAGLIST support
by Eric Dumazet
· 11 years ago
42a2d92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
b548095
Merge remote-tracking branch 'grant/devicetree/next' into for-next
by Rob Herring
· 11 years ago
5c9f303
microblaze: clean-up prom.h implicit includes
by Rob Herring
· 11 years ago
d458cdf
net:drivers/net: Miscellaneous conversions to ETH_ALEN
by Joe Perches
· 11 years ago
4fbef95
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
7167cf0
ll_temac: Reset dma descriptors indexes on ndo_open
by Ricardo Ribalda
· 11 years ago
cd738c4
net: emaclite: Code cleanup
by Michal Simek
· 11 years ago
37c67c6
net: emaclite: Not necessary to call devm_iounmap
by Michal Simek
· 11 years ago
06c5405
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
ede23fa
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
by Joe Perches
· 11 years ago
282a1df
net: xilinx: fix memleak
by Libo Chen
· 11 years ago
0c671dc
net: xilinx_emaclite: remove unnecessary dev_set_drvdata()
by Libo Chen
· 11 years ago
34e0184
net: xilinx_emaclite: use platform_{get,set}_drvdata()
by Libo Chen
· 11 years ago
eed5d29
net: emaclite: Convert to use devm_ioremap_resource
by Tushar Behera
· 11 years ago
6bc19fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
7a3e258
net: emaclite: Use platform resource table
by Michal Simek
· 11 years ago
3a5395b
net: ethernet: xilinx_emaclite: set protocol selector bits when writing ANAR
by Jens Renner \(EFE\)
· 11 years ago
f1362e3
net: emaclite: Fix typo in error message
by Jens Renner \(EFE\)
· 11 years ago
9e7c414
net: emaclite: Update driver header
by Michal Simek
· 11 years ago
1156ee8
net: emaclite: Enable emaclite for Xilinx Arm Zynq platform
by Michal Simek
· 11 years ago
123c140
net: emaclite: Do not use microblaze and ppc IO functions
by Michal Simek
· 11 years ago
3fb99fa
net: emaclite: Let's make xemaclite_adjust_link static
by Michal Simek
· 11 years ago
e0a3bc6
net: emaclite: Support multiple phys connected to one MDIO bus
by Michal Simek
· 11 years ago
ccfecdf
net: emaclite: Report failures in mdio setup
by Michal Simek
· 11 years ago
8513fbd
net: ethernet: use platform_{get,set}_drvdata()
by Jingoo Han
· 11 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
1f9061d2
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
by Joe Perches
· 12 years ago
d0320f7
drivers:net: Remove dma_alloc_coherent OOM messages
by Joe Perches
· 12 years ago
720a43e
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
by Joe Perches
· 12 years ago
b2adaca
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
by Joe Perches
· 12 years ago
4b87f92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
cb59c87
net: ethernet: xilinx: Do not use NO_IRQ in axienet
by Michal Simek
· 12 years ago
94b144a
net: ethernet: xilinx: Do not use axienet on PPC
by Michal Simek
· 12 years ago
7826d43
ethtool: fix drvinfo strings set in drivers
by Jiri Pirko
· 12 years ago
04e406d
ll_temac: fix mac address setting
by Jiri Pirko
· 12 years ago
06b0e68
net/xilinx: remove __dev* attributes
by Bill Pemberton
· 12 years ago
48d16cb
xilinx_axienet: remove __dev* attributes
by Bill Pemberton
· 12 years ago
aecb55b
net: fix build failure in xilinx
by Jeff Mahoney
· 12 years ago
71c6c83
drivers/net: fix tasklet misuse issue
by Xiaotian Feng
· 12 years ago
175c0df
drivers/net: use tasklet_kill in device remove/close process
by Xiaotian Feng
· 12 years ago
Next »