summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-02-11cfg80211: Fix memory leakLarry Finger1-2/+7
2013-02-11Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg10-223/+478
2013-02-08NFC: llcp: integer underflow in nfc_llcp_set_remote_gb()Dan Carpenter1-3/+2
2013-02-08Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville30-423/+1315
2013-02-05mac80211: stop plink timer only on mesh interfacesThomas Pedersen1-0/+3
2013-02-04mac80211: mesh power save basicsMarco Porsch20-17/+803
2013-02-04cfg80211: wrap BSS krefJohannes Berg1-5/+15
2013-02-04cfg80211: remove a local variableJohannes Berg1-3/+2
2013-02-04cfg80211: use lockdep to assert lock is heldJohannes Berg1-2/+4
2013-02-04mac80211: send deauth if connection was lost during suspendJohannes Berg1-6/+8
2013-02-04mac80211: allow transmitting deauth with tainted keyJohannes Berg1-1/+2
2013-02-04cfg80211: move locking into cfg80211_bss_ageJohannes Berg2-3/+2
2013-02-04cfg80211: fix BSS IE allocation commentJohannes Berg1-4/+1
2013-02-04mac80211: remove unused SSID from BSSJohannes Berg1-4/+0
2013-02-04cfg80211: remove unused cfg80211_get_meshJohannes Berg1-65/+0
2013-02-04cfg80211: simplify mesh BSS comparisonJohannes Berg1-81/+39
2013-02-04cfg80211: fix BSS list hidden SSID lookupJohannes Berg1-27/+53
2013-02-04cfg80211: refactor hidden SSID findingJohannes Berg1-62/+20
2013-02-04cfg80211: expand per-station byte counters to 64bitVladimir Kondratiev1-3/+13
2013-02-04mac80211: always allow calling ieee80211_connection_loss()Johannes Berg2-2/+5
2013-02-04mac80211: send deauth when connection is lostJohannes Berg1-5/+4
2013-02-01Bluetooth: Refactor mgmt_pending_foreachAndre Guedes1-6/+2
2013-02-01Bluetooth: Remove unneeded lockingAndre Guedes1-4/+0
2013-02-01Bluetooth: Reduce critical section in sco_conn_readyAndre Guedes1-8/+10
2013-02-01Bluetooth: Increment Management interface revisionJohan Hedberg1-1/+1
2013-02-01Bluetooth: Fix link security setting when powering onJohan Hedberg1-0/+7
2013-02-01Bluetooth: Add support for 128-bit UUIDs in EIR dataJohan Hedberg1-0/+34
2013-02-01Bluetooth: Add support for 32-bit UUIDs in EIR dataJohan Hedberg1-0/+34
2013-02-01Bluetooth: Refactor UUID-16 list generation into its own functionJohan Hedberg1-35/+43
2013-02-01Bluetooth: Remove useless eir_len variable from EIR creationJohan Hedberg1-7/+1
2013-02-01Bluetooth: Simplify UUID16 list generation for EIRJohan Hedberg1-31/+15
2013-02-01Bluetooth: Simplify UUID removal codeJohan Hedberg1-4/+2
2013-02-01Bluetooth: Keep track of UUID type upon additionJohan Hedberg1-25/+23
2013-02-01Bluetooth: Simplify UUIDs clearing codeJohan Hedberg1-7/+3
2013-02-01Bluetooth: Store UUIDs in the same order that they were addedJohan Hedberg1-1/+1
2013-01-31mac80211: improve latency and throughput while software scanningStanislaw Gruszka1-27/+5
2013-01-31mac80211: start auth/assoc timeout on frame statusJohannes Berg6-28/+99
2013-01-31cfg80211: remove free_priv BSS APIJohannes Berg1-3/+0
2013-01-31mac80211: remove unused mesh data from bssJohannes Berg2-40/+0
2013-01-31mac80211: remove last_probe_resp from bssJohannes Berg2-5/+0
2013-01-31mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach4-33/+51
2013-01-31mac80211: remove assoc data "sent_assoc"Johannes Berg2-4/+0
2013-01-31cfg80211/mac80211: support reporting wakeup reasonJohannes Berg3-0/+142
2013-01-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville17-159/+457
2013-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville8-118/+327
2013-01-29mac80211: dynamic short slot time for MBSSsThomas Pedersen2-5/+63
2013-01-29cfg80211: add SME state to warning in __cfg80211_mlme_disassocJohannes Berg1-1/+1
2013-01-29mac80211: remove IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka1-5/+1
2013-01-29Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg21-108/+176
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-42/+49