summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-03-13bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel2-15/+15
2020-03-13bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko1-1/+0
2020-03-13Merge tag 'block-5.6-2020-03-13' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+1
2020-03-13Merge tag 'mmc-v5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds1-0/+1
2020-03-13drm/dp_mst: Convert drm_dp_mst_topology_mgr.is_waiting_for_dwn_reply to bitfieldLyude Paul1-5/+5
2020-03-13Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-0/+1
2020-03-13Merge tag 'ieee802154-for-davem-2020-03-13' of git://git.kernel.org/pub/scm/l...David S. Miller1-1/+1
2020-03-13ASoC: SOF: Remove SOF_IPC_EXT_DMA_BUFFERKarol Trzcinski1-17/+1
2020-03-13ASoC: SOF: Make sof_ipc_ext_data enum more rigidKarol Trzcinski1-3/+3
2020-03-13Merge branch 'mlx5_mr_cache' into rdma.git for-nextJason Gunthorpe2-14/+7
2020-03-13{IB,net}/mlx5: Move asynchronous mkey creation to mlx5_ibMichael Guralnik1-6/+0
2020-03-13{IB,net}/mlx5: Assign mkey variant in mlx5_ib onlySaeed Mahameed1-4/+0
2020-03-13RDMA/cm: Delete not implemented CM peer to peer communicationLeon Romanovsky1-1/+0
2020-03-13iommu/vt-d: Fix debugfs register readsMegha Dey1-0/+2
2020-03-13cpuidle: Refactor and move out NVIDIA Tegra20 driver into drivers/cpuidleDmitry Osipenko1-1/+1
2020-03-13ARM: tegra: Rename some of the newly exposed PM functionsDmitry Osipenko1-8/+8
2020-03-13ARM: tegra: Expose PM functions required for new cpuidle driverDmitry Osipenko2-0/+44
2020-03-13soc/tegra: pmc: Add pins for Tegra194Venkat Reddy Talla1-1/+2
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller24-34/+94
2020-03-13Merge tag 'drm-fixes-2020-03-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+2
2020-03-13net: drop_monitor: use IS_REACHABLE() to guard net_dm_hw_report()Masahiro Yamada1-1/+1
2020-03-13bpf: Add bpf_xdp_output() helperEelco Chaudron1-1/+25
2020-03-13bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2-1/+20
2020-03-13fs/nsfs.c: Added ns_matchCarlos Neira1-0/+2
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-8/+20
2020-03-13Merge tag 'amd-drm-next-5.7-2020-03-10' of git://people.freedesktop.org/~agd5...Dave Airlie2-2/+7
2020-03-13drm/dp_mst: Use full_pbn instead of available_pbn for bandwidth checksLyude Paul1-2/+2
2020-03-13bitfield.h: add FIELD_MAX() and field_max()Alex Elder1-0/+14
2020-03-13net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit1-0/+2
2020-03-13ethtool: add CHANNELS_NTF notificationMichal Kubecek1-0/+1
2020-03-13ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek1-0/+1
2020-03-13ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek1-0/+21
2020-03-13ethtool: add RINGS_NTF notificationMichal Kubecek1-0/+1
2020-03-13ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek1-0/+1
2020-03-13ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek1-0/+21
2020-03-13ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek1-0/+1
2020-03-13ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek1-0/+1
2020-03-13ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek1-0/+14
2020-03-13ethtool: add FEATURES_NTF notificationMichal Kubecek1-0/+1
2020-03-13ethtool: set netdev features with FEATURES_SET requestMichal Kubecek1-0/+2
2020-03-13ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek1-0/+17
2020-03-13flow_offload: Add flow_match_ct to get rule ct matchPaul Blakey1-0/+6
2020-03-13net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey2-0/+11
2020-03-13net/sched: act_ct: Support refreshing the flow table entriesPaul Blakey1-0/+3
2020-03-13net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey2-0/+8
2020-03-13net/sched: act_ct: Instantiate flow table entry actionsPaul Blakey2-0/+28
2020-03-13netfilter: flowtable: Add API for registering to flow table eventsPaul Blakey1-0/+6
2020-03-13net/mlx5: E-Switch, Enable reg c1 loopback when possiblePaul Blakey1-0/+7
2020-03-13xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)1-1/+5
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller3-2/+45