summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* mac80211: mesh power save basicsMarco Porsch2013-02-0420-17/+803
* cfg80211: wrap BSS krefJohannes Berg2013-02-041-5/+15
* cfg80211: remove a local variableJohannes Berg2013-02-041-3/+2
* cfg80211: use lockdep to assert lock is heldJohannes Berg2013-02-041-2/+4
* mac80211: send deauth if connection was lost during suspendJohannes Berg2013-02-041-6/+8
* mac80211: allow transmitting deauth with tainted keyJohannes Berg2013-02-041-1/+2
* cfg80211: move locking into cfg80211_bss_ageJohannes Berg2013-02-042-3/+2
* cfg80211: fix BSS IE allocation commentJohannes Berg2013-02-041-4/+1
* mac80211: remove unused SSID from BSSJohannes Berg2013-02-041-4/+0
* cfg80211: remove unused cfg80211_get_meshJohannes Berg2013-02-041-65/+0
* cfg80211: simplify mesh BSS comparisonJohannes Berg2013-02-041-81/+39
* cfg80211: fix BSS list hidden SSID lookupJohannes Berg2013-02-041-27/+53
* cfg80211: refactor hidden SSID findingJohannes Berg2013-02-041-62/+20
* cfg80211: expand per-station byte counters to 64bitVladimir Kondratiev2013-02-041-3/+13
* mac80211: always allow calling ieee80211_connection_loss()Johannes Berg2013-02-042-2/+5
* mac80211: send deauth when connection is lostJohannes Berg2013-02-041-5/+4
* mac80211: improve latency and throughput while software scanningStanislaw Gruszka2013-01-311-27/+5
* mac80211: start auth/assoc timeout on frame statusJohannes Berg2013-01-316-28/+99
* cfg80211: remove free_priv BSS APIJohannes Berg2013-01-311-3/+0
* mac80211: remove unused mesh data from bssJohannes Berg2013-01-312-40/+0
* mac80211: remove last_probe_resp from bssJohannes Berg2013-01-312-5/+0
* mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach2013-01-314-33/+51
* mac80211: remove assoc data "sent_assoc"Johannes Berg2013-01-312-4/+0
* cfg80211/mac80211: support reporting wakeup reasonJohannes Berg2013-01-313-0/+142
* mac80211: dynamic short slot time for MBSSsThomas Pedersen2013-01-292-5/+63
* cfg80211: add SME state to warning in __cfg80211_mlme_disassocJohannes Berg2013-01-291-1/+1
* mac80211: remove IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka2013-01-291-5/+1
* Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg2013-01-2921-108/+176
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-2811-42/+49
| |\
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-226-31/+35
| | |\
| | | * mac80211: add encrypt headroom to PERR framesBob Copeland2013-01-161-1/+3
| | | * mac80211: set NEED_TXPROCESSING for PERR framesBob Copeland2013-01-161-0/+1
| | | * mac80211: fix monitor mode injectionFelix Fietkau2013-01-161-3/+6
| | | * mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka2013-01-163-26/+14
| | | * mac80211: fix FT roamingJohannes Berg2013-01-161-1/+11
| | * | Bluetooth: Check if the hci connection exists in SCO shutdownGustavo Padovan2013-01-101-1/+1
| | * | Bluetooth: Fix authentication if acl data comes before remote feature evtJaganath Kanakkassery2013-01-102-8/+11
| | * | Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo2013-01-091-1/+1
| | * | Bluetooth: Fix sending HCI commands after resetSzymon Janc2013-01-091-1/+1
| | |/
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-2215-100/+274
| |\ \
| * \ \ Merge tag 'nfc-next-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville2013-01-1410-66/+127
| |\ \ \
| | * | | NFC: Use skb_copy_datagram_iovecSamuel Ortiz2013-01-111-1/+1
| | * | | NFC: Avoid memcpy on LLCP connection less Rx pathSamuel Ortiz2013-01-111-8/+8
| | * | | NFC: Initial Secure Element APISamuel Ortiz2013-01-104-1/+8
| | * | | NFC: Add HCI quirks to support driver (non)standard implementationsEric Lapuyade2013-01-102-1/+9
| | * | | NFC: Fixed skb leak in tm_send() nfc and hci ops implementationsEric Lapuyade2013-01-101-2/+4
| | * | | NFC: Changed event_received hci ops result semanticEric Lapuyade2013-01-101-6/+8
| | * | | NFC: Added error handling in event_received hci opsEric Lapuyade2013-01-101-3/+5
| | * | | NFC: Fixed nfc core and hci unregistration and cleanupEric Lapuyade2013-01-103-32/+53
| | * | | NFC: llcp: Fix Rx memory leakSamuel Ortiz2013-01-101-10/+25