Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
d762f4383100c2a87b1a3f2d678cd3b5425655b4
/
drivers
/
net
/
s2io.c
57d19e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
70c7160
Add appropriate <linux/prefetch.h> include for prefetch users
by Paul Gortmaker
· 13 years ago
70f23fd
treewide: fix a few typos in comments
by Justin P. Mattock
· 13 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
b437a8c
net: s2io: convert to hw_features
by Michał Mirosław
· 14 years ago
fce5592
ethtool: allow custom interval for physical identification
by Allan, Bruce W
· 14 years ago
d83d282
s2io: Fix warnings due to -Wunused-but-set-variable.
by David S. Miller
· 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
034e345
s2io: convert to set_phys_id (v2)
by stephen hemminger
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
673e63c
net: fix ethtool->set_flags not intended -EINVAL return value
by Stanislaw Gruszka
· 14 years ago
06f0c13
s2io: fix uninitialized compile warning
by Shan Wei
· 14 years ago
23f333a
drivers/net: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
85a5649
s2io: Using static const generally increases object text and decreases data size. It also generally decreases overall object size.
by Jon Mason
· 14 years ago
11410b6
s2io: Update Driver Version
by Jon Mason
· 14 years ago
c0dbf37
s2io: make strings at tables const
by Jon Mason
· 14 years ago
1853e2e
s2io: rx_ring_sz bounds checking
by Jon Mason
· 14 years ago
a31ff38
drivers/net/s2io.c: Remove unnecessary casts of pci_get_drvdata
by Joe Perches
· 14 years ago
eab6d18
vlan: Don't check for vlan group before vlan_tx_tag_present.
by Jesse Gross
· 14 years ago
bc8acf2
drivers/net: avoid some skb->ip_summed initializations
by Eric Dumazet
· 14 years ago
f0c54ac
s2io: remove lro parameter
by Amerigo Wang
· 14 years ago
666be42
s2io: Update driver version
by Jon Mason
· 14 years ago
be265e9
s2io: remove unused code
by Jon Mason
· 14 years ago
9c17978
net: s2io: fix buffer overflow
by Kulikov Vasiliy
· 14 years ago
c26875e
s2io: Remove unnecessary memset of netdev private data
by Tobias Klauser
· 14 years ago
926bd90
vxge: Update copyright information
by Jon Mason
· 14 years ago
597e608
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
4a49043
s2io: resolve statistics issues
by Jon Mason
· 14 years ago
97d1935
netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flags
by Ben Hutchings
· 14 years ago
958de19
s2io: add dynamic LRO disable support
by Jon Mason
· 14 years ago
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
e743d31
drivers: net: use skb_headlen()
by Eric Dumazet
· 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
22bedad
net: convert multicast list to list_head
by Jiri Pirko
· 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
876e956
drivers/net: drop redundant memset
by Julia Lawall
· 15 years ago
3a22813
s2io: Fixing debug message
by Breno Leitao
· 15 years ago
5508590
net: convert multiple drivers to use netdev_for_each_mc_addr, part2
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 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
2d146eb
S2io: two branches the same in wait_for_cmd_complete()
by Ram Vepa
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
fbfecd3
tree-wide: fix typos "couter" -> "counter"
by Uwe Kleine-König
· 15 years ago
b8a623b
s2io: fixing a ethtool test that is broken
by Breno Leitao
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
9e39f7c
s2io: Generate complete messages using single line DBG_PRINTs
by Joe Perches
· 15 years ago
82c2d02
s2io.c: Convert skipped nic->config.tx_cfg[i]. to tx_cfg->
by Joe Perches
· 15 years ago
ffb5df6
s2io.c: Standardize statistics accessors
by Joe Perches
· 15 years ago
a2a20ae
s2io.c: fix spelling explaination
by Joe Perches
· 15 years ago
6cef2b8
s2io.c: convert printks to pr_<level>
by Joe Perches
· 15 years ago
d44570e
s2io.c: Make more conforming to normal kernel style
by Joe Perches
· 15 years ago
44364a0
s2io.c: use kzalloc
by Joe Perches
· 15 years ago
4f87032
s2io.c: Use calculated size in kmallocs
by Joe Perches
· 15 years ago
13d866a
s2io.c: Shorten code line length by using intermediate pointers
by Joe Perches
· 15 years ago
6fce365
s2io.c: Use const for strings
by Joe Perches
· 15 years ago
1e3c8bd
s2io: return PCI_ERS_RESULT_DISCONNECT on permanent failure
by Dean Nelson
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
f957bcf
s2io: Remove private boolean definitions
by Tobias Klauser
· 15 years ago
2867975
net: dont update dev->trans_start in 10GB drivers
by Eric Dumazet
· 15 years ago
4023939
s2io: Use generic MDIO definitions
by Ben Hutchings
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
8d668bf
drivers/net/s2io.c: fix sparse warning: symbol shadows an earlier one
by Hannes Eder
· 16 years ago
073a243
s2io: Formatting log message
by Breno Leitao
· 16 years ago
0c8dfc8
net: Add skb_record_rx_queue() calls to multiqueue capable drivers.
by David S. Miller
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
2d5451d
net: Fix warning fallout from recent NAPI interface changes.
by David S. Miller
· 16 years ago
dac499f
drivers/net: fix sparse warnings: make symbols static
by Hannes Eder
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
2e6a684
s2io: fix warning in drivers/net/s2io.c
by Ingo Molnar
· 16 years ago
0402509
s2io: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
4cf1653
netdevice: safe convert to netdev_priv() #part-2
by Wang Chen
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
275f165
pci: use pci_ioremap_bar() in drivers/net
by Arjan van de Ven
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
b39d66a
drivers/net: replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
cd0fce0
s2io: Fix enabling VLAN tag stripping at driver initialization
by Breno Leitao
· 16 years ago
a505f4f
s2io: reindented misleading for loop
by Ilpo Järvinen
· 16 years ago
dc56e63
S2io: fix statistics flush after a MTU change
by Breno Leitao
· 16 years ago
8d8bb39
dma-mapping: add the device argument to dma_mapping_error()
by FUJITA Tomonori
· 16 years ago
fd2ea0a
net: Use queue aware tests throughout.
by David S. Miller
· 16 years ago
09e83b5
netdev: Kill NETIF_F_MULTI_QUEUE.
by David S. Miller
· 16 years ago
29d0a2b
S2io: Version update for IOMMU overflow checking and enable msi-x link interrupts patches.
by Sreenivasa Honnur
· 16 years ago
01e16fa
S2io: Enable msi-x link interrupts.
by Sreenivasa Honnur
· 16 years ago
3f78d88
S2io: Fix IOMMU overflow checking.
by Sreenivasa Honnur
· 16 years ago
b19fa1f
net: Delete NETDEVICES_MULTIQUEUE kconfig option.
by David S. Miller
· 16 years ago
1b63ba8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
64c42f6
[netdrvr] Fix IOMMU overflow checking in s2io.c
by Andi Kleen
· 16 years ago
4ae127d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
1a79d1c
s2io iomem annotations
by Al Viro
· 16 years ago
20cbe73
net/s2io: set_rxd_buffer_pointer returns -ENOMEM, not ENOMEM
by Marcin Slusarz
· 16 years ago
43154d0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
0b5923c
S2io: Version update for napi and MSI-X patches
by Sreenivasa Honnur
· 16 years ago
f61e0a3
S2io: Added napi support when MSIX is enabled.
by Sreenivasa Honnur
· 16 years ago
ac731ab
S2io: Move all the transmit completions to a single msi-x (alarm) vector
by Sreenivasa Honnur
· 16 years ago
7ad62db
s2io: add missing block braces to multistatement if statement
by Ilpo Järvinen
· 16 years ago
7d2e3cb
[netdrvr] Trim trailing whitespace for several drivers
by Jeff Garzik
· 16 years ago
23d9b38
S2io: Version update for multi ring patches
by Sreenivasa Honnur
· 17 years ago
Next »