summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-13selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko1-0/+9
2020-03-13bpf: Move lnode list node to struct bpf_ksymJiri Olsa2-12/+12
2020-03-13tools: bpftool: Restore message on failure to guess program typeQuentin Monnet4-11/+35
2020-03-13bpf: Add name to struct bpf_ksymJiri Olsa4-14/+12
2020-03-13bpf: Add struct bpf_ksymJiri Olsa2-16/+18
2020-03-13bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel3-18/+17
2020-03-13x86/mm: Rename is_kernel_text to __is_kernel_textJiri Olsa1-5/+9
2020-03-13Merge tag 'ieee802154-for-davem-2020-03-13' of git://git.kernel.org/pub/scm/l...David S. Miller2-2/+3
2020-03-13ethtool: fix spelling mistake "exceeeds" -> "exceeds"Colin Ian King2-2/+2
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller582-2762/+5349
2020-03-12Merge tag 'drm-fixes-2020-03-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds27-133/+405
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron7-4/+148
2020-03-12Merge branch 'bpf_get_ns_current_pid_tgid'Alexei Starovoitov14-3/+391
2020-03-12tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...Carlos Neira5-1/+287
2020-03-13Merge tag 'topic/mst-bw-check-fixes-for-airlied-2020-03-12-2' of git://anongi...Dave Airlie2-60/+128
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira7-2/+88
2020-03-12fs/nsfs.c: Added ns_matchCarlos Neira2-0/+16
2020-03-13Merge tag 'drm-intel-fixes-2020-03-12' of git://anongit.freedesktop.org/drm/d...Dave Airlie9-29/+66
2020-03-13tools: bpftool: Fix minor bash completion mistakesQuentin Monnet1-8/+21
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet4-32/+7
2020-03-13Merge tag 'amd-drm-fixes-5.6-2020-03-11' of git://people.freedesktop.org/~agd...Dave Airlie5-15/+158
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds110-370/+993
2020-03-13libbpf: Split BTF presence checks into libbpf- and kernel-specific partsAndrii Nakryiko1-5/+12
2020-03-13bpftool: Add _bpftool and profiler.skel.h to .gitignoreSong Liu1-0/+2
2020-03-13bpftool: Skeleton should depend on libbpfSong Liu1-2/+3
2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangSong Liu4-5/+24
2020-03-12drm/dp_mst: Rewrite and fix bandwidth limit checksLyude Paul1-26/+93
2020-03-12drm/dp_mst: Reprobe path resources in CSN handlerLyude Paul1-23/+25
2020-03-12drm/dp_mst: Use full_pbn instead of available_pbn for bandwidth checksLyude Paul2-10/+9
2020-03-12drm/dp_mst: Rename drm_dp_mst_is_dp_mst_end_device() to be less redundantLyude Paul1-5/+5
2020-03-12inet: Use fallthrough;Joe Perches26-43/+41
2020-03-12octeontx2-pf: unlock on error path in otx2_config_pause_frm()Dan Carpenter1-2/+5
2020-03-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-5/+9
2020-03-12net: systemport: fix index check to avoid an array out of bounds accessColin Ian King1-1/+1
2020-03-12Merge branch 'ipa-fixes'David S. Miller2-51/+14
2020-03-12Revert "arm64: dts: sdm845: add IPA information"Alex Elder1-51/+0
2020-03-12bitfield.h: add FIELD_MAX() and field_max()Alex Elder1-0/+14
2020-03-12tc-testing: add ETS scheduler to tdc build configurationDavide Caratti1-0/+1
2020-03-12net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit2-1/+7
2020-03-12Merge branch 'ethtool-netlink-interface-part-3'David S. Miller18-80/+1538
2020-03-12ethtool: add CHANNELS_NTF notificationMichal Kubecek5-1/+12
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek8-32/+177
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek6-2/+169
2020-03-12ethtool: add RINGS_NTF notificationMichal Kubecek5-1/+12
2020-03-12ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek5-1/+118
2020-03-12ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek6-2/+168
2020-03-12ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek4-0/+8
2020-03-12ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek5-1/+97
2020-03-12ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek6-2/+189
2020-03-12ethtool: add FEATURES_NTF notificationMichal Kubecek4-1/+39