summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxtChuck Lever2018-05-112-19/+30
| * | | | | | svcrdma: Introduce svc_rdma_send_ctxtChuck Lever2018-05-114-254/+231Star
| * | | | | | svcrdma: Clean up Send SGE accountingChuck Lever2018-05-113-11/+10Star
| * | | | | | svcrdma: Refactor svc_rdma_dma_map_bufChuck Lever2018-05-111-33/+17Star
| * | | | | | svcrdma: Allocate recv_ctxt's on CPU handling ReceivesChuck Lever2018-05-111-16/+36
| * | | | | | svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever2018-05-114-134/+73Star
| * | | | | | svcrdma: Preserve Receive buffer until svc_rdma_sendtoChuck Lever2018-05-112-4/+12
| * | | | | | svcrdma: Simplify svc_rdma_recv_ctxt_putChuck Lever2018-05-112-21/+24
| * | | | | | svcrdma: Remove sc_rq_depthChuck Lever2018-05-111-9/+8Star
| * | | | | | svcrdma: Introduce svc_rdma_recv_ctxtChuck Lever2018-05-114-220/+326
| * | | | | | svcrdma: Trace key RDMA API eventsChuck Lever2018-05-1110-51/+50Star
| * | | | | | svcrdma: Trace key RPC/RDMA protocol eventsChuck Lever2018-05-114-47/+50
| * | | | | | xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever2018-05-119-6/+12
| * | | | | | svcrdma: Use passed-in net namespace when creating RDMA listenerChuck Lever2018-05-111-18/+17Star
| * | | | | | svcrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever2018-05-114-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-1115-40/+60
|\ \ \ \ \ \
| * | | | | | tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh2018-06-101-5/+7
| * | | | | | socket: close race condition between sock_close() and sockfs_setattr()Cong Wang2018-06-101-3/+15
| * | | | | | net: bridge: Fix locking in br_fdb_find_port()Petr Machata2018-06-091-1/+3
| * | | | | | udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-094-6/+7
| * | | | | | net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti2018-06-091-9/+6Star
| | |_|_|_|/ | |/| | | |
| * | | | | bpfilter: fix race in pipe accessAlexei Starovoitov2018-06-081-3/+7
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-082-3/+5
| |\ \ \ \ \
| | * | | | | bpf, xdp: fix crash in xdp_umem_unaccount_pagesDaniel Borkmann2018-06-081-2/+4
| | * | | | | xsk: Fix umem fill/completion queue mmap on 32-bitGeert Uytterhoeven2018-06-081-1/+1
| * | | | | | bpfilter: fix OUTPUT_FORMATAlexei Starovoitov2018-06-071-1/+1
| * | | | | | ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf2018-06-071-2/+2
| * | | | | | net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn2018-06-071-2/+2
| * | | | | | netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use itPablo Neira Ayuso2018-06-071-5/+5
| |/ / / / /
* | | | | | net/9p/trans_xen.c: don't inclide rwlock.h directlySebastian Andrzej Siewior2018-06-081-1/+0Star
* | | | | | net/9p: detect invalid options as much as possibleChengguang Xu2018-06-081-8/+5Star
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-07332-8128/+20336
|\ \ \ \ \
| * | | | | strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes2018-06-062-1/+14
| * | | | | rxrpc: Fix terminal retransmission connection ID to include the channelDavid Howells2018-06-061-1/+1
| * | | | | Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"David S. Miller2018-06-061-16/+10Star
| * | | | | rtnetlink: validate attributes in do_setlink()Eric Dumazet2018-06-051-4/+4
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-0510-158/+495
| |\ \ \ \ \
| | * | | | | xsk: wire upp Tx zero-copy functionsMagnus Karlsson2018-06-054-11/+128
| | * | | | | xsk: add zero-copy support for RxBjörn Töpel2018-06-053-20/+156
| | * | | | | xdp: add MEM_TYPE_ZERO_COPYBjörn Töpel2018-06-051-5/+14
| | * | | | | xsk: introduce xdp_umem_pageBjörn Töpel2018-06-052-3/+15
| | * | | | | xsk: moved struct xdp_umem definitionBjörn Töpel2018-06-053-23/+3Star
| | * | | | | xsk: new descriptor addressing schemeBjörn Töpel2018-06-046-79/+60Star
| | * | | | | xsk: proper Rx drop statistics updateBjörn Töpel2018-06-041-5/+5
| | * | | | | xsk: proper fill queue descriptor validationBjörn Töpel2018-06-042-29/+14Star
| | * | | | | bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern2018-06-041-1/+1
| | * | | | | bpf/xdp: non-map redirect can avoid calling ndo_xdp_flushJesper Dangaard Brouer2018-06-031-2/+1Star
| | * | | | | xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-031-1/+1
| | * | | | | bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann2018-06-031-0/+6
| | * | | | | bpf: add bpf_skb_cgroup_id helperDaniel Borkmann2018-06-031-2/+27