Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8c520a59927a5600973782505dbb750d985057c4
/
net
/
bluetooth
8c520a5
Bluetooth: Remove unnecessary headers include
by Gustavo Padovan
· 12 years ago
8fc9ced
Bluetooth: Fix coding style in the subsystem
by Gustavo Padovan
· 12 years ago
fc5fef6
Bluetooth: Remove 'register' usage from the subsystem
by Gustavo Padovan
· 12 years ago
6039aa73
Bluetooth: Remove most of the inline usage
by Gustavo Padovan
· 12 years ago
4f42a8c
Bluetooth: trivial: Remove empty line
by Andrei Emeltchenko
· 12 years ago
5325e5b
Bluetooth: Preserve L2CAP flags values
by Andrei Emeltchenko
· 12 years ago
9b3b446
Bluetooth: Use defined link key size
by Andrei Emeltchenko
· 12 years ago
a6c511c
Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE
by Szymon Janc
· 12 years ago
d660366
Bluetooth: Remove dead int returns
by Gustavo Padovan
· 12 years ago
be4aad05
Bluetooth: Remove double check for BT_CONNECTED
by Gustavo Padovan
· 12 years ago
401bb1f
Bluetooth: Silent sparse warnings
by Andrei Emeltchenko
· 12 years ago
ee556f6
Bluetooth: Do not purge queue in Basic Mode
by Gustavo Padovan
· 13 years ago
d1de6d4
Bluetooth: Enable ERTM by default
by Mat Martineau
· 13 years ago
273759e
Bluetooth: Set txwin values for streaming mode
by Mat Martineau
· 13 years ago
6ea0048
Bluetooth: Remove unneccesary inline
by Mat Martineau
· 13 years ago
0362520
Bluetooth: Simplify the ERTM ack timeout
by Mat Martineau
· 13 years ago
80909e0
Bluetooth: Use the ERTM transmit state machine from timeout handlers
by Mat Martineau
· 13 years ago
4239d16
Bluetooth: Check rules when setting retransmit or monitor timers
by Mat Martineau
· 13 years ago
c9e3d5e
Bluetooth: Use new header structures in l2cap_send_rr_or_rnr
by Mat Martineau
· 13 years ago
fcd289d
Bluetooth: Handle incoming REJ frames
by Mat Martineau
· 13 years ago
f80842a
Bluetooth: Handle SREJ requests to resend unacked frames
by Mat Martineau
· 13 years ago
6383872
Bluetooth: Reassemble all available data when retransmissions succeed.
by Mat Martineau
· 13 years ago
bed68bd
Bluetooth: Send SREJ frames when packets go missing
by Mat Martineau
· 13 years ago
e1fbd4c
Bluetooth: Add implementation for retransmitting all unacked frames
by Mat Martineau
· 13 years ago
d2a7ac5
Bluetooth: Add the ERTM receive state machine
by Mat Martineau
· 13 years ago
e31f763
Bluetooth: Update l2cap_send_i_or_rr_or_rnr to fit the spec better
by Mat Martineau
· 13 years ago
61aa4f5
Bluetooth: Use the transmit state machine for busy state changes
by Mat Martineau
· 13 years ago
0a0aba4
Bluetooth: Refactor l2cap_send_ack
by Mat Martineau
· 13 years ago
f5dbb07
Bluetooth: Remove receive code that has been superceded
by Mat Martineau
· 13 years ago
4b51dae9
Bluetooth: Add streaming mode receive and incoming packet classifier
by Mat Martineau
· 13 years ago
cec8ab6e
Bluetooth: Consolidate common receive code for ERTM and streaming mode
by Mat Martineau
· 13 years ago
a67d7f6
Bluetooth: Refactor l2cap_send_sframe
by Mat Martineau
· 13 years ago
18a48e7
Bluetooth: Refactor l2cap_ertm_send
by Mat Martineau
· 13 years ago
3733937
Bluetooth: Refactor l2cap_streaming_send
by Mat Martineau
· 13 years ago
608bcc6
Bluetooth: Add a new L2CAP ERTM transmit state machine.
by Mat Martineau
· 13 years ago
b191e03
Bluetooth: Change default state of ERTM disable flag
by Mat Martineau
· 13 years ago
2827011
Bluetooth: Fix early return from l2cap_chan_del
by Mat Martineau
· 13 years ago
9dc9aff
Bluetooth: Free allocated ERTM SREJ list if init fails
by Mat Martineau
· 13 years ago
a8c5fb1
Bluetooth: Fix coding style in hci_core.c
by Gustavo Padovan
· 13 years ago
5974e4c
Bluetooth: Fix coding style in hci_conn.c
by Gustavo Padovan
· 13 years ago
807deac
Bluetooth: Fix coding style in hci_event.c
by Gustavo Padovan
· 13 years ago
b80f021
Bluetooth: Fix coding style in hci_sysfs.c
by Gustavo Padovan
· 13 years ago
3bb3c75
Bluetooth: Fix coding style in hci_sock.c
by Gustavo Padovan
· 13 years ago
be7c2b9
Bluetooth: Fix coding style in sco.c
by Gustavo Padovan
· 13 years ago
8ce8e2b
Bluetooth: Fix coding style in mgmt.c
by Gustavo Padovan
· 13 years ago
f309532
tty: Revert the tty locking series, it needs more work
by Linus Torvalds
· 12 years ago
28f3d71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
3c2c4b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 12 years ago
94b5aff
Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 12 years ago
a0d0d16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by John W. Linville
· 12 years ago
0289403
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
d839c81
Bluetooth: Report proper error number in disconnection
by Gustavo Padovan
· 13 years ago
c5daa68
Bluetooth: Create flags for bt_sk()
by Gustavo Padovan
· 13 years ago
c6585a4
Bluetooth: report the right security level in getsockopt
by Gustavo Padovan
· 13 years ago
a6a5568
Bluetooth: Lock the L2CAP channel when sending
by Mat Martineau
· 13 years ago
ef191ad
Bluetooth: Restore locking semantics when looking up L2CAP channels
by Mat Martineau
· 13 years ago
35c84d7
Bluetooth: Fix a redundant and problematic incoming MTU check
by Mat Martineau
· 13 years ago
9d939d9
Bluetooth: Fix EIR data generation for mgmt_device_found
by Vishal Agarwal
· 13 years ago
a24299e
Bluetooth: Fix Inquiry with RSSI event mask
by Johan Hedberg
· 13 years ago
f522ae3
Bluetooth: improve readability of l2cap_seq_list code
by Gustavo Padovan
· 13 years ago
2d0ed3d
Bluetooth: Fix skb length calculation
by Gustavo Padovan
· 13 years ago
087bfd9
Bluetooth: Fix packet size provided to the controller
by Gustavo Padovan
· 13 years ago
fbe0070
Bluetooth: Fix wrong set of skb fragments
by Gustavo Padovan
· 13 years ago
08e6d90
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by Gustavo Padovan
· 13 years ago
d34c34f
Bluetooth: Initialize the transmit queue for L2CAP streaming mode
by Mat Martineau
· 13 years ago
577cfae
Bluetooth: Update tx_send_head when sending ERTM data
by Mat Martineau
· 13 years ago
671267b
Bluetooth: mgmt: Fix device_connected sending order
by Johan Hedberg
· 13 years ago
a7d7723
Bluetooth: notify userspace of security level change
by Gustavo Padovan
· 13 years ago
c47fc98
bluetooth: Convert compare_ether_addr to ether_addr_equal
by Joe Perches
· 13 years ago
53168e5
Bluetooth: Fixed checkpatch warnings
by Cristian Chilipirea
· 13 years ago
000092b
Bluetooth: bnep: use constant for ethertype
by Eldad Zack
· 13 years ago
94122bb
Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentation
by Mat Martineau
· 13 years ago
daf6a78c
Bluetooth: Remove unneeded calculation and magic number
by Andrei Emeltchenko
· 13 years ago
f2ba7fa
Bluetooth: Remove hlen variable
by Gustavo Padovan
· 13 years ago
9d42820
Bluetooth: Enable Low Energy support by default
by Marcel Holtmann
· 13 years ago
2ee8ce3
Bluetooth: Remove unused hci_le_ltk_neg_reply()
by Syam Sidhardhan
· 13 years ago
6ff9b5e
Bluetooth: Remove unneeded elements from size calculation
by Gustavo Padovan
· 13 years ago
e10b996
Bluetooth: Remove unused hci_le_ltk_reply()
by Syam Sidhardhan
· 13 years ago
422e925
Bluetooth: Add Code Aurora Forum copyright
by Mat Martineau
· 13 years ago
61d6ef3
Bluetooth: Make better use of l2cap_chan reference counting
by Mat Martineau
· 13 years ago
dbd89fd
Bluetooth: Remove unused function
by Mat Martineau
· 13 years ago
105bdf9
Bluetooth: Initialize new l2cap_chan structure members
by Mat Martineau
· 13 years ago
b5c6aae
Bluetooth: Move recently-added ERTM header packing functions
by Mat Martineau
· 13 years ago
3ce3514
Bluetooth: Remove duplicate structure members from bt_skb_cb
by Mat Martineau
· 13 years ago
479453d
Bluetooth: Remove advertising cache
by Andre Guedes
· 13 years ago
8e9f989
Bluetooth: Use address type info from user-space
by Andre Guedes
· 13 years ago
b12f62c
Bluetooth: Add dst_type parameter to hci_connect
by Andre Guedes
· 13 years ago
31f7956
Bluetooth: Move bdaddr_to_le to hci_core
by Andre Guedes
· 13 years ago
378b5b7
Bluetooth: Rename mgmt_to_le to bdaddr_to_le
by Andre Guedes
· 13 years ago
57c1477
Bluetooth: Rename link_to_mgmt to link_to_bdaddr
by Andre Guedes
· 13 years ago
591f47f
Bluetooth: Move address type macros to bluetooth.h
by Andre Guedes
· 13 years ago
b290504
Bluetooth: Remove useless code in hci_connect
by Andre Guedes
· 13 years ago
9f0caeb
Bluetooth: Add support for reusing the same hci_conn for LE links
by Vinicius Costa Gomes
· 13 years ago
c228768
Bluetooth: Search global l2cap channels by src/dst addresses
by Ido Yariv
· 13 years ago
d8ce939
Bluetooth: Remove unneeded initialization in hci_alloc_dev()
by David Herrmann
· 13 years ago
b1b813d
Bluetooth: Move device initialization to hci_alloc_dev()
by David Herrmann
· 13 years ago
9be0dab
Bluetooth: Move hci_alloc/free_dev close to hci_register/unregister_dev
by David Herrmann
· 13 years ago
fb33405
Bluetooth: Restrict to one SCO listening socket
by Marcel Holtmann
· 13 years ago
8ed21f7
Bluetooth: Don't check source address in SCO bind function
by Marcel Holtmann
· 13 years ago
fc50744
Bluetooth: Fix registering hci with duplicate name
by Ulisses Furquim
· 13 years ago
Next »