Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2e5f51a539194406566968d1b68f0bcd1112720d
/
net
/
bluetooth
477fffb
bluetooth: handle l2cap_create_connless_pdu() errors
by Dan Carpenter
· 15 years ago
cb4361c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
6503d96
net: check the length of the socket address passed to connect(2)
by Changli Gao
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
c2c77ec
Bluetooth: Fix kernel crash on L2CAP stress tests
by Andrei Emeltchenko
· 15 years ago
aef7d97
Bluetooth: Convert debug files to actually use debugfs instead of sysfs
by Marcel Holtmann
· 15 years ago
101545f
Bluetooth: Fix potential bad memory access with sysfs files
by Marcel Holtmann
· 15 years ago
d89b218
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
28812fe
driver-core: Add attribute argument to class_attribute show/store
by Andi Kleen
· 15 years ago
d4612cb
Bluetooth: Use single_open() for inquiry cache within debugfs
by Marcel Holtmann
· 15 years ago
4787188
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
f6e623a
Bluetooth: Fix out of scope variable access in hci_sock_cmsg()
by Johann Felix Soden
· 15 years ago
705e571
Bluetooth: Add SCO fallback for unsupported feature error
by Stephen Coe
· 15 years ago
943da25
Bluetooth: Add controller types for BR/EDR and 802.11 AMP
by Marcel Holtmann
· 15 years ago
ca325f6
Bluetooth: Convert inquiry cache to use debugfs instead of sysfs
by Marcel Holtmann
· 15 years ago
c13854c
Bluetooth: Convert controller hdev->type to hdev->bus
by Marcel Holtmann
· 15 years ago
a85821f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
b1109bf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
15c697c
Bluetooth: Keep a copy of each HID device's report descriptor
by Michael Poole
· 15 years ago
9c119ba
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
c390216
Bluetooth: Enter active mode before establishing a SCO link.
by Nick Pelly
· 15 years ago
6c2718d
Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socket
by Nick Pelly
· 15 years ago
485f1ef
Bluetooth: Fix sleeping function in RFCOMM within invalid context
by Marcel Holtmann
· 15 years ago
1038a00
Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature)
by Nick Pelly
· 15 years ago
d4bfa03
HID: make raw reports possible for both feature and output reports
by Jiri Kosina
· 15 years ago
6bf8268
Bluetooth: Use the control channel for raw HID reports
by Bastien Nocera
· 15 years ago
e420aba
Bluetooth: Fix memory leak in L2CAP
by Andrei Emeltchenko
· 15 years ago
fcafde2
Bluetooth: Remove double free of SKB pointer in L2CAP
by Andrei Emeltchenko
· 15 years ago
9a58a80
proc_fops: convert drivers/isdn/ to seq_file
by Alexey Dobriyan
· 15 years ago
b13f586
Bluetooth: Fix L2CAP locking scheme regression
by Andrei Emeltchenko
· 15 years ago
186ee8c
Bluetooth: Ack L2CAP I-frames before retransmit missing packet
by Gustavo F. Padovan
· 15 years ago
186de9a
Bluetooth: Fix unset of RemoteBusy flag for L2CAP
by Gustavo F. Padovan
· 15 years ago
971beb8
Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()
by Roel Kluin
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
94e2bd6
tree-wide: fix some typos and punctuation in comments
by Thadeu Lima de Souza Cascardo
· 15 years ago
eae38ee
Bluetooth: Add RFCOMM option to use L2CAP ERTM mode
by Marcel Holtmann
· 15 years ago
5fbcd3d
Bluetooth: Add L2CAP option for max transmit value
by Marcel Holtmann
· 15 years ago
2ab25cd
Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq value
by Gustavo F. Padovan
· 15 years ago
4ec10d9
Bluetooth: Implement RejActioned flag
by Gustavo F. Padovan
· 15 years ago
9f121a5
Bluetooth: Fix sending ReqSeq on I-frames
by Gustavo F. Padovan
· 15 years ago
889a3ca
Bluetooth: Fix unset of SrejActioned flag
by Gustavo F. Padovan
· 15 years ago
0565c1c
Bluetooth: Initialize variables and timers for both channel's sides
by Gustavo F. Padovan
· 15 years ago
cde9f80
Bluetooth: Fix handling of BNEP setup connection requests
by Vikram Kandukuri
· 15 years ago
c78ae28
Bluetooth: Unobfuscate tasklet_schedule usage
by Marcel Holtmann
· 15 years ago
76bca88
Bluetooth: Turn hci_recv_frame into an exported function
by Marcel Holtmann
· 15 years ago
7e21add
Bluetooth: Return ENETDOWN when interface is down
by Marcel Holtmann
· 15 years ago
2da3193
Bluetooth: Implement raw output support for HIDP layer
by Jiri Kosina
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
a2bfbc0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
68ae663
Bluetooth: Fix regression with L2CAP configuration in Basic Mode
by Gustavo F. Padovan
· 15 years ago
a0e55a3
Bluetooth: Select Basic Mode as default for SOCK_SEQPACKET
by Gustavo F. Padovan
· 15 years ago
93f19c9
Bluetooth: Set general bonding security for ACL by default
by Andrei Emeltchenko
· 15 years ago
c84b326
net: check kern before calling security subsystem
by Eric Paris
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
cfadf85
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
45054dc
bluetooth: static lock key fix
by Dave Young
· 15 years ago
f74c77c
bluetooth: scheduling while atomic bug fix
by Dave Young
· 15 years ago
3b88578
net: Generalize socket rx gap / receive queue overflow cmsg
by Neil Horman
· 15 years ago
ec1b4cf
net: mark net_proto_ops as const
by Stephen Hemminger
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
50223e4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 15 years ago
c4c259b
HID: consolidate connect and disconnect into core code
by Jiri Kosina
· 15 years ago
a4dbd67
driver model: constify attribute groups
by David Brownell
· 15 years ago
384912e
net: Add DEVTYPE support for Ethernet based devices
by Marcel Holtmann
· 15 years ago
6fef4c0
netdev: convert pseudo-devices to netdev_tx_t
by Stephen Hemminger
· 15 years ago
7e74309
Bluetooth: Add support for L2CAP 'Send RRorRNR' action
by Gustavo F. Padovan
· 15 years ago
2246b2f
Bluetooth: Handle L2CAP case when the remote receiver is busy
by Gustavo F. Padovan
· 15 years ago
ca42a61
Bluetooth: Acknowledge L2CAP packets when receiving RR-frames (F-bit=1)
by Gustavo F. Padovan
· 15 years ago
cbe86b9
Bluetooth: Add missing selection of CONFIG_CRC16 for L2CAP layer
by Randy Dunlap
· 15 years ago
1b7bf4e
Bluetooth: Use proper *_unaligned_le{16,32} helpers for L2CAP
by Gustavo F. Padovan
· 15 years ago
e686219
Bluetooth: Add locking scheme to L2CAP timeout callbacks
by Gustavo F. Padovan
· 15 years ago
9e726b1
Bluetooth: Fix rejected connection not disconnecting ACL link
by Luiz Augusto von Dentz
· 15 years ago
ef54fd9
Bluetooth: Full support for receiving L2CAP SREJ frames
by Gustavo F. Padovan
· 15 years ago
8f17154
Bluetooth: Add support for L2CAP SREJ exception
by Gustavo F. Padovan
· 15 years ago
fcc203c
Bluetooth: Add support for FCS option to L2CAP
by Gustavo F. Padovan
· 15 years ago
6840ed0
Bluetooth: Enable Streaming Mode for L2CAP
by Gustavo F. Padovan
· 15 years ago
e90bac0
Bluetooth: Add support for Retransmission and Monitor Timers
by Gustavo F. Padovan
· 15 years ago
30afb5b
Bluetooth: Initial support for retransmission of packets with REJ frames
by Gustavo F. Padovan
· 15 years ago
c74e560
Bluetooth: Add support for Segmentation and Reassembly of SDUs
by Gustavo F. Padovan
· 15 years ago
1c2acff
Bluetooth: Add initial support for ERTM packets transfers
by Gustavo F. Padovan
· 15 years ago
22121fc
Bluetooth: Create separate l2cap_send_disconn_req() function
by Gustavo F. Padovan
· 15 years ago
f2fcfcd
Bluetooth: Add configuration support for ERTM and Streaming mode
by Gustavo F. Padovan
· 15 years ago
65c7c49
Bluetooth: Add L2CAP RFC option if ERTM is enabled
by Marcel Holtmann
· 16 years ago
c6b03cf
Bluetooth: Allow setting of L2CAP ERTM via socket option
by Marcel Holtmann
· 16 years ago
44dd46d
Bluetooth: Add module option to enable L2CAP ERTM support
by Marcel Holtmann
· 16 years ago
52d1834
Bluetooth: Coding style cleanup from previous rfcomm_init bug fix
by Marcel Holtmann
· 15 years ago
a6a67ef
Bluetooth: Convert hdev->req_lock to a mutex
by Thomas Gleixner
· 15 years ago
edad638
Bluetooth: Let HIDP grab the device reference for connections
by Marcel Holtmann
· 15 years ago
9eba32b
Bluetooth: Add extra device reference counting for connections
by Marcel Holtmann
· 15 years ago
364f635
Bluetooth: Disconnect HIDRAW devices on disconnect
by Marcel Holtmann
· 15 years ago
981b141
Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is received
by Vikram Kandukuri
· 15 years ago
fd0b3ff
Bluetooth: Add proper shutdown support to SCO sockets
by Marcel Holtmann
· 15 years ago
aa11d95
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
36cbd3d
net: mark read-only arrays as const
by Jan Engelhardt
· 15 years ago
af0d3b1
bluetooth: rfcomm_init bug fix
by Dave Young
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
31e6d36
net: correct off-by-one write allocations reports
by Eric Dumazet
· 15 years ago
1a09718
Bluetooth: Fix Kconfig issue with RFKILL integration
by Marcel Holtmann
· 15 years ago
Next »