summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-05can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...Oleksij Rempel1-0/+5
2023-06-04net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINEMin-Hua Chen1-0/+2
2023-06-04Merge branch 'enetc-fixes'David S. Miller1-1/+15
2023-06-04net: enetc: correct rx_bytes statistics of XDPWei Fang1-0/+8
2023-06-04net: enetc: correct the statistics of rx bytesWei Fang1-1/+7
2023-06-03net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu1-2/+2
2023-06-03Fix gitignore for recently added usptream self testsWeihao Gao1-0/+3
2023-06-03net: phylink: actually fix ksettings_set() ethtool callRussell King (Oracle)1-5/+10
2023-06-03Merge branch 'net-ipv6-skip_notify_on_dev_down-fix'Jakub Kicinski2-3/+3
2023-06-03net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet2-3/+3
2023-06-03net/ipv6: fix bool/int mismatch for skip_notify_on_dev_downEric Dumazet1-1/+1
2023-06-02net: dsa: qca8k: add CONFIG_LEDS_TRIGGERS dependencyArnd Bergmann1-0/+1
2023-06-02net: systemport: Replace platform_get_irq with platform_get_irq_optionalJiasheng Jiang1-2/+2
2023-06-02net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda3-11/+7
2023-06-02net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methodsAlexander Sverdlin1-4/+0
2023-06-02neighbour: fix unaligned access to pneigh_entryQingfang DENG1-1/+1
2023-06-02Merge tag 'net-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds72-429/+649
2023-06-02fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie11-77/+89
2023-06-01Merge tag 'mlx5-fixes-2023-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-14/+12
2023-06-01Merge branch 'mptcp-fixes-for-connect-timeout-access-annotations-and-subflow-...Jakub Kicinski3-95/+88
2023-06-01mptcp: fix active subflow finalizationPaolo Abeni1-9/+14
2023-06-01mptcp: add annotations around sk->sk_shutdown accessesPaolo Abeni1-13/+16
2023-06-01mptcp: fix data race around msk->first accessPaolo Abeni1-3/+3
2023-06-01mptcp: consolidate passive msk socket initializationPaolo Abeni3-38/+33
2023-06-01mptcp: add annotations around msk->subflow accessesPaolo Abeni2-9/+15
2023-06-01mptcp: fix connect timeout handlingPaolo Abeni2-23/+7
2023-06-01Merge branch 'rtnetlink-a-couple-of-fixes-in-linkmsg-validation'Jakub Kicinski1-16/+38
2023-06-01rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long1-0/+12
2023-06-01rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long1-15/+19
2023-06-01rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long1-1/+7
2023-06-01ice: recycle/free all of the fragments from multi-buffer frameMaciej Fijalkowski1-1/+1
2023-06-01net: phy: mxl-gpy: extend interrupt fix to all impacted variantsXu Liang1-13/+3
2023-06-01net: renesas: rswitch: Fix return value in error path of xmitYoshihiro Shimoda1-1/+1
2023-06-01Merge tag 'firewire-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-06-01Merge tag 'mailbox-fixes-6.4-rc5' of git://git.linaro.org/landing-teams/worki...Linus Torvalds1-4/+6
2023-06-01net: dsa: mv88e6xxx: Increase wait after reset deactivationAndreas Svensson1-1/+1
2023-06-01firewire: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-06-01Merge tag 'for-linus-2023060101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-6/+21
2023-06-01Merge tag 'ata-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-8/+26
2023-06-01Merge tag '6.4-rc4-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-77/+100
2023-06-01net: ipa: Use correct value for IPA_STATUS_SIZEBert Karwatzki1-1/+1
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli3-4/+15
2023-06-01net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua1-0/+3
2023-06-01sfc: fix error unwinds in TC offloadEdward Cree1-15/+12
2023-06-01net/mlx5: Read embedded cpu after init bit clearedMoshe Shemesh1-1/+1
2023-06-01net/mlx5e: Fix error handling in mlx5e_refresh_tirsSaeed Mahameed1-7/+4
2023-06-01net/mlx5: Ensure af_desc.mask is properly initializedChuck Lever1-1/+1
2023-06-01net/mlx5: Fix setting of irq->map.index for static IRQ caseNiklas Schnelle1-4/+5
2023-06-01net/mlx5: Remove rmap also in case dynamic MSIX not supportedShay Drory1-1/+1
2023-06-01Merge tag '6.4-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-4/+7