summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: improve the rate control APIFelix Fietkau2013-04-223-167/+303
* cfg80211: introduce critical protocol indication from user-spaceArend van Spriel2013-04-225-1/+183
* mac80211: minstrel_ht: initialize rates selectionKarl Beldan2013-04-221-0/+3
* mac80211: minstrel_ht: pick only supported rates for sta and group max*ratesKarl Beldan2013-04-221-6/+15
* rfkill: fix error return code in rfkill_gpio_probe()Wei Yongjun2013-04-221-2/+5
* mac80211: use synchronize_rcu() with rcu_barrier()Bob Copeland2013-04-223-2/+5
* mac80211: indicate admission control in TX queue parametersAlexander Bondar2013-04-221-0/+1
* cfg80211: invert P2P-Device vs. netdev check orderingJohannes Berg2013-04-221-4/+4
* cfg80211: fix P2P-Device stop lockingJohannes Berg2013-04-221-0/+2
* Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2013-04-2256-1215/+2307
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-1019-373/+406
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-108-24/+44
| |\ \
| | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-031-0/+2
| | |\ \
| | | * | cfg80211: sched_scan_mtx lock in cfg80211_conn_work()Artem Savkov2013-03-301-0/+2
| | * | | Merge tag 'nfc-fixes-3.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-04-012-11/+3
| | |\ \ \
| | | * | | NFC: llcp: Keep the connected socket parent pointer aliveSamuel Ortiz2013-03-261-1/+3
| | | * | | NFC: llcp: Remove possible double call to kfree_skbThierry Escande2013-03-201-2/+0
| | | * | | NFC: llcp: Detach socket from process context only when releasing the socketSamuel Ortiz2013-03-202-8/+0
| | * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-015-13/+39
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | mac80211: fix idle handling sequenceJohannes Berg2013-03-253-4/+16
| | | * | | mac80211: fix remain-on-channel cancel crashJohannes Berg2013-03-253-9/+23
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-2912-74/+145
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-03-2512-76/+154
| | |\ \ \ \ | | | |/ / / | | | | / / | | | |/ / | | |/| |
| | | * | mac80211: Don't restart sta-timer if not associated.Ben Greear2013-03-242-3/+6
| | | * | cfg80211: always check for scan end on P2P deviceJohannes Berg2013-03-246-47/+92
| | | * | mac80211: fix virtual monitor interface lockingJohannes Berg2013-03-201-16/+19
| | | * | cfg80211: fix wdev tracing crashJohannes Berg2013-03-201-1/+2
| | | * | mac80211: fix crash with P2P Device returning action framesJohannes Berg2013-03-111-1/+13
| | | * | cfg80211: fix potential BSS memory leak and updateJohannes Berg2013-03-071-5/+11
| | | * | cfg80211: fix inconsistency in trace for rdev_set_mac_aclVladimir Kondratiev2013-03-071-1/+1
| | | * | mac80211: always synchronize_net() during station removalJohannes Berg2013-03-061-2/+10
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-03-181-0/+1
| | |\ \ \
| | | * | | Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes2013-03-141-0/+1
| * | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-03-2516-971/+1272
| |\ \ \ \ \
| | * | | | | Bluetooth: fix error return code in rfcomm_add_listener()Wei Yongjun2013-03-201-1/+3
| | * | | | | Bluetooth: Fix PIN/Confirm/Passkey response parametersJohan Hedberg2013-03-181-8/+12
| | * | | | | Bluetooth: Simplify address parameters of user_pairing_resp()Johan Hedberg2013-03-181-13/+14
| | * | | | | Bluetooth: Fix fast connectable state when enabling page scanJohan Hedberg2013-03-181-1/+16
| | * | | | | Bluetooth: Fix updating page scan parameters when not necessaryJohan Hedberg2013-03-181-2/+8
| | * | | | | Bluetooth: Update page scan parameters after successful write commandsJohan Hedberg2013-03-181-0/+43
| | * | | | | Bluetooth: Add reading of page scan parametersJohan Hedberg2013-03-182-0/+38
| | * | | | | Bluetooth: Disable fast connectable when disabling connectableJohan Hedberg2013-03-181-0/+3
| | * | | | | Bluetooth: Refactor fast connectable HCI commandsJohan Hedberg2013-03-181-19/+24
| | * | | | | Bluetooth: Add proper flag for fast connectable modeJohan Hedberg2013-03-181-0/+16
| | * | | | | Bluetooth: Fix error response for simultaneous fast connectable commandsJohan Hedberg2013-03-181-0/+6
| | * | | | | Bluetooth: Limit fast connectable support to >= 1.2 controllersJohan Hedberg2013-03-181-2/+3
| | * | | | | Bluetooth: Fix fast connectable response sendingJohan Hedberg2013-03-181-11/+42
| | * | | | | Bluetooth: Use an async request for mgmt_set_connectableJohan Hedberg2013-03-181-8/+29
| | * | | | | Bluetooth: Fix setting local name to the existing valueJohan Hedberg2013-03-181-0/+11
| | * | | | | Bluetooth: Fix local name setting for LE-only controllersJohan Hedberg2013-03-181-2/+9
OpenPOWER on IntegriCloud