summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-192-14/+36
|\
| * vfs: Convert sockfs to use the new mount APIDavid Howells2019-05-251-6/+10
| * vfs: Convert rpc_pipefs to use the new mount APIDavid Howells2019-05-251-8/+26
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-1925-102/+192
|\ \
| * | tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-183-5/+7
| * | net: dsa: sja1105: Fix missing unlock on error in sk_buff()Wei Yongjun2019-07-181-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-183-24/+29
| |\ \
| | * | bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6Stanislav Fomichev2019-07-151-1/+11
| | * | bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_okStanislav Fomichev2019-07-151-6/+6
| | * | xdp: fix potential deadlock on socket mutexIlya Maximets2019-07-122-10/+8
| | * | xdp: fix possible cq entry leakIlya Maximets2019-07-121-7/+4
| * | | ipv6: Unlink sibling route in case of failureIdo Schimmel2019-07-181-1/+17
| * | | udp: Fix typo in net/ipv4/udp.cSu Yanjun2019-07-181-1/+1
| * | | ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern2019-07-171-1/+1
| * | | tipc: initialize 'validated' field of received packetsJon Maloy2019-07-171-0/+1
| * | | fib: relax source validation check for loopback packetsCong Wang2019-07-171-0/+5
| * | | net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang2019-07-173-4/+1
| * | | net/rds: Initialize ic->i_fastreg_wrs upon allocationGerd Rausch2019-07-171-1/+1
| * | | net/rds: Keep track of and wait for FRWR segments in use upon shutdownGerd Rausch2019-07-173-6/+45
| * | | net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes...Gerd Rausch2019-07-171-1/+2
| * | | net/rds: Fix NULL/ERR_PTR inconsistencyGerd Rausch2019-07-171-2/+2
| * | | net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin...Gerd Rausch2019-07-172-27/+40
| * | | net/rds: Get rid of "wait_clean_list_grace" and add lockingGerd Rausch2019-07-172-38/+19
| * | | net/rds: Give fr_state a chance to transition to FRMR_IS_FREEGerd Rausch2019-07-172-1/+27
| * | | net/sched: Make NET_ACT_CT depends on NF_NATYueHaibing2019-07-171-1/+1
| * | | net: sctp: fix warning "NULL check before some freeing functions is not needed"Hariprasad Kelam2019-07-171-8/+4
| * | | fix: taprio: Change type of txtime-delay parameter to u32Vedang Patel2019-07-161-3/+3
| * | | skbuff: fix compilation warnings in skb_dump()Qian Cai2019-07-161-1/+1
| * | | net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi2019-07-151-0/+2
| * | | sit: use dst_cache in ipip6_tunnel_xmitHaishuang Yan2019-07-141-4/+9
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-1913-122/+97
|\ \ \ \
| * | | | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-1813-122/+97
* | | | | Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-07-1818-508/+845
|\ \ \ \ \
| * | | | | SUNRPC: Optimise transport balancing codeTrond Myklebust2019-07-181-29/+38
| * | | | | SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust2019-07-183-2/+4
| * | | | | SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-187-19/+46
| * | | | | SUNRPC: Fix initialisation of struct rpc_xprt_switchTrond Myklebust2019-07-181-1/+3
| * | | | | SUNRPC: Skip zero-refcount transportsTrond Myklebust2019-07-161-1/+19
| * | | | | SUNRPC: Replace division by multiplication in calculation of queue lengthTrond Myklebust2019-07-161-3/+2
| * | | | | SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust2019-07-122-23/+22
| * | | | | Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-07-128-332/+441
| |\ \ \ \ \
| | * | | | | xprtrdma: Modernize ops->connectChuck Lever2019-07-095-36/+87
| | * | | | | xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever2019-07-093-7/+8
| | * | | | | xprtrdma: Refactor chunk encodingChuck Lever2019-07-091-20/+16
| | * | | | | xprtrdma: Streamline rpcrdma_post_recvsChuck Lever2019-07-091-21/+38
| | * | | | | xprtrdma: Simplify rpcrdma_rep_createChuck Lever2019-07-091-14/+8
| | * | | | | xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever2019-07-094-50/+36
| | * | | | | xprtrdma: Reduce context switching due to Local InvalidationChuck Lever2019-07-094-53/+136
| | * | | | | xprtrdma: Add mechanism to place MRs back on the free listChuck Lever2019-07-093-0/+22