Age | Commit message (Expand) | Author |
2018-06-12 | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-06-12 | treewide: Use array_size() in vzalloc_node() | Kees Cook |
2018-06-12 | treewide: Use array_size() in vzalloc() | Kees Cook |
2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook |
2018-06-12 | treewide: kvzalloc() -> kvcalloc() | Kees Cook |
2018-06-12 | treewide: kvmalloc() -> kvmalloc_array() | Kees Cook |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-06-12 | Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2018-06-12 | Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2018-06-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-06-10 | tcp: limit sk_rcvlowat by the maximum receive buffer | Soheil Hassas Yeganeh |
2018-06-10 | socket: close race condition between sock_close() and sockfs_setattr() | Cong Wang |
2018-06-08 | net: bridge: Fix locking in br_fdb_find_port() | Petr Machata |
2018-06-08 | udp: fix rx queue len reported by diag and proc interface | Paolo Abeni |
2018-06-08 | net/sched: act_simple: fix parsing of TCA_DEF_DATA | Davide Caratti |
2018-06-08 | Fix 16-byte memory leak in gssp_accept_sec_context_upcall | Dave Wysochanski |
2018-06-08 | svcrdma: Fix incorrect return value/type in svc_rdma_post_recvs | Chuck Lever |
2018-06-07 | net/9p/trans_xen.c: don't inclide rwlock.h directly | Sebastian Andrzej Siewior |
2018-06-07 | net/9p: detect invalid options as much as possible | Chengguang Xu |
2018-06-07 | bpfilter: fix race in pipe access | Alexei Starovoitov |
2018-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2018-06-07 | bpf, xdp: fix crash in xdp_umem_unaccount_pages | Daniel Borkmann |
2018-06-08 | xsk: Fix umem fill/completion queue mmap on 32-bit | Geert Uytterhoeven |
2018-06-07 | bpfilter: fix OUTPUT_FORMAT | Alexei Starovoitov |
2018-06-07 | ip_tunnel: Fix name string concatenate in __ip_tunnel_create() | Sultan Alsawaf |
2018-06-07 | net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan | Willem de Bruijn |
2018-06-07 | netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use it | Pablo Neira Ayuso |
2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-06-06 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-06-06 | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-06-06 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook |
2018-06-06 | strparser: Add __strp_unpause and use it in ktls. | Doron Roberts-Kedes |
2018-06-06 | rxrpc: Fix terminal retransmission connection ID to include the channel | David Howells |
2018-06-06 | Revert "net: sched: cls: Fix offloading when ingress dev is vxlan" | David S. Miller |
2018-06-05 | rtnetlink: validate attributes in do_setlink() | Eric Dumazet |
2018-06-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-06-05 | devlink: Add extack to reload and port_{un, }split operations | David Ahern |
2018-06-05 | net: metrics: add proper netlink validation | Eric Dumazet |
2018-06-05 | ipmr: fix error path when ipmr_new_table fails | Sabrina Dubroca |
2018-06-05 | ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds | Sabrina Dubroca |
2018-06-05 | netfilter: provide udp*_lib_lookup for nf_tproxy | Arnd Bergmann |
2018-06-05 | net-tcp: remove useless tw_timeout field | Maciej Żenczykowski |
2018-06-05 | net: sched: cls: Fix offloading when ingress dev is vxlan | Paul Blakey |
2018-06-05 | sctp: not allow transport timeout value less than HZ/5 for hb_timer | Xin Long |
2018-06-05 | bpfilter: switch to CC from HOSTCC | Alexei Starovoitov |
2018-06-05 | net: ipv6: Generate random IID for addresses on RAWIP devices | Subash Abhinov Kasiviswanathan |
2018-06-05 | tcp: refactor tcp_ecn_check_ce to remove sk type cast | Yousuk Seung |
2018-06-05 | net/ipv6: prevent use after free in ip6_route_mpath_notify | David Ahern |