summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg2015-02-194-22/+39
* Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg2015-02-191-4/+10
* Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg2015-02-191-5/+5
* Bluetooth: Add new hci_cb entries to the tail rather than the headJohan Hedberg2015-02-191-1/+1
* Bluetooth: Fix AMP init for certain AMP controllersJohan Hedberg2015-02-171-10/+20
* Bluetooth: Fix accepting early data on fixed channelsJohan Hedberg2015-02-161-0/+14
* Bluetooth: Provide option to enable/disable debugfs informationMarcel Holtmann2015-02-153-1/+32
* Bluetooth: Make __next_ident function static.Marcel Holtmann2015-02-152-2/+1
* Bluetooth: Make a2mp_send function staticMarcel Holtmann2015-02-152-2/+1
* Bluetooth: Make amp_mgr_lookup_by_state function staticMarcel Holtmann2015-02-152-18/+17
* Bluetooth: Make amp_mgr_list and amp_mgr_list_lock staticMarcel Holtmann2015-02-152-5/+2
* Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP sourceMarcel Holtmann2015-02-152-2/+2
* Bluetooth: Add shutdown callback before closing the deviceTedd Ho-Jeong An2015-02-151-0/+6
* 6lowpan: nhc: add other known rfc6282 compressionsAlexander Aring2015-02-149-0/+213
* 6lowpan: add udp compression via nhc layerAlexander Aring2015-02-144-170/+205
* 6lowpan: add generic nhc layer interfaceAlexander Aring2015-02-143-1/+388
* Bluetooth: Enhance error codes pair device commandLukasz Rymanowski2015-02-141-0/+4
* Bluetooth: Improve error handling in connect aclLukasz Rymanowski2015-02-141-1/+5
* Bluetooth: Do not allow LE connection if LE is not enabledLukasz Rymanowski2015-02-141-0/+8
* ieee802154: fix netns settingsNicolas Dichtel2015-02-142-2/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-112-5/+3
|\
| * mm: gup: use get_user_pages_unlockedAndrea Arcangeli2015-02-111-4/+2
| * mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner2015-02-111-1/+1
* | Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-02-1110-517/+628
|\ \ | |/ |/|
| * SUNRPC: Cleanup to remove xs_tcp_close()Trond Myklebust2015-02-101-6/+1
| * SUNRPC: Fix stupid typo in xs_sock_set_reuseportTrond Myklebust2015-02-091-2/+3
| * SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUGTrond Myklebust2015-02-091-2/+2
| * SUNRPC: Handle connection reset more efficiently.Trond Myklebust2015-02-091-16/+18
| * SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust2015-02-092-2/+0
| * SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_releaseTrond Myklebust2015-02-091-5/+1
| * SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connectionTrond Myklebust2015-02-091-2/+2
| * SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust2015-02-091-3/+0
| * SUNRPC: Remove TCP socket linger codeTrond Myklebust2015-02-091-35/+0
| * SUNRPC: Remove TCP client connection reset hackTrond Myklebust2015-02-081-66/+1
| * SUNRPC: TCP/UDP always close the old socket before reconnectingTrond Myklebust2015-02-081-2/+3
| * SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust2015-02-082-6/+38
| * SUNRPC: Ensure xs_reset_transport() resets the close connection flagsTrond Myklebust2015-02-081-16/+13
| * SUNRPC: Do not clear the source port in xs_reset_transportTrond Myklebust2015-02-081-2/+0
| * SUNRPC: Handle EADDRINUSE on connectTrond Myklebust2015-02-082-0/+5
| * SUNRPC: Set SO_REUSEPORT socket option for TCP connectionsTrond Myklebust2015-02-081-4/+49
| * Merge tag 'nfs-rdma-for-3.20-part-2' of git://git.linux-nfs.org/projects/anna...Trond Myklebust2015-02-081-3/+4
| |\
| | * xprtrdma: Address sparse complaint in rpcr_to_rdmar()Chuck Lever2015-02-051-3/+4
| * | SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust2015-02-032-7/+13
| * | Merge branch 'flexfiles'Trond Myklebust2015-02-031-7/+19
| |\ \
| | * | sunrpc: add rpc_count_iostats_idxWeston Andros Adamson2015-02-031-7/+19
| * | | Merge tag 'nfs-rdma-for-3.20' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-02-034-344/+468
| |\ \ \ | | | |/ | | |/|
| | * | xprtrdma: Update the GFP flags used in xprt_rdma_allocate()Chuck Lever2015-01-301-2/+5
| | * | xprtrdma: Clean up after adding regbuf managementChuck Lever2015-01-302-11/+2
| | * | xprtrdma: Allocate zero pad separately from rpcrdma_bufferChuck Lever2015-01-303-23/+13
| | * | xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_repChuck Lever2015-01-303-23/+23