summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-09-1113-554/+712
|\
| * SUNRPC: remove some dead code.NeilBrown2017-09-061-4/+0
| * xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever2017-09-055-77/+19
| * Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2017-09-059-425/+583
| |\
| | * xprtrdma: Re-arrange struct rx_statsChuck Lever2017-08-221-5/+8
| | * xprtrdma: Remove imul instructions from chunk list encodersChuck Lever2017-08-154-36/+34
| | * xprtrdma: Remove imul instructions from rpcrdma_convert_iovs()Chuck Lever2017-08-151-57/+48
| | * xprtrdma: Clean up rpcrdma_bc_marshal_reply()Chuck Lever2017-08-111-13/+18
| | * xprtrdma: Harden chunk list encoding against send buffer overflowChuck Lever2017-08-111-86/+142
| | * xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever2017-08-113-6/+21
| | * xprtrdma: Remove rpclen from rpcrdma_marshal_reqChuck Lever2017-08-111-7/+2
| | * xprtrdma: Clean up rpcrdma_marshal_req() synopsisChuck Lever2017-08-113-10/+19
| | * xprtrdma: Clean up XDR decoding in rpcrdma_update_granted_credits()Chuck Lever2017-08-082-3/+3
| | * xprtrdma: Remove rpcrdma_rep::rr_lenChuck Lever2017-08-083-11/+5
| | * xprtrdma: Remove opcode check in Receive completion handlerChuck Lever2017-08-081-3/+0
| | * xprtrdma: Replace rpcrdma_count_chunks()Chuck Lever2017-08-081-94/+127
| | * xprtrdma: Refactor rpcrdma_reply_handler()Chuck Lever2017-08-081-82/+130
| | * xprtrdma: Harden backchannel call decodingChuck Lever2017-08-082-52/+46
| | * xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler()Chuck Lever2017-08-083-14/+34
| | * sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever2017-08-013-7/+7
| * | Merge branch 'bugfixes'Trond Myklebust2017-08-201-0/+8
| |\ \
| | * | SUNRPC: ECONNREFUSED should cause a rebind.NeilBrown2017-08-201-0/+8
| * | | SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust2017-08-185-31/+40
| * | | SUNRPC: Cleanup xs_tcp_read_common()Trond Myklebust2017-08-161-17/+8
| * | | SUNRPC: Don't loop forever in xs_tcp_data_receive()Trond Myklebust2017-08-161-6/+7
| * | | SUNRPC: Don't hold the transport lock when receiving backchannel dataTrond Myklebust2017-08-162-6/+3
| * | | SUNRPC: Don't hold the transport lock across socket copy operationsTrond Myklebust2017-08-162-5/+61
| |/ /
* | | Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri2017-09-091-37/+43
* | | Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-09-094-115/+53
|\ \ \
| * | | svcrdma: Estimate Send Queue depth properlyChuck Lever2017-09-051-4/+13
| * | | svcrdma: Limit RQ depthChuck Lever2017-09-051-7/+12
| * | | svcrdma: Populate tail iovec when receivingChuck Lever2017-09-051-93/+15
| * | | merge nfsd 4.13 bugfixes into nfsd for-4.14 branchJ. Bruce Fields2017-09-051-2/+20
| |\ \ \
| * | | | svcrdma: Clean up svc_rdma_build_read_chunk()Chuck Lever2017-08-241-3/+5
| * | | | sunrpc: Const-ify struct sv_serv_opsChuck Lever2017-08-241-3/+3
| * | | | sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever2017-08-242-5/+5
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-0935-177/+323
|\ \ \ \
| * | | | bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann2017-09-081-1/+5
| * | | | net: rcu lock and preempt disable missing around generic xdpJohn Fastabend2017-09-081-9/+16
| * | | | bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann2017-09-081-2/+19
| * | | | ip6_tunnel: fix setting hop_limit value for ipv6 tunnelHaishuang Yan2017-09-081-0/+1
| * | | | ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan2017-09-081-2/+2
| * | | | ipv6: fix typo in fib6_net_exit()Eric Dumazet2017-09-081-1/+1
| * | | | tcp: fix a request socket leakEric Dumazet2017-09-082-6/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-09-087-88/+87
| |\ \ \ \
| | * | | | netfilter: xt_hashlimit: fix build error caused by 64bit divisionVishwanath Pai2017-09-081-5/+7
| | * | | | netfilter: xt_hashlimit: alloc hashtable with right sizeZhizhou Tian2017-09-081-2/+2
| | * | | | netfilter: core: remove erroneous warn_onFlorian Westphal2017-09-081-1/+1
| | * | | | netfilter: nat: use keyed locksFlorian Westphal2017-09-081-12/+24
| | * | | | netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal2017-09-081-77/+53
OpenPOWER on IntegriCloud