summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-10tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh
2018-06-10socket: close race condition between sock_close() and sockfs_setattr()Cong Wang
2018-06-08net: bridge: Fix locking in br_fdb_find_port()Petr Machata
2018-06-08udp: fix rx queue len reported by diag and proc interfacePaolo Abeni
2018-06-08net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti
2018-06-08Fix 16-byte memory leak in gssp_accept_sec_context_upcallDave Wysochanski
2018-06-08svcrdma: Fix incorrect return value/type in svc_rdma_post_recvsChuck Lever
2018-06-07net/9p/trans_xen.c: don't inclide rwlock.h directlySebastian Andrzej Siewior
2018-06-07net/9p: detect invalid options as much as possibleChengguang Xu
2018-06-07bpfilter: fix race in pipe accessAlexei Starovoitov
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-06-07bpf, xdp: fix crash in xdp_umem_unaccount_pagesDaniel Borkmann
2018-06-08xsk: Fix umem fill/completion queue mmap on 32-bitGeert Uytterhoeven
2018-06-07bpfilter: fix OUTPUT_FORMATAlexei Starovoitov
2018-06-07ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn
2018-06-07netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use itPablo Neira Ayuso
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-06Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-06strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes
2018-06-06rxrpc: Fix terminal retransmission connection ID to include the channelDavid Howells
2018-06-06Revert "net: sched: cls: Fix offloading when ingress dev is vxlan"David S. Miller
2018-06-05rtnetlink: validate attributes in do_setlink()Eric Dumazet
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-06-05devlink: Add extack to reload and port_{un, }split operationsDavid Ahern
2018-06-05net: metrics: add proper netlink validationEric Dumazet
2018-06-05ipmr: fix error path when ipmr_new_table failsSabrina Dubroca
2018-06-05ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca
2018-06-05netfilter: provide udp*_lib_lookup for nf_tproxyArnd Bergmann
2018-06-05net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski
2018-06-05net: sched: cls: Fix offloading when ingress dev is vxlanPaul Blakey
2018-06-05sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long
2018-06-05bpfilter: switch to CC from HOSTCCAlexei Starovoitov
2018-06-05net: ipv6: Generate random IID for addresses on RAWIP devicesSubash Abhinov Kasiviswanathan
2018-06-05tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung