summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * pch_can: fix module reload issue with MSITomoya2011-02-091-0/+1
| * pch_can: fix rmmod issueTomoya2011-02-091-1/+1
| * pch_can: fix 800k comms issueTomoya2011-02-091-1/+1
| * USB CDC NCM errata updates for cdc_ncm host driverAlexey Orishko2011-02-081-80/+147
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-02-088-14/+21
| |\
| | * ixgbe: update version stringDon Skidmore2011-02-081-1/+1
| | * ixgbe: cleanup variable initializationDon Skidmore2011-02-081-1/+1
| | * ixgbe: limit VF access to network trafficAlexander Duyck2011-02-082-2/+3
| | * ixgbe: fix for 82599 erratum on Header SplittingDon Skidmore2011-02-081-2/+9
| | * ixgbe: fix variable set but not used warnings by gcc 4.6Emil Tantilov2011-02-082-6/+3Star
| | * e1000: add support for Marvell Alaska M88E1118R PHYFlorian Fainelli2011-02-082-1/+4
| | * e1000e: tx_timeout should not increment for non-hang eventsJesse Brandeburg2011-02-081-1/+0Star
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-087-5/+19
| |\ \ | | |/ | |/|
| | * iwlagn: Re-enable RF_KILL interrupt when downDon Fry2011-02-071-0/+6
| | * ath9k: Fix possible double free of PAPRD skb'sMohammed Shafi Shajakhan2011-02-043-4/+7
| | * carl9170: fix typo in PS codeChristian Lamparter2011-02-041-1/+1
| | * wireless, wl1251: Fix potential NULL pointer dereference in wl1251_op_bss_inf...Jesper Juhl2011-02-031-0/+3
| | * iwlagn: overwrite EEPROM chain setting for 6250 devicesWey-Yi Guy2011-02-021-0/+2
| * | bnx2x: Duplication in promisc modeVladislav Zolotarov2011-02-061-9/+23
| * | sis900: Fix mem leak in sis900_rx error pathJesper Juhl2011-02-061-0/+1
| * | benet: Avoid potential null deref in be_cmd_get_seeprom_data()Ajit Khaparde2011-02-061-0/+5
* | | net: Kill NETEVENT_PMTU_UPDATE.David S. Miller2011-02-092-3/+0Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-0845-713/+1687
|\ \ \
| * | | ath9k: Update comments for not parsing DTIM periodMohammed Shafi Shajakhan2011-02-071-2/+3
| * | | ath5k: Fix fast channel switchingNick Kossifidis2011-02-071-55/+87
| * | | iwlwifi: fix compiling error with different configurationWey-Yi Guy2011-02-061-2/+4
| * | | iwlwifi: remove unnecessary lockingJohannes Berg2011-02-062-6/+0Star
| * | | ath9k: add additional checks for the baseband hang detectionFelix Fietkau2011-02-042-9/+38
| * | | ath: Fix clearing of secondary key cache entry for TKIPJouni Malinen2011-02-041-1/+4
| * | | zd1211rw: add useful debug outputJussi Kivilinna2011-02-041-1/+8
| * | | zd1211rw: enable NL80211_IFTYPE_APJussi Kivilinna2011-02-041-2/+5
| * | | zd1211rw: reset rx urbs after idle period of 30 secondsJussi Kivilinna2011-02-042-3/+83
| * | | zd1211rw: reset device when CR_BCN_FIFO_SEMAPHORE freezes in beacon setupJussi Kivilinna2011-02-041-1/+12
| * | | zd1211rw: add TX watchdog and device resettingJussi Kivilinna2011-02-045-4/+181
| * | | zd1211rw: collect driver settings and add function to restore theimJussi Kivilinna2011-02-042-0/+72
| * | | zd1211rw: lower hw command timeoutsJussi Kivilinna2011-02-041-4/+4
| * | | zd1211rw: change interrupt URB buffer to DMA bufferJussi Kivilinna2011-02-042-13/+25
| * | | zd1211rw: use stack and preallocated memory for small cmd-buffersJussi Kivilinna2011-02-043-44/+41Star
| * | | zd1211rw: batch beacon config commands togetherJussi Kivilinna2011-02-041-15/+25
| * | | zd1211rw: add beacon watchdog and setting HW beacon more failsafeJussi Kivilinna2011-02-042-31/+170
| * | | zd1211rw: implement beacon fetching and handling ieee80211_get_buffered_bc()Jussi Kivilinna2011-02-041-4/+35
| * | | zd1211rw: let zd_set_beacon_interval() set dtim_period and add AP-beacon flagJussi Kivilinna2011-02-043-14/+40
| * | | zd1211rw: fix ack_pending in filter_ack causing tx-packet ordering problem on...Jussi Kivilinna2011-02-041-0/+7
| * | | zd1211rw: support setting BSSID for AP modeJussi Kivilinna2011-02-044-11/+55
| * | | zd1211rw: move set_rts_cts_work to bss_info_changedJussi Kivilinna2011-02-042-25/+5Star
| * | | zd1211rw: move set_multicast_hash and set_rx_filter from workers to configure...Jussi Kivilinna2011-02-042-33/+7Star
| * | | zd1211rw: fix beacon interval setupJussi Kivilinna2011-02-041-6/+10
| * | | zd1211rw: add locking for mac->process_intrJussi Kivilinna2011-02-042-1/+7
| * | | zd1211rw: cancel process_intr work on zd_chip_disable_int()Jussi Kivilinna2011-02-041-0/+3
| * | | zd1211rw: use urb anchors for tx and fix tx-queue disablingJussi Kivilinna2011-02-042-75/+41Star