summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-05-13[netdrvr] sfc: Removed bogus 'fall-thru' commentsBen Hutchings2-3/+0
2008-05-13[netdrvr] sfc: Add phy_flash_cfg module parameter and implementationBen Hutchings4-4/+26
2008-05-13[netdrvr] sfc: Add TSO supportBen Hutchings4-1/+708
2008-05-13ehea: Add DLPAR memory remove supportHannes Hering3-84/+254
2008-05-13ehea: Add dependency to KconfigHannes Hering1-1/+1
2008-05-13memory: Introduce exports for memory notifiersHannes Hering1-0/+2
2008-05-13gianfar: Fix a bug where the pointer never moves for dma_unmap...Andy Fleming1-0/+2
2008-05-13cxgb3 - fix EEHDivy Le Ray5-6/+70
2008-05-13cxgb3 - fix port up/down error pathDivy Le Ray2-15/+18
2008-05-13myri10ge: fix the number of interrupt slotsBrice Goglin1-9/+5
2008-05-13myri10ge: cleanup retrieving of firmware capabilitiesBrice Goglin1-11/+31
2008-05-13myri10ge: move data structures into a single sliceBrice Goglin1-278/+316
2008-05-13myri10ge: fix potential infinite loop in enable_ecrcBrice Goglin1-2/+3
2008-05-13myri10ge: trivial formatting fixBrice Goglin1-1/+4
2008-05-13myri10ge: add barrier in myri10ge_send_cmdBrice Goglin1-1/+3
2008-05-13myri10ge: report FIBER in ethtool for XFP based NICBrice Goglin1-0/+35
2008-05-13myri10ge: properly align scratch buffersBrice Goglin1-2/+2
2008-05-13myri10ge: increase and fix handoff timeoutBrice Goglin1-2/+2
2008-05-13myri10ge: fix module parameter descriptionsBrice Goglin1-17/+18
2008-05-13myri10ge: update firmware headersBrice Goglin2-31/+64
2008-05-13atl1: bump version numberJay Cliburn4-5/+5
2008-05-13atl1: add shutdown callbackJay Cliburn1-2/+9
2008-05-13atl1: fix broken suspend and resumeJay Cliburn1-45/+80
2008-05-13atl1: add PHY power save modeJay Cliburn2-11/+11
2008-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller11-41/+41
2008-05-13PS3: gelic: fix memory leakMasakazu Mokuno1-0/+2
2008-05-13iwlwifi: Fix frequency in rx_status fillEmmanuel Grumbach2-2/+2
2008-05-13zd1211rw: fix potential use-after-free bugJohannes Berg1-1/+5
2008-05-13rt2x00: Clean up error handling of PCI queue DMA allocation.Ivo van Doorn1-2/+3
2008-05-13rt2x00: Fix broken recover-on-error pathIvo van Doorn1-7/+4
2008-05-13rt2x00: Don't use pskb_expand_head()Ivo van Doorn1-20/+11
2008-05-13iwlwifi: fix compile error when CONFIG_MAC80211_DEBUGFS is not selectedZhu Yi1-1/+1
2008-05-13wavelan: avoid index past end of array if DEBUG_SHOW_UNUSED is definedJohn W. Linville2-6/+4
2008-05-13prism54: fix regression with missing carrier in AP-modeLuis R. Rodriguez1-2/+9
2008-05-13pppol2tp: Remove null pointer dereference.Julia Lawall1-3/+10
2008-05-12syncppp: Fix crashes.David S. Miller6-17/+17
2008-05-12niu: Determine the # of ports from the card's VPD dataMatheos Worku2-32/+30
2008-05-08Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller26-388/+1163
2008-05-08macvlan: Fix memleak on device removal/crash on module removalPatrick McHardy1-1/+1
2008-05-06e1000e: don't return half-read eeprom on errorKok, Auke1-1/+5
2008-05-06ucc_geth: Don't use RX clock as TX clock.Joakim Tjernlund1-1/+1
2008-05-06cxgb3: Use CAP_SYS_RAWIO for firmwareAlan Cox1-2/+2
2008-05-06pcnet32: delete non NAPI code from driver.Don Fry2-71/+4
2008-05-06fs_enet: Fix a memory leak in fs_enet_mdio_probeScott Wood1-1/+2
2008-05-06[netdrvr] eexpress: IPv6 fails - multicast problemsBruce Robson1-5/+6
2008-05-063c59x: use netstats in net_device structurePaulius Zaleckas1-36/+35
2008-05-063c980-TX needs EXTRA_PREAMBLEGunnar Larisch1-1/+1
2008-05-06Merge branch 'for-2.6.26' of git://git.farnsworth.org/dale/linux-2.6-mv643xx_...Jeff Garzik1-37/+123
2008-05-06fix warning in drivers/net/appletalk/cops.cJeff Garzik1-11/+5
2008-05-06e1000e: Add support for BM PHYs on ICH9Bruce Allan7-21/+748