index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vxge
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-29
vxge: Version update.
Sreenivasa Honnur
1
-2
/
+2
2010-03-29
vxge: Set function-0 as the privilaged function for normal function.
Sreenivasa Honnur
1
-2
/
+4
2010-03-29
vxge: Fixed MSIX interrupt configuration.
Sreenivasa Honnur
4
-120
/
+81
2010-03-29
vxge: Fixed "ethtool -d" prints.
Sreenivasa Honnur
1
-3
/
+2
2010-03-29
vxge: Align the memory only if it is misaligned.
Sreenivasa Honnur
1
-4
/
+16
2010-03-29
vxge: Fix starvation of receive ring controller when blasted by short packets.
Sreenivasa Honnur
3
-13
/
+6
2010-03-29
vxge: Fix a receive stall due to driver being out of synch with chip.
Sreenivasa Honnur
2
-7
/
+56
2010-03-24
net/various: remove trailing space in messages
Frans Pop
1
-1
/
+1
2010-02-26
net: convert multiple drivers to use netdev_for_each_mc_addr, part6
Jiri Pirko
1
-3
/
+1
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-3
/
+3
2010-01-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-4
/
+4
2010-01-10
vxge: use pci_dma_mapping_error to test return value
Denis Kirjanov
1
-1
/
+1
2010-01-07
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
1
-1
/
+1
2010-01-07
drivers/net/vxge/vxge-main.c: use %pM to show MAC address
hartleys
1
-4
/
+2
2009-12-25
vxge: use DMA_BIT_MASK instead of plain values.
Denis Kirjanov
1
-3
/
+3
2009-12-03
drivers/net: Move && and || to end of previous line
Joe Perches
2
-13
/
+13
2009-10-28
vxge: Configure the number of transmit descriptors per packet to MAX_SKB_FRAG...
Sreenivasa Honnur
2
-3
/
+4
2009-10-06
vxge: Version update.
Sreenivasa Honnur
1
-2
/
+2
2009-10-06
vxge: Allow multiple functions with INTA.
Sreenivasa Honnur
5
-57
/
+64
2009-10-06
vxge: Check if FCS stripping is disabled by the firmware.
Sreenivasa Honnur
3
-0
/
+33
2009-10-06
vxge: Removed unused functions.
Sreenivasa Honnur
1
-204
/
+0
2009-10-06
vxge: Fixed crash in PAE system due to wrong typecasting.
Sreenivasa Honnur
1
-1
/
+1
2009-10-06
vxge: Removed accessing non-supported registers.
Sreenivasa Honnur
2
-6
/
+0
2009-10-06
vxge: Update driver_config->vpath_per_dev for each function in probe.
Sreenivasa Honnur
1
-1
/
+2
2009-10-06
vxge: Modify __vxge_hw_device_is_privilaged() to not assume function-0 as the...
Sreenivasa Honnur
1
-22
/
+30
2009-09-21
trivial: remove unnecessary semicolons
Joe Perches
2
-2
/
+2
2009-09-02
drivers: Kill now superfluous ->last_rx stores
Eric Dumazet
1
-2
/
+0
2009-09-01
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
1
-1
/
+1
2009-08-05
vxge: Version update
Benjamin LaHaise
1
-2
/
+2
2009-08-05
vxge: prefetch skb->data
Benjamin LaHaise
2
-1
/
+6
2009-08-05
vxge: prefetch RxD descriptors
Benjamin LaHaise
2
-0
/
+2
2009-08-05
vxge: improve tx performance by using mmiowb() instead of wmb()
Benjamin LaHaise
1
-2
/
+2
2009-08-05
vxge: fix pktgen hangs (don't abuse skb->cb[])
Benjamin LaHaise
5
-32
/
+40
2009-08-05
vxge: don't drop frame on tx queue full
Benjamin LaHaise
1
-0
/
+6
2009-08-01
vxge: return PCI_ERS_RESULT_DISCONNECT on permanent failure
Dean Nelson
1
-0
/
+3
2009-07-05
vxge: Version update
Sreenivasa Honnur
1
-1
/
+1
2009-07-05
vxge: Printing the function's configured mode of operation
Sreenivasa Honnur
1
-0
/
+21
2009-07-05
vxge: Disable fcs stripping.
Sreenivasa Honnur
2
-5
/
+7
2009-07-05
vxge: Fixes in isr routine
Sreenivasa Honnur
2
-10
/
+13
2009-07-05
vxge: Removed the code to bounds check the mss value
Sreenivasa Honnur
2
-7
/
+0
2009-07-05
vxge: Corrected Register map entry for xmac_link registers
Sreenivasa Honnur
1
-3
/
+6
2009-07-05
vxge: check for card status before continuing in device close
Sreenivasa Honnur
1
-0
/
+3
2009-07-05
vxge: Fixed memory leak by freeing memory allocated for device_config
Sreenivasa Honnur
1
-0
/
+1
2009-07-05
vxge: Removed ioremap of unused bar addresses and their references
Sreenivasa Honnur
4
-45
/
+10
2009-07-05
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-2
/
+2
2009-06-17
vxge: Enable SRIOV support in the driver.
Sivakumar Subramani
3
-7
/
+22
2009-06-11
vxge: No need for check vfree() pointer.
Figo.zhang
1
-8
/
+4
2009-05-29
net: dont update dev->trans_start in 10GB drivers
Eric Dumazet
1
-2
/
+4
2009-05-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2009-05-17
Neterion: *FIFO1_DMA_ERR set twice, should 2nd be *FIFO2_DMA_ERR?
roel kluin
1
-1
/
+1
[next]