summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever2015-01-304-29/+19
| * | xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever2015-01-304-104/+78
| * | xprtrdma: Add struct rpcrdma_regbuf and helpersChuck Lever2015-01-302-0/+98
| * | xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()Chuck Lever2015-01-301-53/+95
| * | xprtrdma: Simplify synopsis of rpcrdma_buffer_create()Chuck Lever2015-01-303-7/+7
| * | xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stackChuck Lever2015-01-302-7/+10
| * | xprtrdma: Take struct ib_device_attr off the stackChuck Lever2015-01-302-24/+14
| * | xprtrdma: Free the pd if ib_query_qp() failsChuck Lever2015-01-301-3/+7
| * | xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever2015-01-304-8/+6
| * | xprtrdma: Move credit update to RPC reply handlerChuck Lever2015-01-303-16/+10
| * | xprtrdma: Remove rl_mr field, and the mr_chunk unionChuck Lever2015-01-302-17/+13
| * | xprtrdma: Remove rpcrdma_ep::rep_iaChuck Lever2015-01-302-2/+0
| * | xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprtChuck Lever2015-01-302-12/+13
| * | xprtrdma: Clean up hdrlenChuck Lever2015-01-301-5/+7
| * | xprtrdma: Display XIDs in host byte orderChuck Lever2015-01-301-3/+5
| * | xprtrdma: Modernize htonl and ntohlChuck Lever2015-01-301-22/+26
| * | xprtrdma: human-readable completion statusChuck Lever2015-01-301-13/+57
| |/
* | SUNRPC: Allow waiting on memory allocationTrond Myklebust2015-01-241-2/+2
* | SUNRPC: Adjust rpciod workqueue parametersTrond Myklebust2015-01-241-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-01-1512-40/+90
|\
| * openvswitch: packet messages need their own probe attribtueThomas Graf2015-01-141-1/+2
| * bridge: only provide proxy ARP when CONFIG_INET is enabledArnd Bergmann2015-01-141-1/+2
| * neighbour: fix base_reachable_time(_ms) not effective immediatly when changedJean-Francois Remy2015-01-141-0/+44
| * tipc: fix bug in broadcast retransmit codeJon Paul Maloy2015-01-121-2/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-01-127-35/+38
| |\
| | * netfilter: nf_tables: fix flush ruleset chain dependenciesPablo Neira Ayuso2015-01-061-5/+9
| | * netfilter: nfnetlink: relax strict multicast group check from netlink_bindPablo Neira Ayuso2015-01-061-1/+1
| | * netfilter: nfnetlink: validate nfnetlink header from batchPablo Neira Ayuso2015-01-061-1/+2
| | * netfilter: conntrack: fix race between confirmation and flushPablo Neira Ayuso2015-01-061-11/+9
| | * netfilter: nf_tables: fix port natting in little endian archsleroy christophe2014-12-233-12/+12
| | * Merge tag 'ipvs2-for-v3.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...Pablo Neira Ayuso2014-12-181-5/+5
| | |\
| | | * ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter2014-12-101-5/+5
| * | | packet: bail out of packet_snd() if L2 header creation failsChristoph Jaeger2015-01-111-1/+1
* | | | Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-01-091-3/+3
|\ \ \ \
| * | | | rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields2015-01-071-3/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-01-092-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | libceph: fix sparse endianness warningsIlya Dryomov2015-01-082-2/+2
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-01-068-18/+31
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2015-01-064-10/+16
| |\ \ \
OpenPOWER on IntegriCloud