Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
63e9cde0c36ef100e5f8ea25fc883a69b0694c27
/
net
63e9cde
Bluetooth: uses crypto interfaces, select CRYPTO
by Randy Dunlap
· 15 years ago
23e6494
Bluetooth: include scatterlist.h where needed
by Stephen Rothwell
· 15 years ago
a8eaf8b
Bluetooth: Fix not setting the chan state
by Vinicius Costa Gomes
· 15 years ago
43d669e
Bluetooth: Remove useless access to the socket
by Vinicius Costa Gomes
· 15 years ago
16af3da
Bluetooth: Fix crash when setting a LE socket to ready
by Vinicius Costa Gomes
· 15 years ago
b4742a1
Bluetooth: Fix locking in blacklist code
by Gustavo F. Padovan
· 15 years ago
e299c1c
Bluetooth: Use bit operations on conn_state
by Gustavo F. Padovan
· 15 years ago
2ddee5a
Bluetooth: use bit operation on conf_state
by Gustavo F. Padovan
· 15 years ago
58d1980
Bluetooth: Add blacklisting support for mgmt interface
by Antti Julku
· 15 years ago
9d90e2e
Bluetooth: Move blacklisting functions to hci_core
by Antti Julku
· 15 years ago
397d9ae
Bluetooth: Add key size checks for SMP
by Vinicius Costa Gomes
· 15 years ago
b19d5ce
Bluetooth: Add support for SMP timeout
by Vinicius Costa Gomes
· 15 years ago
53fba61
Bluetooth: fix missing parameter for HCI_OP_DISCONNECT
by Anderson Lizardo
· 15 years ago
64532ec
Bluetooth: Add support for Pairing features exchange
by Vinicius Costa Gomes
· 15 years ago
901920a
Bluetooth: Add support for building pairing commands
by Vinicius Costa Gomes
· 15 years ago
403d2c8
Bluetooth: Fix initial security level of LE links
by Vinicius Costa Gomes
· 15 years ago
a5474a8
Bluetooth: Add support for resuming socket when SMP is finished
by Vinicius Costa Gomes
· 16 years ago
c34e25e
Bluetooth: Remove debug statements
by Vinicius Costa Gomes
· 15 years ago
735038c
Bluetooth: Add support for LE Start Encryption
by Vinicius Costa Gomes
· 15 years ago
21b8a2b
Bluetooth: Add SMP confirmation checks methods
by Anderson Briglia
· 15 years ago
c8e856e
Bluetooth: Add SMP confirmation structs
by Anderson Briglia
· 15 years ago
8e7a3c5
Bluetooth: Add LE SMP Cryptoolbox functions
by Anderson Briglia
· 15 years ago
09fabbc
Bluetooth: Add support for using the crypto subsystem
by Vinicius Costa Gomes
· 15 years ago
13b4839
Bluetooth: Add simple SMP pairing negotiation
by Anderson Briglia
· 15 years ago
ea37012
Bluetooth: Start SMP procedure
by Anderson Briglia
· 15 years ago
133e14c
Bluetooth: Implement the first SMP commands
by Anderson Briglia
· 15 years ago
d7649a5
Bluetooth: Don't forget to check for LE_LINK
by Gustavo F. Padovan
· 15 years ago
446b49b
Bluetooth: keep reference if any ERTM timer is enabled
by Gustavo F. Padovan
· 15 years ago
bd69b5a
Bluetooth: Make timer functions generic
by Gustavo F. Padovan
· 15 years ago
4a6aa52
Bluetooth: Add refcnt to struct l2cap_chan
by Gustavo F. Padovan
· 15 years ago
f1b394a
Bluetooth: Add state tracking to struct l2cap_chan
by Gustavo F. Padovan
· 15 years ago
c4cf743
Bluetooth: add close() callback to l2cap_chan_ops
by Gustavo F. Padovan
· 15 years ago
162025c
Bluetooth: add recv() callback to l2cap_chan_ops
by Gustavo F. Padovan
· 15 years ago
b090c4b
Bluetooth: Add l2cap_chan_ops abstraction
by Gustavo F. Padovan
· 15 years ago
b87bf5b
Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc()
by Gustavo F. Padovan
· 15 years ago
941df95
Bluetooth: Kill set but unused variable 'cmd' in cmtp_recv_capimsg()
by David Miller
· 15 years ago
8f1e790
Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning
by Stephen Boyd
· 15 years ago
f78088a
Bluetooth: Fix check for the ERTM local busy state
by Mat Martineau
· 15 years ago
5125e9e
Bluetooth: Restore accidentally-deleted line
by Mat Martineau
· 15 years ago
8b00cf0
Bluetooth: Simplify hci_conn_accept_secure check
by Waldemar Rymarkiewicz
· 15 years ago
514abe6
Bluetooth: Add BT_POWER L2CAP socket option.
by Jaikumar Ganesh
· 15 years ago
9f449e0
Bluetooth: Verify a pin code in pin_code_reply
by Waldemar Rymarkiewicz
· 15 years ago
6fbf3ee
Bluetooth: Remove a magic number
by Waldemar Rymarkiewicz
· 15 years ago
ef69a01
Bluetooth: fix sparse & gcc warnings
by Johannes Berg
· 15 years ago
c7f0d99
Bluetooth: Set 'peer_addr_type' in hci_le_connect()
by Andre Guedes
· 15 years ago
5e89ece
Bluetooth: Check advertising cache in hci_connect()
by Andre Guedes
· 15 years ago
92398c8
Bluetooth: Remove useless check in hci_connect()
by Andre Guedes
· 15 years ago
149c097
Bluetooth: Add 'dst_type' field to struct hci_conn
by Andre Guedes
· 15 years ago
5444429
Bluetooth: Refactor hci_auth_complete_evt function
by Waldemar Rymarkiewicz
· 15 years ago
62c5f52
Bluetooth: Fix auth_complete_evt for legacy units
by Waldemar Rymarkiewicz
· 15 years ago
45e600f
Bluetooth: Advertising entries lifetime
by Andre Guedes
· 15 years ago
726e133
Bluetooth: Clear advertising cache before scanning
by Andre Guedes
· 15 years ago
5df108f
Bluetooth: Add Advertising Report Meta Event handler
by Andre Guedes
· 15 years ago
6c77c8c
Bluetooth: LE advertising cache
by Andre Guedes
· 15 years ago
762a990
Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()
by Gustavo F. Padovan
· 15 years ago
1eb5ad7
Bluetooth: Remove export of l2cap_chan_clear_timer()
by Gustavo F. Padovan
· 15 years ago
13003e0
Bluetooth: create channel timer to replace sk_timer
by Gustavo F. Padovan
· 15 years ago
8974c54
Bluetooth: Add chan->chan_type struct member
by Gustavo F. Padovan
· 15 years ago
dcb1cc3
Bluetooth: Create l2cap_chan_send()
by Gustavo F. Padovan
· 15 years ago
6e9e43f
Bluetooth: Create __l2cap_chan_close()
by Gustavo F. Padovan
· 15 years ago
ceb723b
Bluetooth: Remove unnecessary use of hci_dev_list_lock
by Johan Hedberg
· 15 years ago
5234259
Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockopt_old()
by David Miller
· 15 years ago
af2a7f4
Bluetooth: fix set but not used warning
by Gustavo F. Padovan
· 15 years ago
54f6151
Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failure
by Ruiyi Zhang
· 15 years ago
814cdea
Merge commit 'v3.0-rc6' into android-3.0
by Dima Zavin
· 15 years ago
410ef5f
netfitler: xt_qtaguid: add another missing spin_unlock.
by JP Abgrall
· 15 years ago
2450033
netfilter: qtaguid: fix bad-arg handling when tagging socket
by JP Abgrall
· 15 years ago
0e90ed0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
e55d4fa
Merge commit 'v3.0-rc5' into android-3.0
by Colin Cross
· 15 years ago
ed6e4ef
netfilter: Fix ip_route_me_harder triggering ip_rt_bug
by Julian Anastasov
· 15 years ago
c797ca5
nf: qtaguid: make procfs entry for ctrl return correct data.
by JP Abgrall
· 15 years ago
35b8628
nf: qtaguid: workaround xt_socket_get_sk() returning bad SKs.
by JP Abgrall
· 15 years ago
353e5c9
ipv4: Fix IPsec slowpath fragmentation problem
by Steffen Klassert
· 15 years ago
33f99dc
ipv4: Fix packet size calculation in __ip_append_data
by Steffen Klassert
· 15 years ago
bd4265f
bridge: Only flood unregistered groups to routers
by Herbert Xu
· 15 years ago
acc468f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem
by John W. Linville
· 15 years ago
99e01b3
net: ipv4: tcp: Fix crash in tcp_nuke_addr
by Colin Cross
· 15 years ago
9cfaa8d
udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packet
by Xufeng Zhang
· 15 years ago
32c9025
ipv6/udp: Use the correct variable to determine non-blocking condition
by Xufeng Zhang
· 15 years ago
2992c4b
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 15 years ago
eda0841
Merge branch 'for-2.6.40' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 15 years ago
6e158d2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
8c7bad8
netfilter: have ip*t REJECT set the sock err when an icmp is to be sent
by JP Abgrall
· 15 years ago
934abcf
netfilter: add xt_qtaguid matching module
by JP Abgrall
· 15 years ago
d8cfaaa
nf: xt_socket: export the fancy sock finder code
by JP Abgrall
· 15 years ago
8ad2475
ipv4, ping: Remove duplicate icmp.h include
by Jesper Juhl
· 15 years ago
40fad6b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6
by John W. Linville
· 15 years ago
cefa999
netpoll: copy dev name of slaves to struct netpoll
by WANG Cong
· 15 years ago
9aa3c94
ipv4: fix multicast losses
by Eric Dumazet
· 15 years ago
eeb1497
inet_diag: fix inet_diag_bc_audit()
by Eric Dumazet
· 15 years ago
1eddcea
net: rfs: enable RFS before first data packet is received
by Eric Dumazet
· 15 years ago
82362cc
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem
by John W. Linville
· 15 years ago
5afa913
SUNRPC: Ensure the RPC client only quits on fatal signals
by Trond Myklebust
· 15 years ago
e3cb78c
vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan support
by Antoine Reversat
· 15 years ago
a1b7f85
caif: Bugfix - XOFF removed channel from caif-mux
by sjur.brandeland@stericsson.com
· 15 years ago
fc2af6c
IGMP snooping: set mrouters_only flag for IPv6 traffic properly
by Fernando Luis Vázquez Cao
· 15 years ago
62b2bcb
IGMP snooping: set mrouters_only flag for IPv4 traffic properly
by Fernando Luis Vázquez Cao
· 15 years ago
3009adf
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
by David S. Miller
· 15 years ago
8dac6be
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 15 years ago
42c1edd
netfilter: nf_nat: avoid double seq_adjust for loopback
by Julian Anastasov
· 15 years ago
Next »