summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-11-19rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlinkLi RongQing1-0/+1
2023-11-19net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski3-12/+8
2023-11-18Merge tag 'mlx5-updates-2023-11-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-1/+4
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent2-0/+9
2023-11-18net: Replace hwtstamp_source by timestamping layerKory Maincent1-8/+3
2023-11-18net: Make dev_set_hwtstamp_phylib accessibleKory Maincent1-0/+3
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran1-0/+8
2023-11-18net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_configKory Maincent2-3/+7
2023-11-17net: linkmode: add linkmode_fill() helperRussell King (Oracle)1-0/+5
2023-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni17-261/+82
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-4/+8
2023-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-7/+0
2023-11-16indirect_call_wrapper: Fix typo in INDIRECT_CALL_$NR kerneldocTobias Klauser1-1/+1
2023-11-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-3/+7
2023-11-15net/mlx5: Query maximum frequency adjustment of the PTP hardware clockRahul Rameshbabu1-1/+4
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song1-1/+1
2023-11-15Merge tag 'hardening-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+6
2023-11-13net: mdio: fix typo in headerMarek BehĂșn1-1/+1
2023-11-11Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2023-11-10Merge tag 'spi-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2023-11-10Merge tag 'mmc-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+2
2023-11-10Merge tag 'pwm/for-6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-11-10Merge tag 'block-6.7-2023-11-10' of git://git.kernel.dk/linuxLinus Torvalds2-10/+2
2023-11-10Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/d...Linus Torvalds1-14/+5
2023-11-10Merge tag 'lsm-pr-20231109' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds4-73/+50
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-149/+0
2023-11-10spi: Fix null dereference on suspendMark Hasemeyer1-0/+1
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann1-0/+4
2023-11-10pwm: Fix double shift bugDan Carpenter1-2/+2
2023-11-10bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko1-2/+6
2023-11-10Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-5/+18
2023-11-10Merge tag 'input-for-v6.7-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2023-11-10Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-18/+6
2023-11-10Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-133/+25
2023-11-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+11
2023-11-09Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-1/+3
2023-11-08lsm: fix default return value for inode_getsecctxOndrej Mosnacek1-1/+1
2023-11-08lsm: fix default return value for vm_enough_memoryOndrej Mosnacek1-1/+1
2023-11-08stackleak: add declarations for global functionsArnd Bergmann1-0/+6
2023-11-08nvme: keyring: fix conditional compilationHannes Reinecke1-8/+0
2023-11-08Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-54/+3
2023-11-08Merge tag 'gpio-pinctrl-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm...Linus Torvalds2-28/+36
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-3/+47
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-3/+9
2023-11-07nvme: common: make keyring and auth separate modulesArnd Bergmann1-1/+1
2023-11-07Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-2/+64
2023-11-06nvme-auth: auth success1 msg always includes respMark O'Donovan1-1/+1
2023-11-06dma-mapping: move dma_addressing_limited() out of lineJia He1-14/+5
2023-11-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-16/+75