| Commit message (Expand) | Author | Age | Files | Lines |
* | Bluetooth: Parameters for outgoing SCO connections | Frédéric Dalleau | 2013-08-21 | 2 | -6/+20 |
* | Bluetooth: Use voice setting in deferred SCO connection request | Frédéric Dalleau | 2013-08-21 | 1 | -5/+17 |
* | Bluetooth: Add Bluetooth socket voice option | Frédéric Dalleau | 2013-08-21 | 1 | -1/+39 |
* | Bluetooth: Remove unused mask parameter in sco_conn_defer_accept | Frédéric Dalleau | 2013-08-21 | 1 | -7/+3 |
* | Bluetooth: Use hci_connect_sco directly | Frédéric Dalleau | 2013-08-21 | 2 | -8/+3 |
* | Bluetooth: Purge the dlc->tx_queue to avoid circular dependency | Gianluca Anzolin | 2013-08-21 | 1 | -0/+6 |
* | Bluetooth: Fix the reference counting of tty_port | Gianluca Anzolin | 2013-08-21 | 1 | -34/+12 |
* | Bluetooth: Implement .activate, .shutdown and .carrier_raised methods | Gianluca Anzolin | 2013-08-21 | 1 | -70/+47 |
* | Bluetooth: Move the tty initialization and cleanup out of open/close | Gianluca Anzolin | 2013-08-21 | 1 | -42/+72 |
* | Bluetooth: Remove the device from the list in the destructor | Gianluca Anzolin | 2013-08-21 | 1 | -21/+6 |
* | Bluetooth: Take proper tty_struct references | Gianluca Anzolin | 2013-08-21 | 1 | -12/+17 |
* | Bluetooth: Set different event mask for LE-only controllers | Marcel Holtmann | 2013-08-21 | 1 | -0/+12 |
* | Bluetooth: Fix getting SCO socket options in deferred state | Johan Hedberg | 2013-08-21 | 1 | -2/+6 |
* | Bluetooth: hidp: remove wrong send_report at init | Benjamin Tissoires | 2013-07-25 | 1 | -14/+0 |
* | Bluetooth: hidp: implement hidinput_input_event callback | Benjamin Tissoires | 2013-07-25 | 1 | -0/+26 |
* | Bluetooth: Add missing braces to an "else if" | Gustavo Padovan | 2013-07-25 | 1 | -1/+2 |
* | Bluetooth: Use defines instead of integer literals | Mikel Astiz | 2013-07-25 | 1 | -4/+5 |
* | Bluetooth: Use defines in in hci_get_auth_req() | Mikel Astiz | 2013-07-25 | 1 | -5/+8 |
* | Bluetooth: Fix simple whitespace vs tab style issue | Marcel Holtmann | 2013-07-25 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-07-14 | 3 | -52/+26 |
|\ |
|
| * | sunrpc: now we can just set ->s_d_op | Al Viro | 2013-07-14 | 1 | -3/+2 |
| * | __rpc_lookup_create_exclusive: pass string instead of qstr | Al Viro | 2013-07-14 | 1 | -25/+9 |
| * | rpc_create_*_dir: don't bother with qstr | Al Viro | 2013-07-14 | 3 | -31/+21 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-07-13 | 21 | -146/+170 |
|\ \ |
|
| * | | ipv6: only static routes qualify for equal cost multipathing | Hannes Frederic Sowa | 2013-07-12 | 1 | -4/+11 |
| * | | tcp: account all retransmit failures | Yuchung Cheng | 2013-07-12 | 1 | -3/+4 |
| * | | net: access page->private by using page_private | Sunghan Suh | 2013-07-12 | 1 | -3/+3 |
| * | | net: strict_strtoul is obsolete, use kstrtoul instead | “Cosmin | 2013-07-12 | 1 | -1/+1 |
| * | | net/tipc: use %*phC to dump small buffers in hex form | Andy Shevchenko | 2013-07-11 | 1 | -7/+1 |
| * | | gre: Fix MTU sizing check for gretap tunnels | Alexander Duyck | 2013-07-11 | 1 | -1/+1 |
| * | | pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_ts | Paolo Valente | 2013-07-11 | 1 | -63/+55 |
| * | | pkt_sched: sch_qfq: improve efficiency of make_eligible | Paolo Valente | 2013-07-11 | 1 | -1/+8 |
| * | | gso: Update tunnel segmentation to support Tx checksum offload | Alexander Duyck | 2013-07-11 | 3 | -9/+12 |
| * | | inet: fix spacing in assignment | Camelia Groza | 2013-07-11 | 1 | -1/+1 |
| * | | ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREF | Hannes Frederic Sowa | 2013-07-11 | 1 | -23/+40 |
| * | | 9p: fix off by one causing access violations and memory corruption | Sasha Levin | 2013-07-11 | 1 | -5/+5 |
| * | | ipv6: in case of link failure remove route directly instead of letting it expire | Hannes Frederic Sowa | 2013-07-10 | 1 | -3/+6 |
| * | | net: rename busy poll socket op and globals | Eliezer Tamir | 2013-07-10 | 3 | -9/+9 |
| * | | net: rename ll methods to busy-poll | Eliezer Tamir | 2013-07-10 | 4 | -4/+4 |
| * | | net: rename include/net/ll_poll.h to include/net/busy_poll.h | Eliezer Tamir | 2013-07-10 | 9 | -9/+9 |
* | | | Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2013-07-11 | 2 | -12/+29 |
|\ \ \ |
|
| * | | | SUNRPC: Fix a deadlock in rpc_client_register() | Trond Myklebust | 2013-07-10 | 1 | -7/+9 |
| * | | | rpc_pipe: rpc_dir_inode_operations can be static | Fengguang Wu | 2013-07-09 | 1 | -1/+1 |
| * | | | rpc_pipe: set dentry operations at d_alloc time | Jeff Layton | 2013-07-09 | 1 | -5/+20 |
* | | | | Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/sc... | Linus Torvalds | 2013-07-11 | 3 | -76/+167 |
|\ \ \ \ |
|
| * | | | | 9P: Add cancelled() to the transport functions. | Simon Derr | 2013-07-07 | 2 | -3/+20 |
| * | | | | 9P/RDMA: count posted buffers without a pending request | Simon Derr | 2013-07-07 | 2 | -3/+34 |
| * | | | | 9P/RDMA: Improve error handling in rdma_request | Simon Derr | 2013-07-07 | 1 | -16/+28 |
| * | | | | 9P/RDMA: Do not free req->rc in error handling in rdma_request() | Simon Derr | 2013-07-07 | 1 | -6/+3 |
| * | | | | 9P/RDMA: Use a semaphore to protect the RQ | Simon Derr | 2013-07-07 | 1 | -10/+12 |