Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
49afe6614321e78727729680b97e96998695249a
/
drivers
/
net
/
ethernet
/
korina.c
34309b3
drivers/net: korina: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
da1d2de
net: korina: bump version
by Roman Yeryomin
· 7 years ago
87736fc
net: korina: update authors
by Roman Yeryomin
· 7 years ago
2e5396b
net: korina: whitespace cleanup
by Roman Yeryomin
· 7 years ago
247c78f
net: korina: use GRO
by Roman Yeryomin
· 7 years ago
d609d28
net: korina: use NAPI_POLL_WEIGHT
by Roman Yeryomin
· 7 years ago
364a97f
net: korina: optimize rx descriptor flags processing
by Roman Yeryomin
· 7 years ago
7ce103b
net: korina: don't use overflow and underflow interrupts
by Roman Yeryomin
· 7 years ago
82c01a8
net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return void
by yuval.shaia@oracle.com
· 8 years ago
6ad2016
drivers: net: generalize napi_complete_done()
by Eric Dumazet
· 8 years ago
af47368
net: korina: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
e6afb1a
net: korina: Fix NAPI versus resources freeing
by Florian Fainelli
· 8 years ago
a52ad51
net: deprecate eth_change_mtu, remove usage
by Jarod Wilson
· 8 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
d458cdf
net:drivers/net: Miscellaneous conversions to ETH_ALEN
by Joe Perches
· 11 years ago
2414fe1
net: korina: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
d3c5f47
net: Restore unintentional reverts.
by David S. Miller
· 12 years ago
dfd93c9
net: ethernet: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
e998fd4
net: ethernet: korina: initialize variables directly
by Emilio López
· 12 years ago
7826d43
ethtool: fix drvinfo strings set in drivers
by Jiri Pirko
· 12 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 13 years ago
e404dec
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
by Joe Perches
· 13 years ago
db62f68
net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()
by Axel Lin
· 13 years ago
e88db79
NET: Korina: Don't include <asm/segment.h>
by Ralf Baechle
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
19c72ca
korina: Move the IDT driver
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/korina.c]
498d8e2
drivers/net: Omit check for multicast bit in netdev_for_each_mc_addr
by Tobias Klauser
· 14 years ago
b1011b3
korina: count RX DMA OVR as rx_fifo_error
by Phil Sutter
· 15 years ago
53ee490
korina: use netdev_alloc_skb_ip_align() here, too
by Phil Sutter
· 15 years ago
ceb3d23
korina: fix deadlock on RX FIFO overrun
by Phil Sutter
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
3801326
korina: use resource_size()
by Dan Carpenter
· 15 years ago
f9dcbcc
net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
89d71a6
net: Use netdev_alloc_skb_ip_align()
by Eric Dumazet
· 15 years ago
0fc0b73
netdev: drivers should make ethtool_ops const
by Stephen Hemminger
· 15 years ago
7010837
korina: add error-handling to korina_alloc_ring
by Phil Sutter
· 15 years ago
f16aea4
korina: fix printk formatting, add final info line
by Phil Sutter
· 15 years ago
4d5ef9f
korina: periodically poll the media
by Florian Fainelli
· 16 years ago
52b031f
korina: convert to net_device_ops
by Alexander Beregalov
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
e85bf47
korina: drop leftover assignment
by Phil Sutter
· 16 years ago
63a66c6
korina: adjust headroom for new skb's also
by Phil Sutter
· 16 years ago
6a2fe98
korina: fix loop back of receive descriptors
by Phil Sutter
· 16 years ago
1c5625c
korina: do not use IRQF_SHARED with IRQF_DISABLED
by Phil Sutter
· 16 years ago
5edc766
korina: do not stop queue here
by Phil Sutter
· 16 years ago
97bc477
korina: fix handling tx_chain_tail
by Phil Sutter
· 16 years ago
60d3f98
korina: do tx at the right position
by Phil Sutter
· 16 years ago
4676f63
korina: do schedule napi after testing for it
by Phil Sutter
· 16 years ago
4cf83b6
korina: rework korina_rx() for use with napi
by Phil Sutter
· 16 years ago
beb0bab
korina: disable napi on close and restart
by Phil Sutter
· 16 years ago
a13b278
korina: reset resource buffer size to 1536
by Phil Sutter
· 16 years ago
b96ecfa
korina: fix usage of driver_data
by Phil Sutter
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
e3152ab
korina: misc cleanup
by Francois Romieu
· 17 years ago
751c2e4
korina: fix misplaced return statement
by Francois Romieu
· 17 years ago
ef11291
Add support the Korina (IDT RC32434) Ethernet MAC
by Florian Fainelli
· 17 years ago