summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-05-15net: phy: broadcom: add support for BCM54811 PHYKevin Lo
2020-05-15Merge tag 'drm-fixes-2020-05-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-05-15bpf, capability: Introduce CAP_BPFAlexei Starovoitov
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-14net: phy: broadcom: fix BCM54XX_SHD_SCR3_TRDDAPD value for BCM54810Kevin Lo
2020-05-14net: qed: fix bad formattingIgor Russkikh
2020-05-14net: qed: attention clearing propertiesIgor Russkikh
2020-05-14net: qed: adding hw_err states and handlingIgor Russkikh
2020-05-14security: Fix the default value of secid_to_secctx hookAnders Roxell
2020-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-05-14Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-14mm, memcg: fix inconsistent oom event behaviorYafang Shao
2020-05-14Merge tag 'drm/tegra/for-5.7-fixes' of git://anongit.freedesktop.org/tegra/li...Dave Airlie
2020-05-13net: phy: broadcom: add cable test supportMichael Walle
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song
2020-05-13bpf: Change btf_iter func proto prefix to "bpf_iter_"Yonghong Song
2020-05-12x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)
2020-05-12net: dsa: tag_sja1105: implement sub-VLAN decodingVladimir Oltean
2020-05-12net: dsa: tag_8021q: support up to 8 VLANs per port using sub-VLANsVladimir Oltean
2020-05-12net: dsa: sja1105: prepare tagger for handling DSA tags and VLAN simultaneouslyVladimir Oltean
2020-05-12net: dsa: sja1105: save/restore VLANs using a delta commit methodVladimir Oltean
2020-05-12net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helperVladimir Oltean
2020-05-12ptp: fix struct member comment for do_aux_workJacob Keller
2020-05-11net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig
2020-05-11net: add a CMSG_USER_DATA macroChristoph Hellwig
2020-05-11team: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-11Merge tag 'nfsd-5.7-rc-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds
2020-05-10net: dsa: sja1105: implement cross-chip bridging operationsVladimir Oltean
2020-05-10net: ethtool: Add helpers for reporting test resultsAndrew Lunn
2020-05-10net: ethtool: Add infrastructure for reporting cable test resultsAndrew Lunn
2020-05-10net: phy: Add support for polling cable testAndrew Lunn
2020-05-10net: phy: Add cable test support to state machineAndrew Lunn
2020-05-10Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-09IB/mlx4: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-09bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song
2020-05-09net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song
2020-05-09bpf: Add bpf_map iteratorYonghong Song
2020-05-09bpf: Implement common macros/helpers for target iteratorsYonghong Song
2020-05-09bpf: Create file bpf iteratorYonghong Song
2020-05-09bpf: Create anonymous bpf iteratorYonghong Song
2020-05-09bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song
2020-05-09bpf: Allow loading of a bpf_iter programYonghong Song
2020-05-09bpf: Implement an interface to register bpf_iter targetsYonghong Song