summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-13bpf: Add struct bpf_ksymJiri Olsa
2020-03-13bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel
2020-03-13x86/mm: Rename is_kernel_text to __is_kernel_textJiri Olsa
2020-03-13Merge tag 'ieee802154-for-davem-2020-03-13' of git://git.kernel.org/pub/scm/l...David S. Miller
2020-03-13ethtool: fix spelling mistake "exceeeds" -> "exceeds"Colin Ian King
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12Merge tag 'drm-fixes-2020-03-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron
2020-03-12Merge branch 'bpf_get_ns_current_pid_tgid'Alexei Starovoitov
2020-03-12tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...Carlos Neira
2020-03-13Merge tag 'topic/mst-bw-check-fixes-for-airlied-2020-03-12-2' of git://anongi...Dave Airlie
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira
2020-03-12fs/nsfs.c: Added ns_matchCarlos Neira
2020-03-13Merge tag 'drm-intel-fixes-2020-03-12' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2020-03-13tools: bpftool: Fix minor bash completion mistakesQuentin Monnet
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet
2020-03-13Merge tag 'amd-drm-fixes-5.6-2020-03-11' of git://people.freedesktop.org/~agd...Dave Airlie
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-03-13libbpf: Split BTF presence checks into libbpf- and kernel-specific partsAndrii Nakryiko
2020-03-13bpftool: Add _bpftool and profiler.skel.h to .gitignoreSong Liu
2020-03-13bpftool: Skeleton should depend on libbpfSong Liu
2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangSong Liu
2020-03-12drm/dp_mst: Rewrite and fix bandwidth limit checksLyude Paul
2020-03-12drm/dp_mst: Reprobe path resources in CSN handlerLyude Paul
2020-03-12drm/dp_mst: Use full_pbn instead of available_pbn for bandwidth checksLyude Paul
2020-03-12drm/dp_mst: Rename drm_dp_mst_is_dp_mst_end_device() to be less redundantLyude Paul
2020-03-12inet: Use fallthrough;Joe Perches
2020-03-12octeontx2-pf: unlock on error path in otx2_config_pause_frm()Dan Carpenter
2020-03-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-03-12net: systemport: fix index check to avoid an array out of bounds accessColin Ian King
2020-03-12Merge branch 'ipa-fixes'David S. Miller
2020-03-12Revert "arm64: dts: sdm845: add IPA information"Alex Elder
2020-03-12bitfield.h: add FIELD_MAX() and field_max()Alex Elder
2020-03-12tc-testing: add ETS scheduler to tdc build configurationDavide Caratti
2020-03-12net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit
2020-03-12Merge branch 'ethtool-netlink-interface-part-3'David S. Miller
2020-03-12ethtool: add CHANNELS_NTF notificationMichal Kubecek
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek
2020-03-12ethtool: add RINGS_NTF notificationMichal Kubecek
2020-03-12ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek
2020-03-12ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek
2020-03-12ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek
2020-03-12ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek
2020-03-12ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek
2020-03-12ethtool: add FEATURES_NTF notificationMichal Kubecek
2020-03-12ethtool: set netdev features with FEATURES_SET requestMichal Kubecek
2020-03-12ethtool: add ethnl_parse_bitset() helperMichal Kubecek
2020-03-12ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek
2020-03-12ethtool: update mapping of features to legacy ioctl requestsMichal Kubecek