Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
9b3a713feef8db41d4bcccb3b97e86ee906690c8
/
drivers
/
net
/
ethernet
/
freescale
/
gianfar.c
9f5c44c
gianfar: Make reset_gfar static
by YueHaibing
· 5 years ago
8e578e7
gianfar: use DT more consistently when selecting PHY connection type
by Arseny Solokha
· 5 years ago
7ad3878
gianfar: make five functions static
by Arseny Solokha
· 5 years ago
7d993c5f
gianfar: remove forward declarations
by Arseny Solokha
· 5 years ago
399e06a
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
by Markus Elfring
· 5 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
2d2924a
net: ethernet: fix similar warning reported by kbuild test robot
by Petr Štetiar
· 6 years ago
a51645f
net: ethernet: support of_get_mac_address new ERR_PTR error
by Petr Štetiar
· 6 years ago
6211d46
gianfar: Add change_carrier() for Fixed PHYs
by Joakim Tjernlund
· 6 years ago
bf5849f
net: Use of_node_name_eq for node name comparisons
by Rob Herring
· 6 years ago
3c1bcc8
net: ethernet: Convert phydev advertize and supported from u32 to link mode
by Andrew Lunn
· 6 years ago
5f991f7
net: phy: Add helper for advertise to lcl value
by Andrew Lunn
· 6 years ago
06983aa
net: freescale: fix return type of ndo_start_xmit function
by YueHaibing
· 6 years ago
c1d04a1
gianfar: remove duplicated include from gianfar.c
by YueHaibing
· 6 years ago
af8d9bb
net: ethernet: Add helper for MACs which support asym pause
by Andrew Lunn
· 6 years ago
590399d
gianfar: Fix Rx byte accounting for ndev stats
by Claudiu Manoil
· 7 years ago
d903ec7
gianfar: simplify FCS handling and fix memory leak
by Andy Spencer
· 7 years ago
202a0a70
gianfar: prevent integer wrapping in the rx handler
by Andy Spencer
· 7 years ago
b6b5e8a
gianfar: Disable EEE autoneg by default
by Claudiu Manoil
· 7 years ago
5811767
gianfar: fix a flooded alignment reports because of padding issue.
by Zumeng Chen
· 7 years ago
5d62167
gianfar: Fix Tx flow control deactivation
by Claudiu Manoil
· 7 years ago
ee27244
net: freescale: gianfar : constify dev_pm_ops structures.
by Arvind Yadav
· 8 years ago
d58ff35
networking: make skb_push & __skb_push return void pointers
by Johannes Berg
· 8 years ago
e216015
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
6ad2016
drivers: net: generalize napi_complete_done()
by Eric Dumazet
· 8 years ago
4af0e5b
gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_page
by Arseny Solokha
· 8 years ago
69fed99
gianfar: Do not reuse pages from emergency reserve
by Eric Dumazet
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
2745529
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
42c7004
net: ethernet: gianfar: fix fixed-link phydev leaks
by Johan Hovold
· 8 years ago
44770e1
ethernet: use core min/max MTU checking
by Jarod Wilson
· 8 years ago
6c389fc
gianfar: fix size of scatter-gathered frames
by Zefir Kurtisi
· 8 years ago
278af57
net: gianfar: fix old-style declaration
by Arnd Bergmann
· 9 years ago
9c8b077
gianfar: fix the last transmit buffer descriptor
by Yangbo Lu
· 9 years ago
4c4a6b0
net: ethernet: gianfar: use phydev from struct net_device
by Philippe Reynes
· 9 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
1200b68
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
fe896d1
mm: introduce page reference manipulation functions
by Joonsoo Kim
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
7bfc608
gianfar: Enable eTSEC-106 erratum w/a for MPC8548E Rev2
by Atsushi Nemoto
· 9 years ago
f54af12
gianfar: fix endianness for hardware timestamp
by Yangbo Lu
· 9 years ago
48963b4
gianfar: Remove redundant ops for do_tstamp from xmit()
by Claudiu Manoil
· 9 years ago
42f397a
gianfar: Use skb_frag_t pointers inside xmit()
by Claudiu Manoil
· 9 years ago
e19d083
gianfar: Map head TxBD first
by Claudiu Manoil
· 9 years ago
e5a03bf
phy: Add an mdio_device structure
by Andrew Lunn
· 9 years ago
b3e0d3d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
7bff47d
gianfar: Don't enable RX Filer if not supported
by Hamish Martin
· 9 years ago
f188b95
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
fea0f66
net: fsl: Don't use NO_IRQ to check return value of irq_of_parse_and_map()
by Mark Brown
· 9 years ago
3f8c0f7
gianfar: use of_property_read_bool()
by Saurabh Sengar
· 9 years ago
d64b5e8
net: add netif_tx_napi_add()
by Eric Dumazet
· 9 years ago
b75ec3a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
8fcc603
gianfar: Increase TX_TIMEOUT to 5HZ
by Abhimanyu
· 9 years ago
1de65a5
gianfar: Fix Rx BSY error handling
by Claudiu Manoil
· 9 years ago
15bf176
gianfar: Don't enable the Filer w/o the Parser
by Claudiu Manoil
· 9 years ago
3e905b8
gianfar: Add WAKE_UCAST and "wake-on-filer" support
by Claudiu Manoil
· 9 years ago
38737e4
phy: add phy_device_remove()
by Russell King
· 9 years ago
04d53b2
net: fix phy refcounting in a bunch of drivers
by Russell King
· 9 years ago
d5b8d64
net: gianfar: remove misuse of IRQF_NO_SUSPEND flag
by Sudeep Holla
· 9 years ago
dc25b25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
2a4eebf
gianfar: Restore link state settings after MAC reset
by Claudiu Manoil
· 9 years ago
5510b3c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
b0734b6
gianfar: Enable device wakeup when appropriate
by Claudiu Manoil
· 9 years ago
614b424
gianfar: Fix suspend/resume for wol magic packet
by Claudiu Manoil
· 9 years ago
8486830
gianfar: Fix warning when CONFIG_PM off
by Claudiu Manoil
· 9 years ago
b4b67f2
gianfar: Fix warnings when built on 64-bit
by Scott Wood
· 9 years ago
7535414
gianfar: Add paged allocation and Rx S/G
by Claudiu Manoil
· 10 years ago
f23223f
gianfar: Use ndev, more Rx path cleanup
by Claudiu Manoil
· 10 years ago
f966082
gianfar: Fix and cleanup rxbd status handling
by Claudiu Manoil
· 10 years ago
76f31e8
gianfar: Bundle Rx allocation, cleanup
by Claudiu Manoil
· 10 years ago
3d23a05
gianfar: Enable changing mac addr when if up
by Claudiu Manoil
· 10 years ago
bc60228
gianfar: Move TxFIFO underrun handling to reset path
by Claudiu Manoil
· 10 years ago
94e5a2a
net/fsl: constify of_device_id array
by Fabian Frederick
· 10 years ago
5591764
gianfar: Consider dts property endianess on handling
by Jingchang Lu
· 10 years ago
26eb937
gianfar: Make FCB access endian safe
by Claudiu Manoil
· 10 years ago
a7312d5
gianfar: Make BDs access endian safe
by Claudiu Manoil
· 10 years ago
f50724c
net: gianfar: correctly determine the number of queue groups
by Tobias Waldekranz
· 10 years ago
0ae93b2
gianfar: Reduce logging noise seen due to phy polling if link is down
by Guenter Roeck
· 10 years ago
4b222ca
net: gianfar: remove the unneeded check of disabled device
by Kevin Hao
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
03366a33
net: gianfar: add missing __iomem annotation
by Kevin Hao
· 10 years ago
91c53f76
net: gianfar: mark the local functions static
by Kevin Hao
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
0a4b5a2
gianfar: Fix dma check map error when DMA_API_DEBUG is enabled
by Kevin Hao
· 10 years ago
45b679c9
gianfar: Implement PAUSE frame generation support
by Matei Pavaluca
· 10 years ago
43ef8d2
Fix the way the local advertising flow options are determined
by Pavaluca Matei-B46610
· 10 years ago
cf987af
Add flow control support flags to gianfar's capabilities
by Pavaluca Matei-B46610
· 10 years ago
a057351
net: ethernet: freescale: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
f5b720b
gianfar: Add FCS to rx buffer size (fix)
by Claudiu Manoil
· 10 years ago
d55398b
gianfar: Replace eieio with wmb for non-PPC archs
by Claudiu Manoil
· 10 years ago
a4feee8
gianfar: Replace spin_event_timeout() with arch independent
by Claudiu Manoil
· 10 years ago
83bfc3c
gianfar: Make MAC addr setup endian safe, cleanup
by Claudiu Manoil
· 10 years ago
d6ef0bc
gianfar: Exclude PPC specific errata handling from ARM builds
by Claudiu Manoil
· 10 years ago
fd31a95
gianfar: Include missing headers for ARM builds
by Claudiu Manoil
· 10 years ago
6f2c9bd
net: gianfar: fix reference counting for phy_node
by Uwe Kleine-König
· 10 years ago
888c88b
net: gianfar: no need to check parameter being != NULL for of_node_put
by Uwe Kleine-König
· 10 years ago
f9da455
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
f666f87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
d4c642e
gianfar: Call netif_carrier_off() prior to registration
by Fabio Estevam
· 11 years ago
898157e
gianfar: Fix the section mismatch warnings.
by Xiubo Li
· 11 years ago
Next »