index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cfg80211: ocb: Fix null pointer deref if join_ocb is unimplemented
Ola Olsson
2015-12-04
1
-0
/
+3
*
mac80211: remove string from unaligned packet warning
Johannes Berg
2015-12-04
1
-2
/
+1
*
lib80211: ratelimit key index mismatch
Johannes Berg
2015-12-04
2
-4
/
+4
*
mac80211: mesh: print MAC address instead of pointer
Johannes Berg
2015-12-04
1
-2
/
+2
*
cfg80211: replace ieee80211_ie_split() with an inline
Johannes Berg
2015-12-04
1
-7
/
+0
*
cfg80211: add complete data to station add/change tracing
Johannes Berg
2015-12-04
1
-0
/
+38
*
cfg80211: Add missing tracing to cfg80211
Ilan Peer
2015-12-04
3
-5
/
+108
*
mac80211: allow driver to prevent two stations w/ same address
Johannes Berg
2015-12-04
2
-2
/
+17
*
Merge remote-tracking branch 'mac80211/master' into HEAD
Johannes Berg
2015-12-04
6
-15
/
+21
|
\
|
*
mac80211: fix off-channel mgmt-tx uninitialized variable usage
Johannes Berg
2015-12-02
1
-2
/
+6
|
*
mac80211: do not actively scan DFS channels
Antonio Quartulli
2015-12-02
1
-4
/
+5
|
*
mac80211: don't teardown sdata on sdata stop
Eliad Peller
2015-12-02
1
-1
/
+1
|
*
mac80211: always set the buf_size in AddBA req to 64
Gregory Greenman
2015-11-20
1
-1
/
+2
|
*
mac80211: ensure we don't update tx power on a non-running sdata
Emmanuel Grumbach
2015-11-20
1
-1
/
+2
|
*
mac80211: mesh: fix call_rcu() usage
Johannes Berg
2015-11-17
1
-4
/
+4
|
*
mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE
Johannes Berg
2015-11-17
1
-2
/
+1
*
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2015-11-24
10
-1032
/
+1207
|
\
\
|
*
|
Bluetooth: Increment management interface revision
Johan Hedberg
2015-11-23
1
-1
/
+1
|
*
|
Bluetooth: Fix powering on with privacy and advertising
Andrzej Kaczmarek
2015-11-23
1
-7
/
+7
|
*
|
Bluetooth: Fix returning proper HCI status from __hci_req_sync
Johan Hedberg
2015-11-23
1
-1
/
+7
|
*
|
Bluetooth: Add support for Get Advertising Size Information command
Marcel Holtmann
2015-11-22
1
-0
/
+58
|
*
|
Bluetooth: Simplify if statements in tlv_data_is_valid function
Marcel Holtmann
2015-11-22
1
-9
/
+11
|
*
|
Bluetooth: Add instance range check for Add Advertising command
Marcel Holtmann
2015-11-22
1
-0
/
+4
|
*
|
Bluetooth: remove unneeded variable in l2cap_stream_rx
Prasanna Karthik
2015-11-19
1
-3
/
+1
|
*
|
Bluetooth: Clean up hci_core code
Prasanna Karthik
2015-11-19
1
-3
/
+4
|
*
|
Bluetooth: clean up af_bluetooth code
Prasanna Karthik
2015-11-19
1
-2
/
+2
|
*
|
Bluetooth: Delete an unnecessary check before the function call "kfree_skb"
Markus Elfring
2015-11-19
1
-2
/
+1
|
*
|
mac802154: Delete an unnecessary check before the function call "kfree_skb"
Markus Elfring
2015-11-19
1
-2
/
+1
|
*
|
Bluetooth: Simplify request cleanup code
Johan Hedberg
2015-11-19
2
-3
/
+3
|
*
|
Bluetooth: Remove conn_unfinished variable from hci_connect_le()
Johan Hedberg
2015-11-19
1
-36
/
+12
|
*
|
Bluetooth: Move check for ongoing connect earlier in hci_connect_le()
Johan Hedberg
2015-11-19
1
-6
/
+6
|
*
|
Bluetooth: Fix specifying role for LE connections
Johan Hedberg
2015-11-19
3
-12
/
+10
|
*
|
Bluetooth: Remove unnecessary le_scan_restart_work_complete() function
Johan Hedberg
2015-11-19
1
-36
/
+24
|
*
|
Bluetooth: Simplify le_scan_disable_work()
Johan Hedberg
2015-11-19
1
-91
/
+57
|
*
|
Bluetooth: Pass inquiry length to bredr_inquiry()
Johan Hedberg
2015-11-19
1
-3
/
+5
|
*
|
Bluetooth: Fix BR/EDR Page Scan update with Add Device
Johan Hedberg
2015-11-19
1
-13
/
+1
|
*
|
Bluetooth: Move Stop Discovery to req_workqueue
Johan Hedberg
2015-11-19
3
-67
/
+70
|
*
|
Bluetooth: Move Start Discovery to req_workqueue
Johan Hedberg
2015-11-19
2
-229
/
+211
|
*
|
Bluetooth: Add error return value to hci_req_sync callback
Johan Hedberg
2015-11-19
3
-26
/
+54
|
*
|
Bluetooth: Add discovery type validity helper
Johan Hedberg
2015-11-19
1
-0
/
+40
|
*
|
Bluetooth: Move LE scan disable/restart behind req_workqueue
Johan Hedberg
2015-11-19
3
-170
/
+181
|
*
|
Bluetooth: Make __hci_update_background_scan private to hci_request.c
Johan Hedberg
2015-11-19
2
-3
/
+1
|
*
|
Bluetooth: Use req_workqueue for background scanning when powering on
Johan Hedberg
2015-11-19
1
-6
/
+4
|
*
|
Bluetooth: Use req_workqueue for explicit connect requests
Johan Hedberg
2015-11-19
2
-36
/
+18
|
*
|
Bluetooth: Add HCI status return parameter to hci_req_sync()
Johan Hedberg
2015-11-19
3
-18
/
+24
|
*
|
Bluetooth: Don't wait for HCI in Add/Remove Device
Johan Hedberg
2015-11-19
1
-111
/
+50
|
*
|
Bluetooth: Run all background scan updates through req_workqueue
Johan Hedberg
2015-11-19
3
-24
/
+23
|
*
|
Bluetooth: Add stubs for synchronous HCI request functionality
Johan Hedberg
2015-11-19
3
-0
/
+15
|
*
|
Bluetooth: Add 'sync' specifier to synchronous request APIs
Johan Hedberg
2015-11-19
3
-20
/
+20
|
*
|
Bluetooth: Move synchronous request handling into hci_request.c
Johan Hedberg
2015-11-19
3
-193
/
+195
[next]