summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-11-23keys: Provide the original description to the key preparserDavid Howells1-0/+1
2020-11-22Merge tag 'linux-can-next-for-5.11-20201120' of git://git.kernel.org/pub/scm/...Jakub Kicinski2-8/+32
2020-11-20ethtool: add ETHTOOL_COALESCE_ALL_PARAMS defineAntonio Cardace1-0/+1
2020-11-20octeontx2-pf: move lmt flush to include/linux/socSrujana Challa1-0/+29
2020-11-20can: drivers: introduce helpers to access Classical CAN DLC valuesOliver Hartkopp1-0/+25
2020-11-20can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp1-2/+2
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp1-2/+2
2020-11-20can: remove obsolete get_canfd_dlc() macroOliver Hartkopp2-2/+1
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp1-4/+4
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-53/+101
2020-11-20Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+21
2020-11-19Merge tag 'spi-fix-v5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+19
2020-11-19atm: nicstar: Replace in_interrupt() usageSebastian Andrzej Siewior1-0/+1
2020-11-18ptp: document struct ptp_clock_request membersAhmad Fatoum1-0/+13
2020-11-18net: core: fix some kernel-doc markupsMauro Carvalho Chehab1-2/+9
2020-11-18net: wan: Delete the DLCI / SDLA driversXie He2-332/+0
2020-11-17net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handlingRandy Dunlap1-2/+2
2020-11-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2020-11-16PM: runtime: Add pm_runtime_resume_and_get to deal with usage counterZhang Qilong1-0/+21
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-1/+1
2020-11-15Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-12/+7
2020-11-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-29/+25
2020-11-14mm: memcontrol: fix missing wakeup polling threadMuchun Song1-2/+9
2020-11-14compiler.h: fix barrier_data() on clangArvind Sankar3-27/+16
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-1/+44
2020-11-14Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-11/+27
2020-11-14Merge tag 'block-5.10-2020-11-13' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski1-0/+3
2020-11-13bpf: Augment the set of sleepable LSM hooksKP Singh1-0/+7
2020-11-13Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-36/+49
2020-11-13bpf: Support for pointers beyond pkt_end.Alexei Starovoitov1-1/+1
2020-11-13net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit1-2/+0
2020-11-13usbnet: switch to core handling of rx/tx byte/packet countersHeiner Kallweit1-4/+2
2020-11-13Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-17/+11
2020-11-12block: add a return value to set_capacity_revalidate_and_notifyChristoph Hellwig1-1/+1
2020-11-12Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+16
2020-11-12spi: Introduce device-managed SPI controller allocationLukas Wunner1-0/+19
2020-11-12net: evaluate net.ipv4.conf.all.proxy_arp_pvlanVincent Bernat1-1/+1
2020-11-12net: evaluate net.ipvX.conf.all.ignore_routes_with_linkdownVincent Bernat1-1/+1
2020-11-12Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+3
2020-11-11vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong1-3/+18
2020-11-11vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong1-10/+11
2020-11-11bpf: Load and verify kernel module BTFsAndrii Nakryiko2-0/+6
2020-11-10cpufreq: Add strict_target to struct cpufreq_policyRafael J. Wysocki1-0/+6
2020-11-10cpufreq: Introduce CPUFREQ_GOV_STRICT_TARGETRafael J. Wysocki1-0/+3
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki1-2/+7
2020-11-10net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit1-0/+1
2020-11-09Merge tag 'ext4_for_linus_cleanups' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+15
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2-10/+2
2020-11-09perf: Reduce stack usage of perf_output_begin()Peter Zijlstra1-2/+5