summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-15ath9k: avoid retransmitting aggregation frames that a BAR was sent forFelix Fietkau2-3/+25
2011-12-15ath9k: simplify tx lockingFelix Fietkau1-34/+5
2011-12-15ath9k: remove bogus sequence number incrementFelix Fietkau1-4/+0
2011-12-15ath9k: reduce indentation level in a few placesFelix Fietkau1-65/+60
2011-12-15ath9k: reduce the number of unnecessary BAR tx packetsFelix Fietkau4-23/+37
2011-12-15ath9k: change maximum software retransmission handlingFelix Fietkau2-4/+13
2011-12-15mac80211: Fix power save in change interfaceMohammed Shafi Shajakhan1-0/+1
2011-12-15mac80211: remove an unnecessary paraenthesisMohammed Shafi Shajakhan1-1/+1
2011-12-15mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa4-8/+17
2011-12-15mac80211: reduce station management complexityJohannes Berg3-203/+63
2011-12-15mac80211: delay IBSS station insertionJohannes Berg4-57/+140
2011-12-15mac80211: make address arguments to sta_info_alloc constJohannes Berg2-2/+2
2011-12-15mac80211: count authorized stations per BSSJohannes Berg4-16/+20
2011-12-15mac80211: refactor station state transitionsJohannes Berg8-30/+172
2011-12-15mac80211: use station mutex in configurationJohannes Berg1-6/+6
2011-12-15mac80211: remove duplicate TDLS peer verificationJohannes Berg1-14/+0
2011-12-15cfg80211: validate nl80211 station handling betterJohannes Berg4-89/+131
2011-12-15nl80211: add TDLS peer flag to policyJohannes Berg1-0/+1
2011-12-15tg3: Break out RSS indir table init and assignmentMatt Carlson2-23/+37
2011-12-15tg3: Use mii_advertise_flowctrlMatt Carlson1-19/+3
2011-12-15tg3: Add 57766 ASIC rev supportMatt Carlson2-27/+58
2011-12-15tg3: Make the TX BD DMA limit configurableMatt Carlson2-8/+9
2011-12-15tg3: Enable EEE support for capable 10/100 devsMatt Carlson1-10/+9
2011-12-15tcp_memcontrol: fix reversed if conditionDan Carpenter1-1/+1
2011-12-15Move limit definitions outside CONFIG_INETGlauber Costa1-1/+1
2011-12-15wl12xx: alloc buffer in driver_state_read to prevent compilation warningLuciano Coelho1-3/+13
2011-12-15Set wlvif->ps_compl to NULL in before returnPontus Fuchs1-6/+6
2011-12-15wl12xx: remove unused firmware version macrosLuciano Coelho1-7/+0
2011-12-15wl12xx: remove deprecated packet detection threshold configLuciano Coelho5-56/+0
2011-12-15wl12xx: use ieee80211_free_txskb()Eliad Peller2-2/+9
2011-12-15wl12xx: call extended radio parameters for wl127x AP modeLuciano Coelho1-16/+15
2011-12-15wl12xx: don't write out of bounds when hlid > WL12XX_MAX_LINKSLuciano Coelho1-2/+6
2011-12-15wl12xx: Restore testmode ABIPontus Fuchs1-0/+1
2011-12-14NFC: Initial LLCP supportSamuel Ortiz10-3/+2335
2011-12-14NFC: DEP link hook implementation for pn533Samuel Ortiz1-0/+159
2011-12-14NFC: Set and get DEP general bytesSamuel Ortiz3-1/+29
2011-12-14NFC: Add a DEP link control netlink commandSamuel Ortiz5-0/+255
2011-12-14NFC: Atomic socket allocationSamuel Ortiz1-1/+1
2011-12-14NFC: Do not take the genl mutex from the netlink release notifierSamuel Ortiz1-2/+0
2011-12-14NFC: Add tx skb allocation routineSamuel Ortiz4-10/+34
2011-12-14NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz7-7/+7
2011-12-14rt2x00: Make use of ieee80211_free_txskb in tx pathHelmut Schaa1-1/+1
2011-12-14mac80211: free skb on error path of ieee80211_ibss_join()Simon Wunderlich1-0/+1
2011-12-14mwifiex: remove cfg_workqueueAmitkumar Karwar6-158/+75
2011-12-14nl80211: accept testmode dump with netdevJohannes Berg1-19/+31
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville13-64/+70
2011-12-14iwlwifi: allow to switch to HT40 if not associatedWey-Yi Guy1-2/+2
2011-12-14iwlwifi: tx_sync only on PAN contextJohannes Berg1-0/+6
2011-12-14mwifiex: avoid double list_del in command cancel pathYogesh Ashok Powar1-7/+2
2011-12-14inet: remove rcu protection on tw_netEric Dumazet1-10/+2