summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever5-77/+19
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust9-425/+583
2017-08-22xprtrdma: Re-arrange struct rx_statsChuck Lever1-5/+8
2017-08-20Merge branch 'bugfixes'Trond Myklebust1-0/+8
2017-08-20SUNRPC: ECONNREFUSED should cause a rebind.NeilBrown1-0/+8
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust5-31/+40
2017-08-16SUNRPC: Cleanup xs_tcp_read_common()Trond Myklebust1-17/+8
2017-08-16SUNRPC: Don't loop forever in xs_tcp_data_receive()Trond Myklebust1-6/+7
2017-08-16SUNRPC: Don't hold the transport lock when receiving backchannel dataTrond Myklebust2-6/+3
2017-08-16SUNRPC: Don't hold the transport lock across socket copy operationsTrond Myklebust2-5/+61
2017-08-15xprtrdma: Remove imul instructions from chunk list encodersChuck Lever4-36/+34
2017-08-15xprtrdma: Remove imul instructions from rpcrdma_convert_iovs()Chuck Lever1-57/+48
2017-08-11xprtrdma: Clean up rpcrdma_bc_marshal_reply()Chuck Lever1-13/+18
2017-08-11xprtrdma: Harden chunk list encoding against send buffer overflowChuck Lever1-86/+142
2017-08-11xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever3-6/+21
2017-08-11xprtrdma: Remove rpclen from rpcrdma_marshal_reqChuck Lever1-7/+2
2017-08-11xprtrdma: Clean up rpcrdma_marshal_req() synopsisChuck Lever3-10/+19
2017-08-10packet: fix tp_reserve race in packet_set_ringWillem de Bruijn1-4/+9
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn3-7/+10
2017-08-09net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long1-1/+1
2017-08-09igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2-6/+7
2017-08-09tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy1-3/+1
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-67/+114
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn3-3/+3
2017-08-08rds: Reintroduce statistics countingHÃ¥kon Bugge1-1/+4
2017-08-08tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet1-0/+4
2017-08-08net: sched: set xt_tgchk_param par.net properly in ipt_init_targetXin Long1-10/+10
2017-08-08xprtrdma: Clean up XDR decoding in rpcrdma_update_granted_credits()Chuck Lever2-3/+3
2017-08-08xprtrdma: Remove rpcrdma_rep::rr_lenChuck Lever3-11/+5
2017-08-08xprtrdma: Remove opcode check in Receive completion handlerChuck Lever1-3/+0
2017-08-08xprtrdma: Replace rpcrdma_count_chunks()Chuck Lever1-94/+127
2017-08-08xprtrdma: Refactor rpcrdma_reply_handler()Chuck Lever1-82/+130
2017-08-08xprtrdma: Harden backchannel call decodingChuck Lever2-52/+46
2017-08-08xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler()Chuck Lever3-14/+34
2017-08-04Merge tag 'ceph-for-4.13-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds4-37/+45
2017-08-03tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2-18/+16
2017-08-03tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell1-9/+5
2017-08-03tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell1-4/+1
2017-08-03ipv6: set rt6i_protocol properly in the route when it is installedXin Long1-8/+3
2017-08-03net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet1-1/+2
2017-08-03Merge tag 'batadv-net-for-davem-20170802' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-9/+53
2017-08-02tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng1-2/+2
2017-08-01gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den1-0/+1
2017-08-01Cipso: cipso_v4_optptr enter infinite loopyujuan.qi1-2/+10
2017-08-01sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever3-7/+7
2017-08-01libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov2-1/+9
2017-08-01libceph: upmap semantic changesIlya Dryomov1-28/+11
2017-08-01crush: assume weight_set != null imples weight_set_size > 0Ilya Dryomov2-1/+5
2017-08-01libceph: fallback for when there isn't a pool-specific choose_argIlya Dryomov1-1/+11
2017-08-01libceph: don't call ->reencode_message() more than once per messageIlya Dryomov1-3/+3