summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-10genetlink: correct uAPI definesJakub Kicinski1-2/+3
2022-08-10devlink: Fix use-after-free after a failed reloadIdo Schimmel1-2/+2
2022-08-10net:bonding:support balance-alb interface with vlan to bridgeSun Shouxin1-0/+7
2022-08-10macsec: Fix traffic counters/statisticsClayton Yager1-9/+49
2022-08-10TAS2770 fixesMark Brown2-55/+48
2022-08-10ALSA: usb-audio: make read-only array marker static constColin Ian King1-1/+1
2022-08-10vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye1-0/+1
2022-08-10vsock: Fix memory leak in vsock_connect()Peilin Ye1-1/+8
2022-08-10KVM: arm64: Fix compile error due to sign extensionYang Yingliang1-2/+4
2022-08-10Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"Jose Alonso1-13/+13
2022-08-10netlabel: fix typo in commentTopi Miettinen1-1/+1
2022-08-10Merge tag 'linux-can-fixes-for-6.0-20220810' of git://git.kernel.org/pub/scm/...David S. Miller4-6/+27
2022-08-10hwmon: (lm90) Fix error return value from detect functionGuenter Roeck1-1/+1
2022-08-10powerpc/kexec: Fix build failure from uninitialised variableRussell Currey1-5/+5
2022-08-10powerpc/ppc-opcode: Fix PPC_RAW_TW()Christophe Leroy1-1/+1
2022-08-10powerpc64/ftrace: Fix ftrace for clang buildsNaveen N. Rao1-4/+4
2022-08-10powerpc: Make eh value more explicit when using lwarxChristophe Leroy1-2/+3
2022-08-10powerpc: Don't hide eh field of lwarx behind a macroChristophe Leroy2-12/+3
2022-08-10powerpc: Fix eh field when calling lwarx on PPC32Christophe Leroy1-6/+9
2022-08-10Merge branch 'do-not-use-rt_tos-for-ipv6-flowlabel'Jakub Kicinski4-7/+5
2022-08-10ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+1
2022-08-10mlx5: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+2
2022-08-10vxlan: do not use RT_TOS for IPv6 flowlabelMatthias May1-1/+1
2022-08-10geneve: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+1
2022-08-10geneve: fix TOS inheriting for ipv4Matthias May1-4/+8
2022-08-10net: atlantic: fix aq_vec index out of range errorChia-Lin Kao (AceLan)1-13/+8
2022-08-10ax88796: Fix some typo in a commentChristophe JAILLET1-2/+2
2022-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski8-138/+222
2022-08-10Merge branch 'Don't reinit map value in prealloc_lru_pop'Alexei Starovoitov4-5/+72
2022-08-10selftests/bpf: Add test for prealloc_lru_pop bugKumar Kartikeya Dwivedi2-0/+70
2022-08-10bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi1-5/+1
2022-08-10bpf: Allow calling bpf_prog_test kfuncs in tracing programsKumar Kartikeya Dwivedi1-0/+1
2022-08-10dt-bindings: mfd: convert to yaml Qualcomm SPMI PMICDavid Heidelberg2-94/+190
2022-08-10dm writecache: fix smatch warning about invalid return from writecache_mapMikulas Patocka1-1/+2
2022-08-10dm verity: fix verity_parse_opt_args parsingMike Snitzer1-1/+11
2022-08-10dm verity: fix DM_VERITY_OPTS_MAX value yet againMike Snitzer1-1/+1
2022-08-10dm bufio: simplify DM_BUFIO_CLIENT_NO_SLEEP lockingMike Snitzer1-6/+4
2022-08-10add barriers to buffer_uptodate and set_buffer_uptodateMikulas Patocka1-1/+24
2022-08-10Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds33-945/+1426
2022-08-10NTB: EPF: Tidy up some bounds checksDan Carpenter1-2/+9
2022-08-10NTB: EPF: Fix error code in epf_ntb_bind()Dan Carpenter1-1/+2
2022-08-10PCI: endpoint: pci-epf-vntb: reduce several globals to staticsTom Rix1-3/+3
2022-08-10PCI: endpoint: pci-epf-vntb: fix error handle in epf_ntb_mw_bar_init()Yang Yingliang1-5/+15
2022-08-10PCI: endpoint: Fix Kconfig dependencyRen Zhijie1-0/+1
2022-08-10NTB: EPF: set pointer addr to null using NULL rather than 0Colin Ian King1-1/+1
2022-08-10Documentation: PCI: extend subheading underline for "lspci output" sectionBagas Sanjaya1-1/+1
2022-08-10Documentation: PCI: Use code-block block for scratchpad registers diagramBagas Sanjaya1-1/+4
2022-08-10Documentation: PCI: Add specification for the PCI vNTB function deviceFrank Li3-0/+295
2022-08-10PCI: endpoint: Support NTB transfer between RC and EPFrank Li3-0/+1436
2022-08-10NTB: epf: Allow more flexibility in the memory BAR map methodFrank Li1-13/+35