Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3248877ea1796915419fba7c89315fdbf00cb56a
/
drivers
/
net
/
ethernet
/
marvell
/
sky2.c
5676cc7
sky2: override for PCI legacy power management
by stephen hemminger
· 13 years ago
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 13 years ago
ec2a546
sky2: add bql support
by stephen hemminger
· 13 years ago
84b4050
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers
by Rick Jones
· 13 years ago
efd0bf9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
282edce
sky2: fix hang in napi_disable
by stephen hemminger
· 13 years ago
738a849
sky2: enforce minimum ring size
by stephen hemminger
· 13 years ago
3ad9b35
net: drivers: use bool type instead of double negation
by Michał Mirosław
· 13 years ago
d9fa7c8
sky2: version 1.30
by stephen hemminger
· 13 years ago
00427a7
sky2: used fixed RSS key
by stephen hemminger
· 13 years ago
b1cb825
sky2: reduce default Tx ring size
by stephen hemminger
· 13 years ago
926d097
sky2: rename up/down functions
by stephen hemminger
· 13 years ago
f9687c4
sky2: pci posting issues
by stephen hemminger
· 13 years ago
1401a80
sky2: fix hang on shutdown (and other irq issues)
by stephen hemminger
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
68aad78
sweep the floors and convert some .get_drvinfo routines to strlcpy
by Rick Jones
· 13 years ago
27d240f
sky2: fix regression on Yukon Optima
by stephen hemminger
· 13 years ago
8a9ea32
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
7ae60b3
sky2: fix skb truesize underestimation
by Eric Dumazet
· 13 years ago
8b0c116
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
by Rick Jones
· 13 years ago
5d6bcdf
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
by Ian Campbell
· 13 years ago
0bdb0bd
sky2: manage irq better on single port card
by stephen hemminger
· 13 years ago
950a5a4
sky2: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
527a626
skge/sky2/mv643xx/pxa168: Move the Marvell Ethernet drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/sky2.c]
4ec8f0c
sky2: version 1.29
by stephen hemminger
· 14 years ago
4fb99cd
sky2: support for new Optima chipsets (EXPERIMENTAL)
by stephen hemminger
· 14 years ago
8e11680
sky2: use correct Inter Packet Gap at 10/100mbit
by stephen hemminger
· 14 years ago
aa5ca96
sky2: force receive checksum when using RSS on some hardware (v2)
by stephen hemminger
· 14 years ago
68ac319
sky2: use GFP_KERNEL allocations at device setup
by Eric Dumazet
· 14 years ago
1a10cca
sky2: remove unnecessary reads of PCI_CAP_ID_EXP
by Jon Mason
· 14 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 14 years ago
7073949
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
by David Decotigny
· 14 years ago
25db033
ethtool: Use full 32 bit speed range in ethtool's set_settings
by David Decotigny
· 14 years ago
fce5592
ethtool: allow custom interval for physical identification
by Allan, Bruce W
· 14 years ago
f5d6403
net: sky2: convert to hw_features
by Michał Mirosław
· 14 years ago
1c01a80
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
74e532f
sky2: support ethtool set_phys_id
by stephen hemminger
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
9425276
drivers/net: fix build warnings with CONFIG_PM_SLEEP disabled
by Michel Lespinasse
· 14 years ago
86aa778
sky2: convert to new VLAN model (v0.2)
by Stephen Hemminger
· 14 years ago
2aca31e
sky2: fix limited auto negotiation
by Stephen Hemminger
· 14 years ago
0885a30
sky2: implement 64 bit stats
by stephen hemminger
· 14 years ago
0f333d1
sky2: Do not use legacy PCI power management
by Rafael J. Wysocki
· 14 years ago
eab6d18
vlan: Don't check for vlan group before vlan_tx_tag_present.
by Jesse Gross
· 14 years ago
1953925
sky2: enable GRO by default
by stephen hemminger
· 14 years ago
060b946
sky2: Code style fixes
by Mike McCormack
· 15 years ago
1437ce3
ethtool: Change ethtool_op_set_flags to validate flags
by Ben Hutchings
· 15 years ago
38000a9
sky2: enable rx/tx in sky2_phy_reinit()
by Brandon Philips
· 15 years ago
e0a67e2
sky2: version 1.28
by stephen hemminger
· 15 years ago
3403aca
sky2: Avoid allocating memory in sky2_resume
by Mike McCormack
· 15 years ago
d72ff8f
sky2: Refactor down/up code out of sky2_restart()
by Mike McCormack
· 15 years ago
93135a3
sky2: Shut off interrupts before NAPI
by Mike McCormack
· 15 years ago
df01093
sky2: Avoid race in sky2_change_mtu
by Mike McCormack
· 15 years ago
3765252
sky2: Restore multicast after restart
by Mike McCormack
· 15 years ago
7cd26ce
sky2: use the DMA state API instead of the pci equivalents
by FUJITA Tomonori
· 15 years ago
bf73130
sky2: add support for receive hashing
by Stephen Hemminger
· 15 years ago
efe9193
sky2: size status ring based on Tx/Rx ring
by stephen hemminger
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
9badba2
sky2: avoid duplicate link up on Optima chip
by stephen hemminger
· 15 years ago
4b7c47a
sky2: add XL revisions
by stephen hemminger
· 15 years ago
c1cd0a8
sky2: support Yukon EC_U rev B1 and later
by stephen hemminger
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
2a40018
sky2: Avoid rtnl_unlock without rtnl_lock
by Mike McCormack
· 15 years ago
5508590
net: convert multiple drivers to use netdev_for_each_mc_addr, part2
by Jiri Pirko
· 15 years ago
ada1db5
drivers/net/sky2.c: Use (pr|netdev)_<level> macro helpers
by Joe Perches
· 15 years ago
6c35aba
drivers/net/sky2: Convert to use netif_printk macros
by Joe Perches
· 15 years ago
cfc0861
sky2: version 1.27
by stephen hemminger
· 15 years ago
8a0c922
sky2: Avoid down and up during sky2_reset
by Mike McCormack
· 15 years ago
f2b31cb
sky2: Refactor sky2_down into two functions
by Mike McCormack
· 15 years ago
ea0f71e
sky2: Refactor sky2_up into two functions
by Mike McCormack
· 15 years ago
200ac49
sky2: Allocate initial skbs in sky2_alloc_buffers
by Mike McCormack
· 15 years ago
39ef110
sky2: Factor out code to calculate packet sizes
by Mike McCormack
· 15 years ago
44dde56
sky2: jumbo packet changes
by stephen hemminger
· 15 years ago
87b09f1
sky2: dont enable PME legacy mode
by stephen hemminger
· 15 years ago
5f8ae5c
sky2: WoL changes
by stephen hemminger
· 15 years ago
8b05543
sky2: fix sparse warning
by stephen hemminger
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
375c568
sky2: receive checksum refactoring
by stephen hemminger
· 15 years ago
acd12dd
sky2: disable ASF on Yukon Supreme
by stephen hemminger
· 15 years ago
a0db28b
sky2: resume clocks
by stephen hemminger
· 15 years ago
90c3033
sky2: Flow control frames recorded as dropped packets
by Stephen Hemminger
· 15 years ago
3fbd918
sky2: hand receive DMA mapping failures
by stephen hemminger
· 15 years ago
9c119ba
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
f681507
sky2: fix transmit DMA map leakage
by stephen hemminger
· 15 years ago
05ba712
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
a40ccc6
sky2: revert config space change
by stephen hemminger
· 15 years ago
2ca4231
sky2: Enable/disable WOL per hardware device
by Mike McCormack
· 15 years ago
51c24aa
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
597d8c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
9db2f1b
sky2: Fix oops in sky2_xmit_frame() after TX timeout
by Jarek Poplawski
· 15 years ago
c36531b
sky2: Lock transmit queue while disabling device
by Mike McCormack
· 15 years ago
c32bbff
sky2: Refactor sky2_get_regs into two functions
by Mike McCormack
· 15 years ago
1ae861e
PCI/PM: Use per-device D3 delays
by Rafael J. Wysocki
· 15 years ago
166a0fd
sky2: leave PCI config space writeable
by stephen hemminger
· 15 years ago
dae3a51
sky2: print Optima chip name
by stephen hemminger
· 15 years ago
5017065
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
d66f0b2
net: Add missing TST_CFG_WRITE bits around sky2_pci_write
by Takashi Iwai
· 15 years ago
Next »