summaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4
AgeCommit message (Expand)AuthorLines
2010-03-24net/various: remove trailing space in messagesFrans Pop-1/+1
2010-03-19sysfs: fix sysfs lockdep warning in mlx4 codeGreg Kroah-Hartman-0/+1
2010-03-16net: convert multiple drivers to use netdev_for_each_mc_addr, part7Jiri Pirko-30/+22
2010-02-19mlx4: replace the dma_sync_single_range_for_cpu/device APIFUJITA Tomonori-4/+4
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan-1/+1
2010-01-06mlx4_core: Fix cleanup in __mlx4_init_one() error pathEli Cohen-1/+1
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-1/+1
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds-1/+2
2009-12-16mlx4: use bitmap_find_next_zero_areaAkinobu Mita-33/+4
2009-12-13mlx4_core: return a negative error valueroel kluin-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-3/+3
2009-11-12mlx4_core: Fix parsing of reserved EQ capYevgeny Petrilin-1/+1
2009-11-12IB/mlx4: Remove limitation on LSO header sizeEli Cohen-0/+1
2009-10-14mlx4_core: Add a new supported 40 GigE device IDEli Cohen-0/+1
2009-10-07mlx4_core: Add 40GigE device IDYevgeny Petrilin-0/+1
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds-0/+5
2009-09-24mlx4_core: Pass cache line size to device FWEli Cohen-0/+5
2009-09-16mlx4: Fix access to freed memoryVitaliy Gusev-3/+8
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-118/+52
2009-09-05mlx4_core: Distinguish multiple devices in /proc/interruptsArputham Benjamin-8/+26
2009-09-05mlx4_core: Avoid double free_icmsYevgeny Petrilin-1/+1
2009-09-05mlx4_core: Allocate and map sufficient ICM memory for EQ contextRoland Dreier-51/+7
2009-09-05mlx4_core: Remove unnecessary includes of <linux/init.h>Roland Dreier-13/+0
2009-09-05mlx4_core: Use pci_request_regions()Roland Dreier-18/+8
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+3
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger-2/+2
2009-08-23drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng-2/+3
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-4/+13
2009-08-09mlx4_en: Fix read buffer overflow in mlx4_en_complete_rx_desc()roel kluin-2/+3
2009-08-06mlx4_en: Not using Shared Receive QueuesYevgeny Petrilin-73/+26
2009-08-06mlx4_en: Using real number of rings as RSS map sizeYevgeny Petrilin-41/+16
2009-08-06mlx4_en: Adaptive moderation policy changeYevgeny Petrilin-3/+9
2009-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-0/+1
2009-08-02mlx4_en: Fix double pci unmapping.Yevgeny Petrilin-0/+1
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2009-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-1/+1
2009-07-21drivers/net/mlx4: Adjust constantJulia Lawall-1/+1
2009-07-06mlx4_core: Add new ConnectX EN PCI ID 0x6764Yevgeny Petrilin-0/+1
2009-07-06mlx4_core: Handle multi-physical function devicesYevgeny Petrilin-2/+8
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy-1/+1
2009-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds-4/+10
2009-06-22mlx4_core: Fix dma_sync_single_for_cpu() with matching for_device() callsRoland Dreier-4/+10
2009-06-21mlx4_en: Remove redundant refill code on RXYevgeny Petrilin-102/+0
2009-06-21mlx4_en: Removed redundant check on lso header sizeYevgeny Petrilin-6/+0
2009-06-21mlx4_en: Cancel port_up check in transmit functionYevgeny Petrilin-9/+2
2009-06-21mlx4_en: using stop/start_all_queuesYevgeny Petrilin-2/+2
2009-06-21mlx4_en: Removed redundant skb->len checkYevgeny Petrilin-4/+0
2009-06-21mlx4_en: Counting all the dropped packets on the TX sideYevgeny Petrilin-7/+8
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller-8/+20