summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-06-12netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo
2018-06-12netfilter: nf_tables: close race between netns exit and rmmodFlorian Westphal
2018-06-12netfilter: nf_tables: fix module unload raceFlorian Westphal
2018-06-12netfilter: nft_dynset: do not reject set updates with NFT_SET_EVALPablo Neira Ayuso
2018-06-12netfilter: nft_socket: fix module autoloadPablo Neira Ayuso
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-12xsk: re-add queue id check for XDP_SKB pathBjörn Töpel
2018-06-11tcp: Do not reload skb pointer after skb_gro_receive().David Miller
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-06-11net/ipv6: Ensure cfg is properly initialized in ipv6_create_tempaddrDavid Ahern
2018-06-11tls: fix NULL pointer dereference on pollDaniel Borkmann
2018-06-11xsk: silence warning on memory allocation failureBjörn Töpel
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-06-11net: dsa: add error handling for pskb_trim_rcsumZhouyang Jia
2018-06-11ipv6: allow PMTU exceptions to local routesJulian Anastasov
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-08netfilter: x_tables: initialise match/target check parameter structFlorian Westphal
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-06netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup()Taehee Yoo
2018-06-06Merge git://blackhole.kfki.hu/nfPablo Neira Ayuso
2018-06-06netfilter: ebtables: reject non-bridge targetsFlorian Westphal
2018-06-06netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot
2018-06-06netfilter: ipset: Limit max timeout valueJozsef Kadlecsik
2018-06-06netfilter: xt_set: Check hook mask correctlySerhey Popovych
2018-06-05rtnetlink: validate attributes in do_setlink()Eric Dumazet