summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-10-13net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean1-0/+12
2021-10-13net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean1-0/+37
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-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-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. Wysocki1-0/+8
2021-10-12mmc: core: Add host specific tuning support for eMMC HS400 modeWenbin Mei1-0/+4
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 'tegra-for-5.16-cpuidle' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-1/+23
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie2-14/+3
2021-10-11Merge 5.15-rc5 into usb-nextGreg Kroah-Hartman11-87/+37
2021-10-11Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-1/+101
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
2021-10-10SUNRPC: Per-rpc_clnt task PIDsChuck Lever1-0/+1
2021-10-09net/mlx5: Add priorities for counters in RDMA namespacesAharon Landau2-0/+4
2021-10-09net/mlx5: Add ifc bits to support optional countersAharon Landau1-3/+19
2021-10-09net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged portsVladimir Oltean1-0/+13
2021-10-08Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-71/+10
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman2-13/+13
2021-10-08net: introduce a function to check if a netdev name is in useAntoine Tenart1-0/+1
2021-10-08eth: platform: add a helper for loading netdev->dev_addrJakub Kicinski1-0/+1
2021-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-9/+19
2021-10-08Merge series "spi: Various Cleanups" from Uwe Kleine-König <u.kleine-koenig@...Mark Brown8-70/+24
2021-10-08Merge branch 'spi-5.15' into spi-5.16Mark Brown10-6/+33
2021-10-08Merge tag 'armsoc-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2021-10-07Merge branches 'fixes.2021.10.07a', 'scftorture.2021.09.16a', 'tasks.2021.09....Paul E. McKenney2-2/+11
2021-10-07Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2021-10-07qcom_scm: hide Kconfig symbolArnd Bergmann2-71/+10
2021-10-07spi: Make several public functions private to spi.cUwe Kleine-König1-53/+0
2021-10-07spi: Remove unused function spi_busnum_to_master()Uwe Kleine-König1-2/+0
2021-10-07dma-buf: add dma_resv_for_each_fence v3Christian König1-0/+20
2021-10-07Merge tag 'wireless-drivers-next-2021-10-07' of git://git.kernel.org/pub/scm/...David S. Miller2-1/+2
2021-10-07eth: fwnode: add a helper for loading netdev->dev_addrJakub Kicinski2-0/+2
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-2/+2
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski1-3/+2
2021-10-07device property: move mac addr helpers to eth.cJakub Kicinski2-4/+6