summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-06-01mptcp: fix active subflow finalizationPaolo Abeni-9/+14
2023-06-01mptcp: add annotations around sk->sk_shutdown accessesPaolo Abeni-13/+16
2023-06-01mptcp: fix data race around msk->first accessPaolo Abeni-3/+3
2023-06-01mptcp: consolidate passive msk socket initializationPaolo Abeni-38/+33
2023-06-01mptcp: add annotations around msk->subflow accessesPaolo Abeni-9/+15
2023-06-01mptcp: fix connect timeout handlingPaolo Abeni-23/+7
2023-06-01Merge branch 'rtnetlink-a-couple-of-fixes-in-linkmsg-validation'Jakub Kicinski-16/+38
2023-06-01rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long-0/+12
2023-06-01rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long-15/+19
2023-06-01rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long-1/+7
2023-06-01ice: recycle/free all of the fragments from multi-buffer frameMaciej Fijalkowski-1/+1
2023-06-01net: phy: mxl-gpy: extend interrupt fix to all impacted variantsXu Liang-13/+3
2023-06-01net: renesas: rswitch: Fix return value in error path of xmitYoshihiro Shimoda-1/+1
2023-06-01net: dsa: mv88e6xxx: Increase wait after reset deactivationAndreas Svensson-1/+1
2023-06-01net: ipa: Use correct value for IPA_STATUS_SIZEBert Karwatzki-1/+1
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli-4/+15
2023-06-01net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua-0/+3
2023-05-31sfc: fix error unwinds in TC offloadEdward Cree-15/+12
2023-05-31udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov-1/+1
2023-05-31net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela-1/+1
2023-05-30net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao-0/+4
2023-05-30Merge branch 'net-sched-fixes-for-sch_ingress-and-sch_clsact'Jakub Kicinski-3/+25
2023-05-30net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye-0/+5
2023-05-30net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye-3/+8
2023-05-30net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye-0/+6
2023-05-30net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye-0/+6
2023-05-30Merge branch 'selftests-mptcp-skip-tests-not-supported-by-old-kernels-part-1'Paolo Abeni-3/+80
2023-05-30selftests: mptcp: userspace pm: skip if MPTCP is not supportedMatthieu Baerts-0/+4
2023-05-30selftests: mptcp: sockopt: skip if MPTCP is not supportedMatthieu Baerts-0/+4
2023-05-30selftests: mptcp: simult flows: skip if MPTCP is not supportedMatthieu Baerts-0/+4
2023-05-30selftests: mptcp: diag: skip if MPTCP is not supportedMatthieu Baerts-0/+4
2023-05-30selftests: mptcp: join: skip if MPTCP is not supportedMatthieu Baerts-0/+4
2023-05-30selftests: mptcp: pm nl: skip if MPTCP is not supportedMatthieu Baerts-0/+4
2023-05-30selftests: mptcp: connect: skip if MPTCP is not supportedMatthieu Baerts-1/+45
2023-05-30selftests: mptcp: join: avoid using 'cmp --bytes'Matthieu Baerts-2/+11
2023-05-30net: mana: Fix perf regression: remove rx_cqes, tx_cqes countersHaiyang Zhang-14/+0
2023-05-30Merge branch 'two-fixes-for-smcrv2'Paolo Abeni-3/+6
2023-05-30net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu-2/+2
2023-05-30net/smc: Scan from current RMB list when no position specifiedWen Gu-1/+4
2023-05-30rxrpc: Truncate UTS_RELEASE for rxrpc versionDavid Howells-1/+12
2023-05-29tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu-1/+2
2023-05-29tcp: deny tcp_disconnect() when threads are waitingEric Dumazet-0/+13
2023-05-29af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet-3/+5
2023-05-29netlink: specs: correct types of legacy arraysJakub Kicinski-24/+8
2023-05-29net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818Sebastian Krzyszkowiak-1/+1
2023-05-26nfcsim.c: Fix error checking for debugfs_create_dirOsama Muhammad-4/+0
2023-05-26amd-xgbe: fix the false linkup in xgbe_phy_statusRaju Rangoju-3/+9
2023-05-26tls: improve lockless access safety of tls_err_abort()Jakub Kicinski-2/+6
2023-05-25Merge tag 'mlx5-fixes-2023-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-190/+279
2023-05-25af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima-3/+3