index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv6: Consolidate route lookup sequences.
David S. Miller
2011-03-01
1
-3
/
+8
*
udp: Switch to ip_finish_skb
Herbert Xu
2011-03-01
2
-0
/
+23
*
inet: Add ip_make_skb and ip_finish_skb
Herbert Xu
2011-03-01
1
-0
/
+16
*
inet: Remove explicit write references to sk/inet in ip_append_data
Herbert Xu
2011-03-01
1
-9
/
+14
*
xfrm: Pass const xfrm_mark to xfrm_mark_put().
David S. Miller
2011-02-27
1
-1
/
+1
*
xfrm: Pass const xfrm_address_t objects to xfrm_state_lookup* and xfrm_find_acq.
David S. Miller
2011-02-27
1
-5
/
+5
*
xfrm: Pass const arg to xfrm_alg_len and xfrm_alg_auth_len.
David S. Miller
2011-02-27
1
-2
/
+2
*
xfrm: Pass name as const to xfrm_*_get_byname().
David S. Miller
2011-02-27
1
-4
/
+4
*
netpoll: remove IFF_IN_NETPOLL flag
Amerigo Wang
2011-02-27
1
-5
/
+4
*
Phonet: fix flawed "SYN/ACK" logic
Rémi Denis-Courmont
2011-02-25
1
-0
/
+1
*
Phonet: don't bother with transaction IDs (especially for indications)
Rémi Denis-Courmont
2011-02-25
1
-11
/
+0
*
Phonet: remove redumdant pep->pipe_state
Rémi Denis-Courmont
2011-02-25
1
-9
/
+0
*
Phonet: use socket destination in pipe protocol
Rémi Denis-Courmont
2011-02-25
1
-1
/
+0
*
Phonet: implement per-socket destination/peer address
Rémi Denis-Courmont
2011-02-25
1
-0
/
+1
*
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2011-02-24
7
-37
/
+548
|
\
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-02-22
7
-37
/
+548
|
|
\
|
|
*
ssb: when needed, reject IM input while disabling device
Rafał Miłecki
2011-02-18
1
-0
/
+2
|
|
*
ssb: remove invalid define SSB_TMSLOW_PHYCLK
Rafał Miłecki
2011-02-18
1
-1
/
+0
|
|
*
Bluetooth: Fix some code style issues in hci_core.h
Szymon Janc
2011-02-17
1
-29
/
+29
|
|
*
Bluetooth: Send LE Connection Update Command
Claudio Takahasi
2011-02-16
2
-0
/
+13
|
|
*
Bluetooth: Use proper timer for hci command timout
Ville Tervo
2011-02-16
2
-1
/
+4
|
|
*
Bluetooth: Add connection parameter update response
Claudio Takahasi
2011-02-16
1
-0
/
+15
|
|
*
Bluetooth: Add LE signaling commands handling
Claudio Takahasi
2011-02-16
1
-0
/
+2
|
|
*
Bluetooth: Add SMP command structures
Ville Tervo
2011-02-16
1
-0
/
+76
|
|
*
Bluetooth: Add server socket support for LE connection
Ville Tervo
2011-02-16
1
-0
/
+1
|
|
*
Bluetooth: Add LE connection support to L2CAP
Ville Tervo
2011-02-16
1
-0
/
+3
|
|
*
Bluetooth: Use LE buffers for LE traffic
Ville Tervo
2011-02-16
1
-0
/
+5
|
|
*
Bluetooth: Add LE connect support
Ville Tervo
2011-02-16
2
-4
/
+23
|
|
*
Bluetooth: Add low energy commands and events
Ville Tervo
2011-02-16
1
-0
/
+49
|
|
*
Bluetooth: remove l2cap_load() hack
Gustavo F. Padovan
2011-02-15
1
-2
/
+0
|
|
*
Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko
Gustavo F. Padovan
2011-02-14
1
-0
/
+28
|
|
*
ssb: extract boardflags2 for SPROMs rev 4 and 5
Rafał Miłecki
2011-02-09
1
-0
/
+4
|
|
*
Bluetooth: move __l2cap_sock_close() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-0
/
+2
|
|
*
Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-3
/
+8
|
|
*
Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+2
|
|
*
Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+4
|
|
*
Bluetooth: move l2cap_sock_connect() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+1
|
|
*
Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+0
|
|
*
Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+0
|
|
*
Bluetooth: move l2cap_sock_getname() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+0
|
|
*
Bluetooth: move l2cap_sock_accept() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+0
|
|
*
Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-2
/
+0
|
|
*
Bluetooth: move l2cap_sock_release() to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-1
/
+0
|
|
*
Bluetooth: move l2cap_sock_ops to l2cap_sock.c
Gustavo F. Padovan
2011-02-08
1
-0
/
+12
|
|
*
Bluetooth: Initial work for L2CAP split.
Gustavo F. Padovan
2011-02-08
1
-0
/
+15
|
|
*
Bluetooth: Add set_io_capability management command
Johan Hedberg
2011-02-08
3
-0
/
+16
|
|
*
Bluetooth: Add support for PIN code handling in the management interface
Johan Hedberg
2011-02-08
3
-0
/
+32
|
|
*
Bluetooth: Add get_connections managment interface command
Johan Hedberg
2011-02-08
1
-0
/
+10
|
|
*
Bluetooth: Add support for connect failed management event
Johan Hedberg
2011-02-08
2
-0
/
+8
|
|
*
Bluetooth: Add disconnect managment command
Johan Hedberg
2011-02-08
2
-0
/
+11
[next]