aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-08-12USBNET: ax88179_178a: enable tso if usb host supports sg dmaMing Lei1-0/+8
2013-08-12USBNET: support DMA SGMing Lei1-3/+42
2013-08-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville144-2877/+6611
2013-08-12mwifiex: fix build error when CONFIG_PM is not setBing Zhao1-2/+2
2013-08-12iwlwifi: mvm: remove MIMO3 from rate scale codeEyal Shapira2-389/+45
2013-08-12iwlwifi: mvm: Add basic uAPSD client supportAlexander Bondar6-28/+135
2013-08-12iwlwifi: mvm: don't clear tbl->win mistakenlyEliad Peller1-1/+1
2013-08-12iwlwifi: mvm: remove unused fields of iwl_rs_rate_infoEyal Shapira2-43/+16
2013-08-12iwlwifi: pcie: returning positive instead of negativeDan Carpenter1-1/+1
2013-08-12iwlwifi: mvm: remove rate_scale_data debugfs entryEyal Shapira2-31/+0
2013-08-12iwlwifi: pcie: don't swallow error codes in iwl_trans_pcie_alloc()Luciano Coelho2-13/+17
2013-08-12iwlwifi: mvm: add support to the new FW time event APIEytan Lifshitz3-73/+251
2013-08-12mac80211: add vif to testmode cmdDavid Spinadel3-2/+5
2013-08-12cfg80211: add wdev to testmode cmdDavid Spinadel3-4/+10
2013-08-12mac80211: add control port protocol TX control flagJohannes Berg3-9/+9
2013-08-11can: pcan_usb: fix wrong memcpy() bytes lengthStephane Grosjean1-1/+1
2013-08-11macvtap: fix two racesEric Dumazet1-3/+9
2013-08-11net: Add MOXA ART SoCs ethernet driverJonas Jensen6-0/+925
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2-2/+2
2013-08-09pptp: fix sparse pointer warningstephen hemminger1-1/+1
2013-08-09tg3: clean up unnecessary MSI/MSI-X capability findYijing Wang1-1/+1
2013-08-09netxen: clean up unnecessary MSI/MSI-X capability findYijing Wang1-5/+3
2013-08-09myri10ge: clean up unnecessary MSI/MSI-X capability findYijing Wang1-3/+2
2013-08-09bnx2x: clean up unnecessary MSI/MSI-X capability findYijing Wang1-5/+3
2013-08-09bnx2: clean up unnecessary MSI/MSI-X capability findYijing Wang1-2/+2
2013-08-09net: stmmac: Fixed the condition of extend_desc for jumbo frameByungho An1-2/+11
2013-08-09net: via-rhine: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-09net: wan: sbni: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-09ath9k: Run the LNA combining algorithm properlySujith Manoharan1-16/+28
2013-08-09ath9k: Fix BTCOEX usage for RX diversitySujith Manoharan1-2/+2
2013-08-09ath9k: use software queueing for multicast trafficFelix Fietkau3-2/+23
2013-08-09ath9k: improve tx scheduling fairnessFelix Fietkau1-39/+50
2013-08-09ath9k: use software queues for un-aggregated data packetsFelix Fietkau2-127/+145
2013-08-09ath9k: always clear ps filter bit on new assocFelix Fietkau1-0/+1
2013-08-09ath9k: fix clearing expired A-MPDU subframes in tx completionFelix Fietkau1-1/+2
2013-08-09ath9k: prepare queueing code for handling unaggregated trafficFelix Fietkau2-9/+14
2013-08-09ath9k: fix block ack window tracking checkFelix Fietkau2-7/+11
2013-08-09ath9k: simplify ath_tx_form_aggrFelix Fietkau2-22/+12
2013-08-09ath9k: add CAB queue info to debugfsFelix Fietkau1-16/+27
2013-08-09ath9k: add function for getting the tx tid for a packetFelix Fietkau1-8/+17
2013-08-09ath9k: split tid retry packets into a separate queueFelix Fietkau2-4/+15
2013-08-09ath9k: add utility functions for accessing tid queuesFelix Fietkau1-19/+32
2013-08-09brcmfmac: use CFG80211_TESTMODE_CMDJohannes Berg1-3/+1
2013-08-09net: wireless: rt2x00: Staticize rt2x00queue_pause_queue_nocheck()Jingoo Han1-1/+1
2013-08-09ath9k: Fix build failureSujith Manoharan5-5/+30
2013-08-09mwifiex: add packet coalesce supportAmitkumar Karwar5-0/+254
2013-08-09mwifiex: increase max supported pattern offsetAmitkumar Karwar1-1/+1
2013-08-09mwifiex: modify mwifiex_is_pattern_supported() routineAmitkumar Karwar1-4/+6
2013-08-09mwifiex: rename mef macrosAmitkumar Karwar3-14/+15
2013-08-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville14-219/+247