summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-05-21rt2x00: Remove redundant flags/dev_flags initializationsIvo van Doorn5-10/+1
2008-05-21rt2x00: Split rt2x00lib_write_tx_desc()Ivo van Doorn11-163/+265
2008-05-21rt2x00: Only initialize the minimum needed fields of PCI TX descriptors.Gertjan van Wingerde3-27/+21
2008-05-21rt2x00: Preserve descriptor information after memmove()Ivo van Doorn3-47/+62
2008-05-21rt2x00: Fix queue related oops in case of deselected mac80211 multi-queue fea...Gertjan van Wingerde15-11/+42
2008-05-21rt2x00: Remove ieee80211_tx_control argument from write_tx_desc()Ivo van Doorn8-32/+36
2008-05-21rt2x00: Fix TX status reportingIvo van Doorn7-31/+76
2008-05-21rt2x00: trim skb_frame_desc to 32 bytesIvo van Doorn4-17/+13
2008-05-16bnx2: Update version to 1.7.6.Michael Chan1-2/+2
2008-05-16bnx2: Pre-initialize struct cpu_reg.Benjamin Li2-72/+86
2008-05-16bnx2: Rename RX_COPY_THRESH to BNX2_RX_COPY_THRESH.Benjamin Li2-5/+6
2008-05-16bnx2: Remove the rx_offset field from the bnx2 structure.Benjamin Li2-11/+10
2008-05-16bnx2: Add EEH PCI recovery.Wendy Xiong1-0/+88
2008-05-16bnx2: Allow phy reset to be skipped during chip reset.Michael Chan1-23/+27
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller51-1763/+2023
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller90-1036/+4375
2008-05-14bonding: handle case of device named bonding_masterStephen Hemminger1-2/+10
2008-05-14libertas: remove lbs_get_data_rate()Holger Schurig3-44/+1
2008-05-14b43: use the bitrev helpers rather than rolling a private oneHarvey Harrison1-21/+6
2008-05-14ath5k: Fix loop variable initializationsBob Copeland2-2/+6
2008-05-14b43: nphy.c remove duplicated includeHuang Weiyi1-2/+0
2008-05-14mac80211: use hardware flags for signal/noise unitsBruno Randolf20-107/+77
2008-05-14zd1211rw: initial IBSS supportBruno Randolf1-1/+16
2008-05-14atmel: use netstats in net_device structurePaulius Zaleckas1-28/+18
2008-05-14arlan: use netstats in net_device structurePaulius Zaleckas2-21/+20
2008-05-14iwl3945: do not delay hardware scan if it is a direct scanBill Moss1-3/+4
2008-05-14iwlwifi: adding parameter of fw_restartEster Kummer4-4/+10
2008-05-14iwlwifi: add device sysfs version entryTomas Winkler1-0/+20
2008-05-14iwlwifi: update levels of debug printsEster Kummer1-16/+13
2008-05-14iwlwifi: move debug_level to sysfs/bus/pci/devicesEster Kummer4-24/+17
2008-05-14airo: use netstats in net_device structurePaulius Zaleckas1-28/+29
2008-05-14iwlwifi: fix spinlock used before initializedRon Rindjunsky2-5/+1
2008-05-14iwlwifi: remove 4965 prefix from iwl4965_kw and iwl4965_tx_queueRon Rindjunsky7-29/+28
2008-05-14iwlwifi: handle shared memory Rx index accessRon Rindjunsky6-5/+17
2008-05-14iwlwifi : Set monitor mode for 3945Abhijeet Kolekar2-1/+36
2008-05-14iwlwifi : Set monitor mode for 4965Abhijeet Kolekar3-2/+46
2008-05-14iwlwifi: move iwl4965_init_alive_start to iwl-4965.cEmmanuel Grumbach3-100/+100
2008-05-14iwlwifi: compile iwl-sta into iwlcoreTomas Winkler2-2/+7
2008-05-14iwlwifi: move NIC init and Tx queues init to iwlcoreRon Rindjunsky9-526/+550
2008-05-14iwlwifi: create disable SCD Tx FIFOs handlerRon Rindjunsky3-14/+50
2008-05-14iwlwifi: move iwl4965_set_rxon_ht into iwlcoreTomas Winkler5-104/+105
2008-05-14iwlwifi: move per driverdebug_level to per deviceEster Kummer5-44/+75
2008-05-14iwlwifi-5000: add build_addsta_hcmd handler for 5000 HWTomas Winkler1-0/+9
2008-05-14iwlwifi: generalize iwl4965_send_add_station functionTomas Winkler6-63/+127
2008-05-14iwlwifi: remove 4965 from rx_packetTomas Winkler4-39/+39
2008-05-14iwlwifi: debugfs EEPROM dumpTomas Winkler2-0/+43
2008-05-14iwlwifi: remove 4965 from station_entryTomas Winkler5-20/+20
2008-05-14iwlwifi: don't override association channel with control channelTomas Winkler1-2/+2
2008-05-14iwlwifi-5000: rename iwl5000_init_nic to iwl5000_init_configRon Rindjunsky1-2/+2
2008-05-14iwlwifi: move RX code to iwl-rx.cTomas Winkler6-467/+517