Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f5dec51172b81db226a23f309bc737ad021af35b
/
drivers
/
net
/
myri10ge
e743d31
drivers: net: use skb_headlen()
by Eric Dumazet
· 15 years ago
c755b4b
myri10ge: use the DMA state API instead of the pci equivalents
by FUJITA Tomonori
· 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
4a1032f
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
2488f56
myri10ge: fix rx_pause in myri10ge_set_pauseparam
by Brice Goglin
· 15 years ago
22bedad3
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
b8d6897
myri: remove dead code
by Dan Carpenter
· 15 years ago
2a3f279
myri10ge: optimize 4k-boundary check when stocking rx pages
by Brice Goglin
· 15 years ago
f9dcbcc
net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2
by Jiri Pirko
· 15 years ago
78ca90e
drivers/net/myri10ge: Use pr_<level> and netdev_<level>
by Joe Perches
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
4b860ab
myri10ge: use src+dst for rss hashing
by Brice Goglin
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
b9721d5
myri10ge: declare MODULE_FIRMWARE
by Ben Hutchings
· 15 years ago
cfadf85
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
196f17e
myri10ge: improve port type reporting in ethtool
by Brice Goglin
· 15 years ago
6dc3494
myri10ge: Use the instance of net_device_stats from net_device.
by Ajit Khaparde
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
d023421
myri10ge: improve parity error detection and recovery
by Brice Goglin
· 15 years ago
ec634fe
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
5b54814
net: use symbolic values for ndo_start_xmit() return codes
by Patrick McHardy
· 15 years ago
2867975
net: dont update dev->trans_start in 10GB drivers
by Eric Dumazet
· 15 years ago
dddc045
myri10ge: Add support for vlan_features
by Brice Goglin
· 15 years ago
2552c31
myri10ge: drop myri10ge_lro module parameter
by Brice Goglin
· 15 years ago
18af3e7
myri10ge: fix the invokation of lro_flush_all
by Brice Goglin
· 15 years ago
e5488ce
myri10ge: update version to 1.5.0-1.415
by Brice Goglin
· 15 years ago
3a0c7d2
myri10ge: allow LRO to be enabled via ethtool
by Brice Goglin
· 15 years ago
7fe624f
myri10ge: fix compile error
by Andrew Gallatin
· 16 years ago
6498be3
myri10ge: fix tx ring size in ethtool -g
by Brice Goglin
· 16 years ago
9713107
myri10ge: add MODULE_DEVICE_TABLE
by Brice Goglin
· 16 years ago
2d90b0a
myri10ge: allow per-board firmware overriding
by Brice Goglin
· 16 years ago
5908182
myri10ge: force stats update in ethtool gstats
by Brice Goglin
· 16 years ago
636d2f6
myr10ge: again fix lro_gen_skb() alignment
by Stanislaw Gruszka
· 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
7f64926
myri10ge: update firmware headers to 1.4.41
by Brice Goglin
· 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
e3fd553
myri10ge: don't forget pci_disable_device()
by Brice Goglin
· 16 years ago
0f84001
myri10ge: print MAC and serial number on probe failure
by Brice Goglin
· 16 years ago
2d5451d
net: Fix warning fallout from recent NAPI interface changes.
by David S. Miller
· 16 years ago
13e620e
myri10ge: update driver version to 1.4.4-1.395
by Brice Goglin
· 16 years ago
e92df28
myri10ge: update firmware headers to 1.4.37
by Brice Goglin
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 16 years ago
bcb09dc
myri10ge: check fragmentation in LRO get_frag_header()
by Brice Goglin
· 16 years ago
2c62ad7
myri10ge: update firmware headers
by Brice Goglin
· 16 years ago
4ee2ac5
myri10ge: update DCA comments
by Brice Goglin
· 16 years ago
8126089
myri10ge: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
00b5e50
myri10ge: remove hardcoded sram_size
by Brice Goglin
· 16 years ago
d6279c8
myri10ge: fix per-slice rx/tx_dropped counters
by Brice Goglin
· 16 years ago
198d6ba
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
8c2f5fa
myri10ge: fix stop/go ordering even more
by Brice Goglin
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
a1744d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
6824a10
myri10ge: fix stop/go mmio ordering
by Brice Goglin
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
051d36f
myri10ge: disable NAPI on failure to setup the interface
by Brice Goglin
· 16 years ago
5dd2d33
[netdrvr] myri10ge, ixgbe: remove broken select INTEL_IOATDMA
by Jeff Garzik
· 16 years ago
2ef3783
myri10ge: update driver version number to 1.4.3-1.369
by Brice Goglin
· 16 years ago
5c714e2
myri10ge: remove over-paranoid queue number modulus
by Brice Goglin
· 16 years ago
236bb5e6
myri10ge: add multiqueue TX
by Brice Goglin
· 16 years ago
ead7b94
myri10ge: use DCA if DCA is compiled as a module
by Brice Goglin
· 16 years ago
9a6b3b5
myri10ge: Rename DCA-related firmware counters
by Brice Goglin
· 16 years ago
330554c
myri10ge: Stop scaring people when DCA is built but absent
by Brice Goglin
· 16 years ago
45021ae
[netdrvr] removed unused #include <version.h>
by Huang Weiyi
· 16 years ago
0623807
myri10ge: update version string to 1.4.3-1.358
by Brice Goglin
· 16 years ago
13b2738
myri10ge: myri10ge_fw_name also overrides the rss firmware
by Brice Goglin
· 16 years ago
77970ea
myri10ge: set 64bits consistent DMA mask
by Brice Goglin
· 16 years ago
6a4c4ad
myri10ge: update firmware headers
by Brice Goglin
· 16 years ago
c7f8099
myri10ge: use ioremap_wc
by Brice Goglin
· 16 years ago
e454e7e
myri10ge: remove wcfifo
by Brice Goglin
· 16 years ago
49997d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
b0d31d6
myri10ge: treat firmware data as const
by David Woodhouse
· 16 years ago
65b53e4c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
981813d
myri10ge: add Direct Cache Access support
by Brice Goglin
· 16 years ago
0dcffac
myri10ge: add multislices support
by Brice Goglin
· 16 years ago
7792973
myri10ge: add routines for multislices
by Brice Goglin
· 16 years ago
d399cf8
myri10ge: update driver version
by Brice Goglin
· 16 years ago
0178ec3
make myri10ge_get_firmware_capabilities() static
by Adrian Bunk
· 16 years ago
014377a
myri10ge: fix the number of interrupt slots
by Brice Goglin
· 16 years ago
fa0a90d
myri10ge: cleanup retrieving of firmware capabilities
by Brice Goglin
· 16 years ago
b53bef8
myri10ge: move data structures into a single slice
by Brice Goglin
· 16 years ago
eca3fd8
myri10ge: fix potential infinite loop in enable_ecrc
by Brice Goglin
· 16 years ago
99f5f87
myri10ge: trivial formatting fix
by Brice Goglin
· 16 years ago
bd2db0c
myri10ge: add barrier in myri10ge_send_cmd
by Brice Goglin
· 16 years ago
c0bf880
myri10ge: report FIBER in ethtool for XFP based NIC
by Brice Goglin
· 16 years ago
f8fd57c
myri10ge: properly align scratch buffers
by Brice Goglin
· 16 years ago
d93ca2a
myri10ge: increase and fix handoff timeout
by Brice Goglin
· 16 years ago
d1ce3a0
myri10ge: fix module parameter descriptions
by Brice Goglin
· 16 years ago
0f7229d
myri10ge: update firmware headers
by Brice Goglin
· 16 years ago
801678c
Remove duplicated unlikely() in IS_ERR()
by Hirofumi Nakagawa
· 17 years ago
66341ff
annotate myri10ge
by Al Viro
· 17 years ago
4c3616c
netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN
by Alejandro Martinez Ruiz
· 17 years ago
4ec2411
[NET]: Do not check netif_running() and carrier state in ->poll()
by David S. Miller
· 17 years ago
621544e
[LRO]: fix lro_gen_skb() alignment
by Andrew Gallatin
· 17 years ago
c956a24
Fix myri10ge NAPI oops & warnings
by Andrew Gallatin
· 17 years ago
898eb71
Add missing newlines to some uses of dev_<level> messages
by Joe Perches
· 17 years ago
e0d7c52
myri10ge: update driver version to 1.3.2-1.287
by Brice Goglin
· 17 years ago
Next »