summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | xprtrdma: Save I/O direction in struct rpcrdma_frwrChuck Lever2016-05-172-3/+4
| * | xprtrdma: Rename rpcrdma_frwr::sg and sg_nentsChuck Lever2016-05-172-20/+20
| * | xprtrdma: Use core ib_drain_qp() APIChuck Lever2016-05-171-35/+6Star
| * | xprtrdma: Remove rpcrdma_create_chunks()Chuck Lever2016-05-171-151/+0Star
| * | xprtrdma: Allow Read list and Reply chunk simultaneouslyChuck Lever2016-05-172-60/+272
| * | xprtrdma: Update comments in rpcrdma_marshal_req()Chuck Lever2016-05-171-14/+4Star
| * | xprtrdma: Avoid using Write list for small NFS READ requestsChuck Lever2016-05-171-4/+5
| * | xprtrdma: Prevent inline overflowChuck Lever2016-05-175-11/+90
| * | xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headersChuck Lever2016-05-175-26/+23Star
| * | xprtrdma: Bound the inline threshold valuesChuck Lever2016-05-171-0/+6
| * | sunrpc: Advertise maximum backchannel payload sizeChuck Lever2016-05-175-0/+41
| * | sunrpc: add rpc_lookup_generic_credWeston Andros Adamson2016-05-091-0/+7
| * | sunrpc: plumb gfp_t parm into crcreate operationJeff Layton2016-05-094-11/+11
| * | SUNRPC: init xdr_stream for zero iov_len, page_lenBenjamin Coddington2016-05-091-0/+2
* | | Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-05-246-62/+81
|\ \ \
| * | | sunrpc: fix stripping of padded MIC tokensTomáš Trnka2016-05-231-2/+2
| * | | svcrpc: autoload rdma moduleJ. Bruce Fields2016-05-231-4/+19
| * | | svcrdma: Generalize svc_rdma_xdr_decode_req()Chuck Lever2016-05-132-11/+23
| * | | svcrdma: Eliminate code duplication in svc_rdma_recvfrom()Chuck Lever2016-05-131-21/+5Star
| * | | svcrdma: Drain QP before freeing svcrdma_xprtChuck Lever2016-05-131-0/+3
| * | | svcrdma: Post Receives only for forward channel requestsChuck Lever2016-05-131-1/+1
| * | | svcrdma: Remove superfluous line from rdma_read_chunks()Chuck Lever2016-05-131-3/+1Star
| * | | svcrdma: svc_rdma_put_context() is invoked twice in Send error pathChuck Lever2016-05-131-15/+13Star
| * | | svcrdma: Do not add XDR padding to xdr_buf page vectorChuck Lever2016-05-131-1/+1
| * | | svcrdma: Support IPv6 with NFS/RDMAShirley Ma2016-05-131-1/+11
| * | | Remove unnecessary allocationJ. Bruce Fields2016-05-031-3/+2Star
* | | | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-213-27/+24Star
|\ \ \ \
| * \ \ \ Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman2016-05-0934-238/+376
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-302-8/+9
| * | | | tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley2016-04-303-7/+4Star
| * | | | tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley2016-04-301-5/+5
| * | | | tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley2016-04-301-2/+1Star
| * | | | tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
| * | | | tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-302-4/+4
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-2133-303/+714
|\ \ \ \
| * | | | udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2016-05-212-2/+2
| * | | | ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUEAlexander Duyck2016-05-211-4/+8
| * | | | RDS: TCP: Avoid rds connection churn from rogue SYNsSowmini Varadhan2016-05-211-4/+6
| * | | | RDS: TCP: rds_tcp_accept_worker() must exit gracefully when terminating rds-tcpSowmini Varadhan2016-05-211-0/+3
| * | | | ipv6: Don't reset inner headers in ip6_tnl_xmitTom Herbert2016-05-211-5/+0Star
| * | | | ip4ip6: Support for GSO/GROTom Herbert2016-05-213-6/+44
| * | | | ip6ip6: Support for GSO/GROTom Herbert2016-05-212-3/+26
| * | | | ipv6: Set features for IPv6 tunnelsTom Herbert2016-05-211-0/+9
| * | | | ip6_tunnel: Add support for fou/gue encapsulationTom Herbert2016-05-211-0/+72
| * | | | ip6_gre: Add support for fou/gue encapsulationTom Herbert2016-05-211-4/+75
| * | | | fou: Add encap ops for IPv6 tunnelsTom Herbert2016-05-212-0/+141
| * | | | ip6_tun: Add infrastructure for doing encapsulationTom Herbert2016-05-212-13/+86
| * | | | fou: Support IPv6 in fouTom Herbert2016-05-211-12/+35
| * | | | fou: Split out {fou,gue}_build_headerTom Herbert2016-05-211-10/+37
| * | | | fou: Call setup_udp_tunnel_sockTom Herbert2016-05-211-34/+16Star