summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-149-1480/+2033
|\
| * bnx2x: Version updateEilon Greenstein2008-08-141-2/+2
| * bnx2x: Checkpatch complianceEilon Greenstein2008-08-145-102/+102
| * bnx2x: Spelling mistakesEilon Greenstein2008-08-146-39/+39
| * bnx2x: Minor code improvementsEilon Greenstein2008-08-143-78/+72Star
| * bnx2x: Driver infoEilon Greenstein2008-08-141-6/+6
| * bnx2x: 1G LED does not turn offEilon Greenstein2008-08-142-0/+10
| * bnx2x: 8073 PHY changesYaniv Rosner2008-08-143-158/+428
| * bnx2x: Change GPIO for any portEilon Greenstein2008-08-143-43/+51
| * bnx2x: Pause settingsYaniv Rosner2008-08-144-91/+128
| * bnx2x: Link order with external PHYYaniv Rosner2008-08-142-166/+216
| * bnx2x: No LRO without Rx checksumVladislav Zolotarov2008-08-141-28/+39
| * bnx2x: Wrong structure sizeYitchak Gertner2008-08-141-2/+2
| * bnx2x: WoL capabilityEilon Greenstein2008-08-141-2/+11
| * bnx2x: Clearing MAC addresses filtersYitchak Gertner2008-08-141-14/+54
| * bnx2x: Delay in while loopsYitchak Gertner2008-08-141-14/+11Star
| * bnx2x: PBA Table Page Alignment WorkaroundEilon Greenstein2008-08-142-124/+130
| * bnx2x: Self-test false positiveYitchak Gertner2008-08-141-11/+13
| * bnx2x: Memory allocationEilon Greenstein2008-08-141-6/+9
| * bnx2x: HW attention lockEilon Greenstein2008-08-143-19/+25
| * bnx2x: HW lock mechanismYitchak Gertner2008-08-142-44/+75
| * bnx2x: Load/Unload under trafficVladislav Zolotarov2008-08-143-98/+135
| * bnx2x: FW Internal Memory structureEilon Greenstein2008-08-142-334/+299Star
| * bnx2x: StatisticsYitchak Gertner2008-08-144-94/+154
| * bnx2x: Not dropping packets with L3/L4 checksum errorEilon Greenstein2008-08-142-12/+19
| * bnx2x: FW (bootcode) interface fixesEilon Greenstein2008-08-141-32/+42
* | uninline atl1e_setup_mac_ctrl()Adrian Bunk2008-08-091-2/+2
* | Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-0814-28/+26Star
|\ \ | |/ |/|
| * [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-0713-26/+26
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King2008-08-07113-2216/+3673
| |\
| * | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-075-5/+4Star
| * | [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-071-1/+0Star
* | | bnx2x: fix logical opRandy Dunlap2008-08-081-1/+1
* | | Merge branch 'ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linvill...David S. Miller2008-08-0823-2/+31520
|\ \ \
| * | | ath9k: Revamp wireless mode usageSujith2008-08-0712-324/+205Star
| * | | ath9k: More unused macrosSujith2008-08-071-6/+0Star
| * | | ath9k: Remove a few unused macros and fix indentationSujith2008-08-071-145/+130Star
| * | | ath9k: Use mac80211's band macros and remove enum hal_freq_bandSujith2008-08-072-9/+4Star
| * | | ath9k: Remove redundant data structure ath9k_txq_infoSujith2008-08-076-212/+178Star
| * | | ath9k: Cleanup data structures related to HW capabilitiesSujith2008-08-079-320/+330
| * | | ath9k: work around gcc ICEsAdrian Bunk2008-08-071-1/+5
| * | | ath9k: Add new Atheros IEEE 802.11n driverLuis R. Rodriguez2008-08-0722-0/+31685
| * | | ath5k: remove Atheros 11n devices from supported listLuis R. Rodriguez2008-08-071-2/+0Star
* | | | p54: swap short slot time dcf valuesChristian Lamparter2008-08-071-2/+2
* | | | rt2x00: Block all unsupported modesIvo van Doorn2008-08-071-17/+37
* | | | p54: Fix for TX sequence number problemLarry Finger2008-08-072-0/+15
* | | | iwlwifi: cleanup iwl_tx_skbTomas Winkler2008-08-073-25/+22Star
|/ / /
* | | Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...Jeff Garzik2008-08-0729-1846/+1233Star
|\ \ \
| * | | WAN: Use u32 type instead of u_int32_t in LMC driver.Krzysztof Hałasa2008-07-236-143/+139Star
| * | | WAN: Port LMC driver to generic HDLCKrzysztof Hałasa2008-07-238-653/+365Star