aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-14/+36
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 25-102/+192
2019-07-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 13-122/+97
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookGravatar Eric Dumazet 3-5/+7
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 13-122/+97
2019-07-18net: dsa: sja1105: Fix missing unlock on error in sk_buff()Gravatar Wei Yongjun 1-0/+1
2019-07-18Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 18-508/+845
2019-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 3-24/+29
2019-07-18ipv6: Unlink sibling route in case of failureGravatar Ido Schimmel 1-1/+17
2019-07-18udp: Fix typo in net/ipv4/udp.cGravatar Su Yanjun 1-1/+1
2019-07-18SUNRPC: Optimise transport balancing codeGravatar Trond Myklebust 1-29/+38
2019-07-18SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestGravatar Trond Myklebust 3-2/+4
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 9-86/+212
2019-07-18SUNRPC: Fix up backchannel slot table accountingGravatar Trond Myklebust 7-19/+46
2019-07-18SUNRPC: Fix initialisation of struct rpc_xprt_switchGravatar Trond Myklebust 1-1/+3
2019-07-17ipv6: rt6_check should return NULL if 'from' is NULLGravatar David Ahern 1-1/+1
2019-07-17tipc: initialize 'validated' field of received packetsGravatar Jon Maloy 1-0/+1
2019-07-17fib: relax source validation check for loopback packetsGravatar Cong Wang 1-0/+5
2019-07-17net_sched: unset TCQ_F_CAN_BYPASS when adding filtersGravatar Cong Wang 3-4/+1
2019-07-17net/rds: Initialize ic->i_fastreg_wrs upon allocationGravatar Gerd Rausch 1-1/+1
2019-07-17net/rds: Keep track of and wait for FRWR segments in use upon shutdownGravatar Gerd Rausch 3-6/+45
2019-07-17net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes...Gravatar Gerd Rausch 1-1/+2
2019-07-17net/rds: Fix NULL/ERR_PTR inconsistencyGravatar Gerd Rausch 1-2/+2
2019-07-17net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin...Gravatar Gerd Rausch 2-27/+40
2019-07-17net/rds: Get rid of "wait_clean_list_grace" and add lockingGravatar Gerd Rausch 2-38/+19
2019-07-17net/rds: Give fr_state a chance to transition to FRMR_IS_FREEGravatar Gerd Rausch 2-1/+27
2019-07-17net/sched: Make NET_ACT_CT depends on NF_NATGravatar YueHaibing 1-1/+1
2019-07-17net: sctp: fix warning "NULL check before some freeing functions is not needed"Gravatar Hariprasad Kelam 1-8/+4
2019-07-16fix: taprio: Change type of txtime-delay parameter to u32Gravatar Vedang Patel 1-3/+3
2019-07-16skbuff: fix compilation warnings in skb_dump()Gravatar Qian Cai 1-1/+1
2019-07-16SUNRPC: Skip zero-refcount transportsGravatar Trond Myklebust 1-1/+19
2019-07-16SUNRPC: Replace division by multiplication in calculation of queue lengthGravatar Trond Myklebust 1-3/+2
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-4/+4
2019-07-15bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6Gravatar Stanislav Fomichev 1-1/+11
2019-07-15bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_okGravatar Stanislav Fomichev 1-6/+6
2019-07-15net: neigh: fix multiple neigh timer schedulingGravatar Lorenzo Bianconi 1-0/+2
2019-07-14sit: use dst_cache in ipip6_tunnel_xmitGravatar Haishuang Yan 1-4/+9
2019-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 25-94/+89
2019-07-13Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+19
2019-07-12Merge tag '9p-for-5.3' of git://github.com/martinetd/linuxGravatar Linus Torvalds 2-2/+14
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2019-07-12tipc: ensure head->lock is initialisedGravatar Chris Packham 1-1/+1
2019-07-12net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd()Gravatar Vlad Buslov 1-1/+1
2019-07-12net: openvswitch: do not update max_headroom if new headroom is equal to old ...Gravatar Taehee Yoo 1-11/+28
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-88/+16
2019-07-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsGravatar Alexander Potapenko 1-1/+1
2019-07-12SUNRPC: Fix transport accounting when caller specifies an rpc_xprtGravatar Trond Myklebust 2-23/+22
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Gravatar Trond Myklebust 8-332/+441