summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-13net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean2-24/+37
2021-10-13net: mscc: ocelot: cross-check the sequence id from the timestamp FIFO with t...Vladimir Oltean1-0/+1
2021-10-13net: mscc: ocelot: avoid overflowing the PTP timestamp FIFOVladimir Oltean2-1/+5
2021-10-13net: mscc: ocelot: make use of all 63 PTP timestamp identifiersVladimir Oltean1-0/+2
2021-10-13net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean1-14/+1
2021-10-13net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean1-15/+14
2021-10-13devlink: Delete reload enable/disable interfaceLeon Romanovsky1-2/+0
2021-10-13devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky1-0/+6
2021-10-13devlink: Move netdev_to_devlink helpers to devlink.cLeon Romanovsky1-17/+0
2021-10-13devlink: Reduce struct devlink exposureLeon Romanovsky2-86/+40
2021-10-13PCI: Return NULL for to_pci_driver(NULL)Bjorn Helgaas1-1/+4
2021-10-12net/mlx5e: Mutually exclude RX-FCS and RX-port-timestampAya Levin1-2/+8
2021-10-12RDMA/rxe: Create AH index and return to user spaceBob Pearson1-1/+7
2021-10-12RDMA/rxe: Move AV from rxe_send_wqe to rxe_send_wrBob Pearson1-1/+3
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen1-1/+0
2021-10-12RDMA/mlx5: Add modify_op_stat() supportAharon Landau1-0/+2
2021-10-12RDMA/mlx5: Add steering support in optional flow countersAharon Landau1-0/+1
2021-10-12RDMA/nldev: Add support to get status of all countersAharon Landau1-0/+5
2021-10-12RDMA/counter: Add optional counter supportAharon Landau2-0/+15
2021-10-12RDMA/counter: Add an is_disabled field in struct rdma_hw_statsAharon Landau1-0/+3
2021-10-12RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang1-23/+4
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau1-6/+15
2021-10-12Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe3-3/+23
2021-10-12SUNRPC: Simplify the SVC dispatch code pathChuck Lever1-4/+1
2021-10-12Merge back ACPI PCI material for v5.16.Rafael J. Wysocki2-1/+8
2021-10-12net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann2-18/+37
2021-10-12net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu2-5/+10
2021-10-12net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann1-0/+1
2021-10-12mmc: core: Add host specific tuning support for eMMC HS400 modeWenbin Mei1-0/+4
2021-10-12Merge tag 'linux-kselftest-kunit-fixes-5.15-rc6' of git://git.kernel.org/pub/...Linus Torvalds1-3/+3
2021-10-12Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+2
2021-10-12Merge branch 'v5.16/vfio/diana-fsl-reset-v2' into v5.16/vfio/nextAlex Williamson1-0/+14
2021-10-11PCI/VPD: Add pci_read/write_vpd_any()Heiner Kallweit1-0/+2
2021-10-11Merge tag 'omap-for-v5.16/ti-sysc-signed' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann1-0/+3
2021-10-11dma-resv: Fix dma_resv_get_fences and dma_resv_copy_fences after conversionTvrtko Ursulin1-1/+4
2021-10-11Merge tag 'v5.15-next-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Arnd Bergmann1-0/+3
2021-10-11Merge tag 'memory-controller-drv-5.16' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-0/+1
2021-10-11Merge tag 'tegra-for-5.16-cpuidle' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-1/+23
2021-10-11Merge tag 'tegra-for-5.16-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann3-7/+35
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie6-15/+144
2021-10-11Merge tag 'drm-intel-next-2021-10-04' of git://anongit.freedesktop.org/drm/dr...Dave Airlie4-34/+93
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman28-121/+108
2021-10-11Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm...Dave Airlie17-40/+374
2021-10-11bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu1-0/+10
2021-10-11bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu1-6/+6
2021-10-11bootconfig: Remove unused debug functionMasami Hiramatsu1-3/+0
2021-10-11bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu1-1/+1
2021-10-11bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu1-0/+2
2021-10-11bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu1-1/+1
2021-10-10mlxsw: spectrum: use netif_is_macsec() instead of open codeJuhee Kang1-1/+1