Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / drivers / net / vxge /
2010-05-14 Joe Perchesdrivers/net: Remove unnecessary returns from void funct...
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-08 Sreenivasa Honnurvxge: Version update.
2010-04-08 Sreenivasa Honnurvxge: Pass correct number of VFs value to pci_sriov_ena...
2010-04-08 Sreenivasa Honnurvxge: Allow driver load for all enumerated pci functions.
2010-04-08 Sreenivasa Honnurvxge: Fix a possible memory leak in vxge_hw_device_init...
2010-04-03 Jiri Pirkonet: convert multicast list to list_head
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-29 Sreenivasa Honnurvxge: Version update.
2010-03-29 Sreenivasa Honnurvxge: Set function-0 as the privilaged function for...
2010-03-29 Sreenivasa Honnurvxge: Fixed MSIX interrupt configuration.
2010-03-29 Sreenivasa Honnurvxge: Fixed "ethtool -d" prints.
2010-03-29 Sreenivasa Honnurvxge: Align the memory only if it is misaligned.
2010-03-29 Sreenivasa Honnurvxge: Fix starvation of receive ring controller when...
2010-03-29 Sreenivasa Honnurvxge: Fix a receive stall due to driver being out of...
2010-03-24 Frans Popnet/various: remove trailing space in messages
2010-02-26 Jiri Pirkonet: convert multiple drivers to use netdev_for_each_mc...
2010-02-12 Jiri Pirkonet: use netdev_mc_count and netdev_mc_empty when appro...
2010-01-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-10 Denis Kirjanovvxge: use pci_dma_mapping_error to test return value
2010-01-08 Alexey Dobriyandrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2010-01-07 hartleysdrivers/net/vxge/vxge-main.c: use %pM to show MAC address
2009-12-26 Denis Kirjanovvxge: use DMA_BIT_MASK instead of plain values.
2009-12-03 Joe Perchesdrivers/net: Move && and || to end of previous line
2009-10-28 Sreenivasa Honnurvxge: Configure the number of transmit descriptors...
2009-10-06 Sreenivasa Honnurvxge: Version update.
2009-10-06 Sreenivasa Honnurvxge: Allow multiple functions with INTA.
2009-10-06 Sreenivasa Honnurvxge: Check if FCS stripping is disabled by the firmware.
2009-10-06 Sreenivasa Honnurvxge: Removed unused functions.
2009-10-06 Sreenivasa Honnurvxge: Fixed crash in PAE system due to wrong typecasting.
2009-10-06 Sreenivasa Honnurvxge: Removed accessing non-supported registers.
2009-10-06 Sreenivasa Honnurvxge: Update driver_config->vpath_per_dev for each...
2009-10-06 Sreenivasa Honnurvxge: Modify __vxge_hw_device_is_privilaged() to not...
2009-09-21 Joe Perchestrivial: remove unnecessary semicolons
2009-09-03 Eric Dumazetdrivers: Kill now superfluous ->last_rx stores
2009-09-01 Stephen Hemmingernetdev: convert bulk of drivers to netdev_tx_t
2009-08-05 Benjamin LaHaisevxge: Version update
2009-08-05 Benjamin LaHaisevxge: prefetch skb->data
2009-08-05 Benjamin LaHaisevxge: prefetch RxD descriptors
2009-08-05 Benjamin LaHaisevxge: improve tx performance by using mmiowb() instead...
2009-08-05 Benjamin LaHaisevxge: fix pktgen hangs (don't abuse skb->cb[])
2009-08-05 Benjamin LaHaisevxge: don't drop frame on tx queue full
2009-08-02 Dean Nelsonvxge: return PCI_ERS_RESULT_DISCONNECT on permanent...
2009-07-06 Sreenivasa Honnurvxge: Version update
2009-07-06 Sreenivasa Honnurvxge: Printing the function's configured mode of operation
2009-07-06 Sreenivasa Honnurvxge: Disable fcs stripping.
2009-07-06 Sreenivasa Honnurvxge: Fixes in isr routine
2009-07-06 Sreenivasa Honnurvxge: Removed the code to bounds check the mss value
2009-07-06 Sreenivasa Honnurvxge: Corrected Register map entry for xmac_link registers
2009-07-06 Sreenivasa Honnurvxge: check for card status before continuing in device...
2009-07-06 Sreenivasa Honnurvxge: Fixed memory leak by freeing memory allocated...
2009-07-06 Sreenivasa Honnurvxge: Removed ioremap of unused bar addresses and their...
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-06-17 Sivakumar Subramanivxge: Enable SRIOV support in the driver.
2009-06-11 Figo.zhangvxge: No need for check vfree() pointer.
2009-05-29 Eric Dumazetnet: dont update dev->trans_start in 10GB drivers
2009-05-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-05-18 roel kluinNeterion: *FIFO1_DMA_ERR set twice, should 2nd be ...
2009-04-30 David S. MillerRevert "vxge: use max() instead of VXGE_HW_SET_LEVEL"
2009-04-27 Alexander Beregalovvxge: use max() instead of VXGE_HW_SET_LEVEL
2009-04-27 Alexander Beregalovvxge: fix possible NULL dereference in vxge-traffic.c
2009-04-04 Alexander Beregalovvxge: should include tcp.h
2009-04-02 Ramkrishna VepaNeterion: New driver: Kconfig and Makefile
2009-04-02 Ramkrishna VepaNeterion: New driver: Driver version
2009-04-02 Ramkrishna VepaNeterion: New driver: Ethtool related
2009-04-02 Ramkrishna VepaNeterion: New driver: Main entry points
2009-04-02 Ramkrishna VepaNeterion: New driver: Traffic & alarm handler
2009-04-02 Ramkrishna VepaNeterion: New driver: Hardware init & configuration
2009-04-02 Ramkrishna VepaNeterion: New driver: register set - vxge-reg.h