aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+10
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+6
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal1-0/+6
2019-11-21audit: Move audit_log_task declaration under CONFIG_AUDITSYSCALLJiri Olsa1-3/+5
2019-11-20net: sfp: soft status and control supportRussell King1-0/+4
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-47/+215
2019-11-20bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 sizeDaniel Borkmann1-3/+3
2019-11-20bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann1-0/+3
2019-11-18net: phy: add core phylib sfp supportRussell King1-0/+11
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko2-3/+9
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko1-8/+5
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko1-5/+5
2019-11-17Merge tag 'iommu-fixes-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+4
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-26/+19
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2019-11-15mm/memory_hotplug: fix try_offline_node()David Hildenbrand1-0/+1
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2-0/+2
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov2-0/+9
2019-11-15bpf: Annotate context typesAlexei Starovoitov2-27/+62
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov1-2/+3
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov1-0/+105
2019-11-15bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov1-0/+8
2019-11-15bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich1-2/+4
2019-11-14vsock/vmci: register vmci_transport only when VMCI guest/host are activeStefano Garzarella1-0/+2
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella1-14/+1
2019-11-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella1-1/+2
2019-11-14vsock: remove include/linux/vm_sockets.h fileStefano Garzarella1-13/+0
2019-11-14vsock: remove vm_sockets_get_local_cid()Stefano Garzarella1-2/+0
2019-11-13Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed3-2/+19
2019-11-13net/mlx5: Add new chain for netfilter flow table offloadPaul Blakey1-1/+2
2019-11-13can: af_can: export can_sock_destruct()Oleksij Rempel1-0/+1
2019-11-12netfilter: nf_flow_table: hardware offload supportPablo Neira Ayuso1-0/+1
2019-11-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2019-11-12Merge tag 'linux-can-next-for-5.5-20191111' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller2-26/+3
2019-11-12net: sfp: fix sfp_bus_add_upstream() warningRussell King1-2/+2
2019-11-12Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-23/+13
2019-11-12KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson1-0/+1
2019-11-11can: rx-offload: Prepare for CAN FD supportJoakim Zhang1-3/+3
2019-11-11can: rx-offload: can_rx_offload_reset(): remove no-op functionMarc Kleine-Budde1-1/+0
2019-11-11can: mcp251x: get rid of legacy platform dataAndy Shevchenko1-22/+0
2019-11-11net/mlx5: Handle "enable_roce" devlink paramMichael Guralnik1-0/+11
2019-11-11iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macrosEric Auger1-2/+4
2019-11-10Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-3/+3
2019-11-09net: sfp: rework upstream interfaceRussell King1-8/+17
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-31/+32
2019-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-5/+8
2019-11-08Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2-19/+1
2019-11-07net: add a READ_ONCE() in skb_peek_tail()Eric Dumazet1-2/+4
2019-11-07net: use u64_stats_t in struct pcpu_lstatsEric Dumazet1-4/+4
2019-11-07u64_stats: provide u64_stats_t typeEric Dumazet1-4/+47