summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | sfc: Never try to stop and start a NIC that is disabledBen Hutchings2012-08-241-21/+44
| * | sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()Ben Hutchings2012-08-241-3/+3
| * | sfc: Keep disabled NICs quiescent during suspend/resumeBen Hutchings2012-08-241-12/+16
| * | sfc: Hold the RTNL lock for more of the suspend/resume cycleBen Hutchings2012-08-241-0/+8
| * | sfc: Change state names to be clearer, and comment themBen Hutchings2012-08-244-21/+17
| * | sfc: Stash header offsets for TSO in struct tso_stateBen Hutchings2012-08-241-16/+12
| * | sfc: Replace tso_state::full_packet_space with ip_base_lenBen Hutchings2012-08-241-9/+11
| * | sfc: Simplify TSO header buffer allocationBen Hutchings2012-08-243-218/+112
| * | sfc: Stop TX queues before they fill upBen Hutchings2012-08-243-115/+112
| * | sfc: Refactor struct efx_tx_buffer to use a flags fieldBen Hutchings2012-08-243-56/+53
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-08-24106-721/+1765
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-24106-721/+1765
| |\ \ \
| | * \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-233-1/+46
| | |\ \ \
| | | * | | mac80211: Fix AP mode regressionSujith Manoharan2012-08-221-1/+1
| | | * | | Revert "rfkill: remove dead code"AceLan Kao2012-08-212-0/+45
| | * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-08-2215-93/+241
| | |\ \ \ \
| | | * | | | iwlwifi: fix FW restart on init FWAmit Beka2012-08-211-2/+7
| | | * | | | iwlwifi: fix the preparation of the cardEmmanuel Grumbach2012-08-211-9/+8
| | | * | | | iwlwifi: reduce max remain-on-channel durationJohannes Berg2012-07-271-1/+1
| | | * | | | iwlwifi: get the correct HCMD in the response handlerEmmanuel Grumbach2012-07-266-13/+47
| | | * | | | iwlwifi: fix aggregation check indentationJohannes Berg2012-07-261-1/+1
| | | * | | | iwlwifi: rework the iwlwifi debugfs structureMeenakshi Venkataraman2012-07-268-60/+166
| | | * | | | iwlwifi: clean up properly when registration with mac80211 failsMeenakshi Venkataraman2012-07-261-0/+3
| | | * | | | iwlwifi: s/iwl_ucode_callback/iwl_req_fw_callbackEmmanuel Grumbach2012-07-262-7/+8
| | * | | | | carl9170: report A-MPDU statusChristian Lamparter2012-08-212-4/+12
| | * | | | | ath9k_htc: implement sta_rc_update() mac80211 callbackAntonio Quartulli2012-08-211-0/+29
| | * | | | | bcma: detect and register NAND flash deviceRafał Miłecki2012-08-215-4/+48
| | * | | | | bcma: detect and register serial flash deviceRafał Miłecki2012-08-216-4/+146
| | * | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-2184-617/+1245
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | | * | | | mac80211: clean up ieee80211_subif_start_xmitJohannes Berg2012-08-201-17/+6
| | | * | | | mac80211: pass channel to ieee80211_send_probe_reqJohannes Berg2012-08-204-7/+11
| | | * | | | mac80211: convert ops checks to WARN_ONJohannes Berg2012-08-201-7/+5
| | | * | | | mac80211: check operating channel in scanJohannes Berg2012-08-201-5/+4
| | | * | | | mac80211: use RX status band instead of current bandJohannes Berg2012-08-201-1/+1
| | | * | | | mac80211: don't assume channel is set in tracingJohannes Berg2012-08-201-3/+6
| | | * | | | mac80211: use oper_channel in rate initJohannes Berg2012-08-201-1/+1
| | | * | | | mac80211: remove freq/chantype from debugfsJohannes Berg2012-08-201-32/+0
| | | * | | | mac80211: remove almost unused local variableJohannes Berg2012-08-201-5/+2
| | | * | | | mac80211: mesh: don't use global channel typeJohannes Berg2012-08-202-8/+10
| | | * | | | mac80211: simplify buffers in aes_128_cmac_vectorJohannes Berg2012-08-201-5/+1
| | | * | | | mac80211_hwsim: add support for P2P DeviceJohannes Berg2012-08-201-1/+3
| | | * | | | mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTFJohannes Berg2012-08-202-1/+19
| | | * | | | mac80211: support P2P Device abstractionJohannes Berg2012-08-2010-96/+226
| | | * | | | cfg80211: add P2P Device abstractionJohannes Berg2012-08-209-20/+265
| | | * | | | mac80211: make ieee80211_beacon_connection_loss_work staticJohannes Berg2012-08-202-2/+1
| | | * | | | mac80211: check size of channel switch IE when parsingJohannes Berg2012-08-203-11/+9
| | | * | | | mac80211: fix CSA handling timerJohannes Berg2012-08-201-3/+2
| | | * | | | mac80211: clean up CSA handling codeJohannes Berg2012-08-201-18/+16
| | | * | | | mac80211: remove unneeded 'bssid' variableJohannes Berg2012-08-201-4/+2
| | | * | | | mac80211: support A-MPDU status reportingJohannes Berg2012-08-202-15/+80
OpenPOWER on IntegriCloud