Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
00aee095000c064cd77556050d08ed3f49f2af59
/
net
/
bluetooth
b921726
Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 10 years ago
51f3d02
net: Add and use skb_copy_datagram_msg() helper.
by David S. Miller
· 10 years ago
a4d5504
Bluetooth: Clear LE white list when resetting controller
by Marcel Holtmann
· 10 years ago
daac197
Bluetooth: 6lowpan: use after free in disconnect_devices()
by Dan Carpenter
· 10 years ago
9cfd5a2
Bluetooth: Wrong style spin lock used
by Jukka Rissanen
· 10 years ago
0b1db38
Bluetooth: Fix check for direct advertising
by Johan Hedberg
· 10 years ago
980ffc0
Bluetooth: Fix LE connection timeout deadlock
by Johan Hedberg
· 10 years ago
49c922b
Bluetooth: spelling fixes
by Stephen Hemminger
· 10 years ago
df09230
Bluetooth: 6lowpan: Fix lockdep splats
by Jukka Rissanen
· 10 years ago
9030582
Bluetooth: 6lowpan: Converting rwlocks to use RCU
by Jukka Rissanen
· 10 years ago
da213f8
Bluetooth: Revert SMP self-test patches
by Johan Hedberg
· 10 years ago
0114123
ieee802154: 6lowpan: rename process_data and lowpan_process_data
by Martin Townsend
· 10 years ago
3c400b8
bluetooth:6lowpan: use consume_skb when packet processed successfully
by Martin Townsend
· 10 years ago
04dfd73
6lowpan: fix process_data return values
by Martin Townsend
· 10 years ago
f8b3617
6lowpan: remove skb_deliver from IPHC
by Martin Townsend
· 10 years ago
c6992e9
Bluetooth: Add self-tests for SMP crypto functions
by Johan Hedberg
· 10 years ago
4cd3362
Bluetooth: Add skeleton for SMP self-tests
by Johan Hedberg
· 10 years ago
e491eaf
Bluetooth: Pass only crypto context to SMP crypto functions
by Johan Hedberg
· 10 years ago
4f639ed
Bluetooth: fix shadow warning in hci_disconnect()
by Fabian Frederick
· 10 years ago
ee93053
Bluetooth: Fix missing channel unlock in l2cap_le_credits
by Martin Townsend
· 10 years ago
11e3ff7
6lowpan: Use skb_cow in IPHC decompression.
by Martin Townsend
· 10 years ago
4456c50
Bluetooth: 6lowpan: remove unnecessary codes in give_skb_to_upper
by Li RongQing
· 10 years ago
15346a9
Bluetooth: Improve RFCOMM __test_pf macro robustness
by Szymon Janc
· 10 years ago
ec51154
Bluetooth: Fix RFCOMM NSC response
by Szymon Janc
· 10 years ago
89cbb06
Bluetooth: Defer connection-parameter removal when unpairing
by Alfonso Acosta
· 10 years ago
ddbea5c
Bluetooth: Remove redundant check on hci_conn's device class
by Alfonso Acosta
· 10 years ago
fd45ada
Bluetooth: Include ADV_IND report in Device Connected event
by Alfonso Acosta
· 10 years ago
48ec92f
Bluetooth: Refactor arguments of mgmt_device_connected
by Alfonso Acosta
· 10 years ago
9c238ca
Bluetooth: 6lowpan: Check transmit errors for multicast packets
by Jukka Rissanen
· 10 years ago
d7b6b0a
Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets
by Jukka Rissanen
· 10 years ago
a7807d73
Bluetooth: 6lowpan: Avoid memory leak if memory allocation fails
by Jukka Rissanen
· 10 years ago
fc12518
Bluetooth: 6lowpan: Memory leak as the skb is not freed
by Jukka Rissanen
· 10 years ago
02e246a
Bluetooth: Fix lockdep warning with l2cap_chan_connect
by Johan Hedberg
· 10 years ago
156395c
Bluetooth: 6lowpan: Enable multicast support
by Jukka Rissanen
· 10 years ago
36b3dd2
Bluetooth: 6lowpan: Ensure header compression does not corrupt IPv6 header
by Jukka Rissanen
· 10 years ago
59790aa
Bluetooth: 6lowpan: Make sure skb exists before accessing it
by Jukka Rissanen
· 10 years ago
565766b
Bluetooth: Rename sco_param_wideband table to esco_param_msbc
by Johan Hedberg
· 10 years ago
c7da579
Bluetooth: Add retransmission effort into SCO parameter table
by Johan Hedberg
· 10 years ago
d41c15c
Bluetooth: Fix reason code used for rejecting SCO connections
by Johan Hedberg
· 10 years ago
2b0bf6c
Bluetooth: Convert bt_<level> logging functions to return void
by Joe Perches
· 10 years ago
48e68ff
Bluetooth: Check for SCO type before setting retransmission effort
by Bernhard Thaler
· 10 years ago
5eb596f
Bluetooth: Fix setting correct security level when initiating SMP
by Johan Hedberg
· 10 years ago
0097db0
Bluetooth: Remove exported hci_recv_fragment function
by Marcel Holtmann
· 10 years ago
43e73e4
Bluetooth: Provide HCI command opcode information to driver
by Marcel Holtmann
· 10 years ago
7cb9d20
Bluetooth: Add BUILD_BUG_ON check for SKB control buffer size
by Marcel Holtmann
· 10 years ago
9a783a1
Bluetooth: Fix re-setting RPA as expired when deferring update
by Johan Hedberg
· 10 years ago
7ed3fa2
Bluetooth: Expire RPA if encryption fails
by Johan Hedberg
· 10 years ago
5be5e27
Bluetooth: Avoid hard-coded IO capability values in SMP
by Johan Hedberg
· 10 years ago
aeaeb4b
Bluetooth: Fix L2CAP information request handling for fixed channels
by Johan Hedberg
· 10 years ago
a6f7833
Bluetooth: Add smp_ltk_sec_level() helper function
by Johan Hedberg
· 10 years ago
1afc2a1
Bluetooth: Fix SMP security level when we have no IO capabilities
by Johan Hedberg
· 10 years ago
24bd0bd
Bluetooth: Centralize disallowing SMP commands to a single place
by Johan Hedberg
· 10 years ago
c05b933
Bluetooth: Fix ignoring unknown SMP authentication requirement bits
by Johan Hedberg
· 10 years ago
3a7dbfb
Bluetooth: Remove unnecessary early initialization of variable
by Johan Hedberg
· 10 years ago
196332f
Bluetooth: Fix allowing SMP Signing info PDU
by Johan Hedberg
· 10 years ago
39e90c7
Bluetooth: 6lowpan: Route packets that are not meant to peer via correct device
by Jukka Rissanen
· 10 years ago
b2799ce
Bluetooth: 6lowpan: Set the peer IPv6 address correctly
by Jukka Rissanen
· 10 years ago
2ae50d8
Bluetooth: 6lowpan: Increase the connection timeout value
by Jukka Rissanen
· 10 years ago
e1e930f
Bluetooth: Fix mgmt pairing failure when authentication fails
by Johan Hedberg
· 10 years ago
c68b7f1
Bluetooth: Fix dereferencing conn variable before NULL check
by Johan Hedberg
· 10 years ago
9f06a8d
Bluetooth: LLVMLinux: Remove VLAIS from bluetooth/amp.c
by Behan Webster
· 10 years ago
b28b494
Bluetooth: Add strict checks for allowed SMP PDUs
by Johan Hedberg
· 10 years ago
c6e81e9
Bluetooth: Fix calling smp_distribute_keys() when still waiting for keys
by Johan Hedberg
· 10 years ago
88d3a8a
Bluetooth: Add define for key distribution mask
by Johan Hedberg
· 10 years ago
fc75cc8
Bluetooth: Fix locking of the SMP context
by Johan Hedberg
· 10 years ago
d6268e8
Bluetooth: Remove unnecessary deferred work for SMP key distribution
by Johan Hedberg
· 10 years ago
f3d82d0
Bluetooth: Move identity address update behind a workqueue
by Johan Hedberg
· 10 years ago
84bc0db
Bluetooth: Don't take any action in smp_resume_cb if not encrypted
by Johan Hedberg
· 10 years ago
1b0921d
Bluetooth: Remove unnecessary checks after canceling SMP security timer
by Johan Hedberg
· 10 years ago
434714d
Bluetooth: Add clarifying comment for LE CoC result value
by Johan Hedberg
· 10 years ago
839035a
Bluetooth: Move clock offset reading into hci_disconnect()
by Johan Hedberg
· 10 years ago
e3f2f92
Bluetooth: Use hci_disconnect() for mgmt_disconnect_device()
by Johan Hedberg
· 10 years ago
e3b679d
Bluetooth: Update hci_disconnect() to return an error value
by Johan Hedberg
· 10 years ago
9b7b18e
Bluetooth: Fix SMP error and response to be mutually exclusive
by Johan Hedberg
· 10 years ago
b04afa0
Bluetooth: Remove unused l2cap_conn_shutdown API
by Johan Hedberg
· 10 years ago
1e91c29
Bluetooth: Use hci_disconnect for immediate disconnection from SMP
by Johan Hedberg
· 10 years ago
e31fb86
Bluetooth: Set discon_timeout to 0 in l2cap_conn_del
by Johan Hedberg
· 10 years ago
bcbb655
Bluetooth: Remove hci_conn_hold/drop from hci_chan
by Johan Hedberg
· 10 years ago
f94b665
Bluetooth: Ignore incoming data after initiating disconnection
by Johan Hedberg
· 10 years ago
b3ff670
Bluetooth: Set disc_timeout to 0 when calling hci_chan_del
by Johan Hedberg
· 10 years ago
6c388d3
Bluetooth: Fix hci_conn reference counting with hci_chan
by Johan Hedberg
· 10 years ago
f6c6324
Bluetooth: Refactor connection parameter freeing into its own function
by Johan Hedberg
· 10 years ago
f8aaf9b
Bluetooth: Fix using hci_conn_get() for hci_conn pointers
by Johan Hedberg
· 10 years ago
51bb8457
Bluetooth: Improve *_get() functions to return the object type
by Johan Hedberg
· 10 years ago
5477610
Bluetooth: Optimize connection parameter lookup for LE connections
by Johan Hedberg
· 10 years ago
08853f1
Bluetooth: Set addr_type only when it's needed
by Johan Hedberg
· 10 years ago
c16900c
Bluetooth: Fix hci_conn reference counting for fixed channels
by Johan Hedberg
· 10 years ago
b3ed6c6
Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_add
by Johan Hedberg
· 10 years ago
72c6fb9
Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTU
by Johan Hedberg
· 10 years ago
61a3d4f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 10 years ago
f161dd4
Bluetooth: Fix hci_conn reference counting for auto-connections
by Johan Hedberg
· 10 years ago
13cac15
Bluetooth: Fix ERTM L2CAP resend packet
by Lukasz Rymanowski
· 10 years ago
069cb27
Bluetooth: Improve data packing in SAR mode
by Lukasz Rymanowski
· 10 years ago
6f48e26
Bluetooth: Make smp_chan_destroy() private to smp.c
by Johan Hedberg
· 10 years ago
86d1407
Bluetooth: Always call smp_distribute_keys() from a workqueue
by Johan Hedberg
· 10 years ago
109ec23
Bluetooth: Move canceling security_timer into smp_chan_destroy()
by Johan Hedberg
· 10 years ago
276d807
Bluetooth: Remove unused l2cap_conn->security_timer
by Johan Hedberg
· 10 years ago
b68fda6
Bluetooth: Add SMP-internal timeout callback
by Johan Hedberg
· 10 years ago
8ae9b98
Bluetooth: Fix double free of SMP data skb
by Johan Hedberg
· 10 years ago
4befb86
Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback fails
by Johan Hedberg
· 10 years ago
Next »