Age | Commit message (Expand) | Author | Files | Lines |
2020-06-06 | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2 | -8/+9 |
2020-06-06 | Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -3/+6 |
2020-06-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 9 | -340/+43 |
2020-06-05 | vsock/vmci: make vmci_vsock_transport_cb() static | Stefano Garzarella | 1 | -1/+1 |
2020-06-05 | ethtool: linkinfo: remove an unnecessary NULL check | Dan Carpenter | 1 | -2/+1 |
2020-06-05 | rxrpc: Fix missing notification | David Howells | 6 | -25/+21 |
2020-06-05 | rxrpc: Move the call completion handling out of line | David Howells | 3 | -98/+103 |
2020-06-05 | mac80211: initialize return flags in HE 6 GHz operation parsing | Johannes Berg | 1 | -0/+2 |
2020-06-05 | cfg80211: fix management registrations deadlock | Johannes Berg | 3 | -8/+26 |
2020-06-05 | net/xdp: use shift instead of 64 bit division | Pavel Machek | 1 | -1/+1 |
2020-06-05 | inet_connection_sock: clear inet_num out of destroy helper | Paolo Abeni | 1 | -0/+1 |
2020-06-05 | net: core: device_rename: Use rwsem instead of a seqcount | Ahmed S. Darwish | 1 | -22/+18 |
2020-06-05 | seg6: fix seg6_validate_srh() to avoid slab-out-of-bounds | Ahmed Abdelsalam | 5 | -12/+16 |
2020-06-05 | tipc: fix NULL pointer dereference in streaming | Tuong Lien | 1 | -2/+2 |
2020-06-05 | genetlink: fix memory leaks in genl_family_rcv_msg_dumpit() | Cong Wang | 1 | -36/+58 |
2020-06-04 | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -1/+1 |
2020-06-04 | bpf: Fix unused-var without NETDEVICES | Matthieu Baerts | 1 | -3/+0 |
2020-06-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 341 | -6812/+17456 |
2020-06-04 | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -8/+0 |
2020-06-03 | Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra... | Linus Torvalds | 1 | -2/+3 |
2020-06-03 | Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -17/+11 |
2020-06-03 | RDMA: Remove 'max_fmr' | Jason Gunthorpe | 1 | -1/+1 |
2020-06-03 | RDMA/rds: Remove FMR support for memory registration | Max Gurtovoy | 8 | -322/+21 |
2020-06-03 | Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv" | Tuong Lien | 1 | -1/+0 |
2020-06-03 | Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv" | Tuong Lien | 1 | -1/+0 |
2020-06-02 | bpf: Add csum_level helper for fixing up csum levels | Daniel Borkmann | 1 | -0/+38 |
2020-06-02 | bpf: Fix up bpf_skb_adjust_room helper's skb csum setting | Daniel Borkmann | 1 | -2/+6 |
2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig | 1 | -4/+2 |
2020-06-02 | mm: remove map_vm_range | Christoph Hellwig | 1 | -2/+1 |
2020-06-02 | 9p/xen: increase XEN_9PFS_RING_ORDER | Stefano Stabellini | 1 | -27/+34 |
2020-06-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 8 | -137/+231 |
2020-06-02 | crypto/chtls: IPv6 support for inline TLS | Vinay Kumar Yadav | 1 | -0/+1 |
2020-06-02 | ipv6: fix IPV6_ADDRFORM operation logic | Hangbin Liu | 1 | -6/+7 |
2020-06-02 | tipc: Fix NULL pointer dereference in __tipc_sendstream() | YueHaibing | 1 | -2/+6 |
2020-06-02 | flow_dissector: Move out netns_bpf prog callbacks | Jakub Sitnicki | 1 | -121/+4 |
2020-06-02 | net: Introduce netns_bpf for BPF programs attached to netns | Jakub Sitnicki | 1 | -36/+69 |
2020-06-02 | flow_dissector: Pull locking up from prog attach callback | Jakub Sitnicki | 1 | -20/+20 |
2020-06-02 | bpf: Allow SO_BINDTODEVICE opt in bpf_setsockopt | Ferenc Fejes | 1 | -1/+27 |
2020-06-02 | net: Make locking in sock_bindtoindex optional | Ferenc Fejes | 3 | -6/+8 |
2020-06-02 | bpf: Fix running sk_skb program types with ktls | John Fastabend | 2 | -5/+58 |
2020-06-02 | bpf: Refactor sockmap redirect code so its easy to reuse | John Fastabend | 1 | -21/+34 |
2020-06-02 | xdp: Add xdp_txq_info to xdp_buff | David Ahern | 1 | -0/+17 |
2020-06-02 | bpf: Add support to attach bpf program to a devmap entry | David Ahern | 1 | -0/+18 |
2020-06-02 | bpf: Add rx_queue_mapping to bpf_sock | Amritha Nambiar | 1 | -0/+18 |
2020-06-02 | bpf, sk_msg: Add get socket storage helpers | John Fastabend | 1 | -0/+15 |
2020-06-02 | bpf, sk_msg: Add some generic helpers that may be useful from sk_msg | John Fastabend | 1 | -0/+16 |
2020-06-02 | libceph: support for alloc hint flags | Ilya Dryomov | 1 | -1/+7 |
2020-06-01 | switch cmsghdr_from_user_compat_to_kern() to copy_from_user() | Al Viro | 1 | -7/+8 |
2020-06-01 | cls_flower: remove mpls_opts_policy | Guillaume Nault | 1 | -5/+0 |
2020-06-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 7 | -37/+18 |