summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-07-0636-937/+846Star
|\
| * 8390: Split 8390 support into a pausing and a non pausing driver coreAlan Cox2008-07-047-36/+116
| * WAN: Remove no longer needed pvc_desc in FR code.Krzysztof Halasa2008-07-041-17/+8Star
| * WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-0416-223/+174Star
| * igb: add NAPI Rx queue supportPJ Waskiewicz2008-07-042-89/+61Star
| * igb: fix init on 82575 with MNG enabledAlexander Duyck2008-07-044-0/+79
| * igb: eliminate hw from the hw_dbg macro argumentsAuke Kok2008-07-047-182/+147Star
| * igb: fix parameter optionsAlexander Duyck2008-07-041-4/+0Star
| * igb: cleanup function header commentsJeff Kirsher2008-07-044-103/+103
| * igb: Remove adapter struct from these function call parametersMitch Williams2008-07-041-48/+40Star
| * igb: limit EEPROM accessJeff Kirsher2008-07-041-0/+4
| * ipg: run-time configurable jumbo frame supportPekka Enberg2008-07-042-95/+32Star
| * ipg: per-device max_rxframe_sizePekka Enberg2008-07-042-2/+7
| * ipg: per-device rxsupport_sizePekka Enberg2008-07-042-4/+6
| * ipg: per-device rxfrag_sizePekka Enberg2008-07-042-14/+12Star
| * ipg: remove jumbo frame #ifdef from mtuPekka Enberg2008-07-042-3/+5
| * ipg: always compile in jumbo frame supportPekka Enberg2008-07-042-15/+21
| * Merge branch 'r8169-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Jeff Garzik2008-07-042-116/+45Star
| |\
| | * r8169: remove non-napi codeFrancois Romieu2008-06-292-114/+41Star
| | * r8169: multicast register update (sync with Realtek's 8.004.00 8168 driver)Francois Romieu2008-06-291-2/+4
* | | tun: Allow GSO using virtio_net_hdrRusty Russell2008-07-031-3/+92
* | | tun: TUNSETFEATURES to set gso features.Rusty Russell2008-07-031-0/+49
* | | tun: Interface to query tun/tap features.Rusty Russell2008-07-031-0/+8
|/ /
* | niu: Add support for rx flow hash configuration.Santwona Behera2008-07-021-0/+158
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-2954-3776/+1397Star
|\ \
| * | wireless: remove RFKILL_STATE_HARD_BLOCKED warningsJohn W. Linville2008-06-274-8/+21
| * | ath5k: remove now unused variable declared in ath5k_txJohn W. Linville2008-06-271-1/+0Star
| * | wireless: Small cleanupsPavel Machek2008-06-272-25/+20Star
| * | iwlwifi: fix build for CONFIG_INPUT=nRandy Dunlap2008-06-272-2/+11
| * | b43: Fix PIO skb clobberMichael Buesch2008-06-271-1/+1
| * | rt2x00: kill URB for all TX queues during disable_radio()Ivo van Doorn2008-06-271-3/+6
| * | ath5k: convert LED code to use mac80211 triggersBob Copeland2008-06-273-154/+132Star
| * | rt2x00: Remove duplicate deinitializationIvo van Doorn2008-06-271-18/+2Star
| * | b43: Add debugfs firmware debugging knobMichael Buesch2008-06-273-0/+15
| * | b43: Add simple firmware watchdogMichael Buesch2008-06-272-0/+17
| * | ssb, b43, b43legacy, b44: Rewrite SSB DMA APIMichael Buesch2008-06-275-148/+197
| * | adm8211: remove unnecessary protected bit mask/checkHarvey Harrison2008-06-261-8/+1Star
| * | b43: Remove "shm" and "ucode_regs" debugfs filesMichael Buesch2008-06-262-44/+0Star
| * | b43: Add mask/set capability to debugfs MMIO interfaceMichael Buesch2008-06-261-8/+30
| * | b43: Add debugfs files for random SHM accessMichael Buesch2008-06-264-17/+234
| * | b43: Add debugfs files for MMIO register accessMichael Buesch2008-06-262-0/+133
| * | rt2x00: Release rt2x00 2.1.8Ivo van Doorn2008-06-261-1/+1
| * | rt2x00: Increase queue sizeIvo van Doorn2008-06-261-7/+10
| * | rt2x00: Fix sparse warning on nested container_of()Ivo van Doorn2008-06-263-8/+10
| * | rt2x00: Cleanup symbol exportsIvo van Doorn2008-06-2611-137/+102Star
| * | rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde2008-06-2610-176/+204
| * | rt2x00: Centralize allocation of RX skbs.Gertjan van Wingerde2008-06-264-66/+113
| * | rt2x00: Convert rt2x00 to use generic DMA-mapping APIGertjan van Wingerde2008-06-268-26/+25Star
| * | rt2x00: Properly clean up beacon skbs.Gertjan van Wingerde2008-06-263-0/+18
| * | rt2x00: Use ieee80211 fc handlersIvo van Doorn2008-06-263-39/+7Star