summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells2016-08-067-46/+45
| * | OVS: Ignore negative headroom valueIan Wienand2016-08-061-1/+1
| * | openvswitch: Remove incorrect WARN_ONCE().Jarno Rajahalme2016-08-031-7/+1
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-161-7/+3
|\ \ \
| * | | vhost/vsock: drop space available check for TX vqGerard Garcia2016-08-151-7/+3
* | | | Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-08-124-24/+94
|\ \ \ \
| * | | | NFSv4: Cap the transport reconnection timer at 1/2 lease periodTrond Myklebust2016-08-051-0/+21
| * | | | SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust2016-08-052-6/+15
| * | | | SUNRPC: Fix reconnection timeoutsTrond Myklebust2016-08-051-7/+20
| * | | | SUNRPC: disable the use of IPv6 temporary addresses.NeilBrown2016-08-051-0/+11
| * | | | SUNRPC: allow for upcalls for same uid but different gss serviceOlga Kornievskaia2016-08-051-3/+5
| * | | | SUNRPC: Fix up socket autodisconnectTrond Myklebust2016-08-021-8/+18
| * | | | SUNRPC: Handle EADDRNOTAVAIL on connection failuresTrond Myklebust2016-08-011-0/+4
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-111-2/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 9p/trans_virtio: use kvfree() for iov_iter_get_pages_alloc()Vegard Nossum2016-08-091-2/+2
* | | | | libceph: using kfree_rcu() to simplify the codeWei Yongjun2016-08-081-7/+1
* | | | | libceph: make cancel_generic_request() staticWei Yongjun2016-08-081-1/+1
* | | | | libceph: fix return value check in alloc_msg_with_page_vector()Wei Yongjun2016-08-081-1/+1
|/ / / /
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-066-6/+1663
|\ \ \ \
| * | | | VSOCK: Add Makefile and KconfigAsias He2016-08-022-0/+26
| * | | | VSOCK: Introduce virtio_transport.koAsias He2016-08-021-0/+624
| * | | | VSOCK: Introduce virtio_vsock_common.koAsias He2016-08-021-0/+992
| * | | | VSOCK: defer sock removal to transportsStefan Hajnoczi2016-08-022-6/+12
| * | | | VSOCK: transport-specific vsock_transport functionsStefan Hajnoczi2016-08-021-0/+9
* | | | | Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-08-044-122/+86
|\ \ \ \ \
| * | | | | SUNRPC: Detect immediate closure of accepted socketsTrond Myklebust2016-08-011-2/+5
| * | | | | SUNRPC: accept() may return sockets that are still in SYN_RECVTrond Myklebust2016-08-011-3/+10
| * | | | | SUNRPC: Remove unused callback xpo_adjust_wspace()Trond Myklebust2016-07-131-2/+0
| * | | | | SUNRPC: Change TCP socket space reservationTrond Myklebust2016-07-131-43/+4
| * | | | | SUNRPC: Add a server side per-connection limitTrond Myklebust2016-07-131-3/+36
| * | | | | SUNRPC: Micro optimisation for svc_data_readyTrond Myklebust2016-07-131-2/+2
| * | | | | SUNRPC: Call the default socket callbacks instead of open codingTrond Myklebust2016-07-131-69/+19
| * | | | | SUNRPC: lock the socket while detaching itTrond Myklebust2016-07-131-0/+3
| * | | | | SUNRPC: Add tracepoints for dropped and deferred requestsTrond Myklebust2016-07-131-0/+4
| * | | | | SUNRPC: Add a tracepoint for server socket out-of-space conditionsTrond Myklebust2016-07-131-2/+6
| * | | | | sunrpc: add gss minor status to svcauth_gss_proxy_initScott Mayhew2016-07-131-2/+3
| * | | | | sunrpc: remove 'inuse' flag from struct cache_detail.NeilBrown2016-07-131-1/+1
* | | | | | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-036-7/+10
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | sctp: allow receiving msg when TCP-style sk is in CLOSED stateXin Long2016-07-301-1/+1
| * | | | sctp: allow delivering notifications after receiving SHUTDOWNXin Long2016-07-301-1/+3
| * | | | sctp: fix the issue sctp requeue auth chunk incorrectlyXin Long2016-07-301-1/+2
| * | | | tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh2016-07-301-1/+2
| * | | | net: ipv6: use list_move instead of list_del/list_addWei Yongjun2016-07-301-2/+1
| * | | | tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor()Wei Yongjun2016-07-301-1/+1
* | | | | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-08-029-24/+245
|\ \ \ \ \
| * | | | | libceph: fsmap.user subscription supportYan, Zheng2016-07-281-1/+3
| * | | | | libceph: make sure redirect does not change namespaceYan, Zheng2016-07-281-0/+15
| * | | | | libceph: rados pool namespace supportYan, Zheng2016-07-283-15/+81
| * | | | | libceph: introduce reference counted stringYan, Zheng2016-07-283-1/+114
OpenPOWER on IntegriCloud