summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet2023-06-022-3/+3
* net/ipv6: fix bool/int mismatch for skip_notify_on_dev_downEric Dumazet2023-06-021-1/+1
* net: dsa: qca8k: add CONFIG_LEDS_TRIGGERS dependencyArnd Bergmann2023-06-021-0/+1
* net: systemport: Replace platform_get_irq with platform_get_irq_optionalJiasheng Jiang2023-06-021-2/+2
* net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda2023-06-023-11/+7
* net: dsa: lan9303: allow vid != 0 in port_fdb_{add|del} methodsAlexander Sverdlin2023-06-011-4/+0
* neighbour: fix unaligned access to pneigh_entryQingfang DENG2023-06-011-1/+1
* Merge tag 'net-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-06-0172-429/+649
|\
| * Merge tag 'mlx5-fixes-2023-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-06-013-14/+12
| |\
| | * net/mlx5: Read embedded cpu after init bit clearedMoshe Shemesh2023-05-311-1/+1
| | * net/mlx5e: Fix error handling in mlx5e_refresh_tirsSaeed Mahameed2023-05-311-7/+4
| | * net/mlx5: Ensure af_desc.mask is properly initializedChuck Lever2023-05-311-1/+1
| | * net/mlx5: Fix setting of irq->map.index for static IRQ caseNiklas Schnelle2023-05-311-4/+5
| | * net/mlx5: Remove rmap also in case dynamic MSIX not supportedShay Drory2023-05-311-1/+1
| * | Merge branch 'mptcp-fixes-for-connect-timeout-access-annotations-and-subflow-...Jakub Kicinski2023-06-013-95/+88
| |\ \
| | * | mptcp: fix active subflow finalizationPaolo Abeni2023-06-011-9/+14
| | * | mptcp: add annotations around sk->sk_shutdown accessesPaolo Abeni2023-06-011-13/+16
| | * | mptcp: fix data race around msk->first accessPaolo Abeni2023-06-011-3/+3
| | * | mptcp: consolidate passive msk socket initializationPaolo Abeni2023-06-013-38/+33
| | * | mptcp: add annotations around msk->subflow accessesPaolo Abeni2023-06-012-9/+15
| | * | mptcp: fix connect timeout handlingPaolo Abeni2023-06-012-23/+7
| |/ /
| * | Merge branch 'rtnetlink-a-couple-of-fixes-in-linkmsg-validation'Jakub Kicinski2023-06-011-16/+38
| |\ \
| | * | rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long2023-06-011-0/+12
| | * | rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long2023-06-011-15/+19
| | * | rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long2023-06-011-1/+7
| |/ /
| * | ice: recycle/free all of the fragments from multi-buffer frameMaciej Fijalkowski2023-06-011-1/+1
| * | net: phy: mxl-gpy: extend interrupt fix to all impacted variantsXu Liang2023-06-011-13/+3
| * | net: renesas: rswitch: Fix return value in error path of xmitYoshihiro Shimoda2023-06-011-1/+1
| * | net: dsa: mv88e6xxx: Increase wait after reset deactivationAndreas Svensson2023-06-011-1/+1
| * | net: ipa: Use correct value for IPA_STATUS_SIZEBert Karwatzki2023-06-011-1/+1
| * | tcp: fix mishandling when the sack compression is deferred.fuyuanli2023-06-013-4/+15
| * | net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua2023-06-011-0/+3
| * | sfc: fix error unwinds in TC offloadEdward Cree2023-05-311-15/+12
| |/
| * udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov2023-05-311-1/+1
| * net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela2023-05-311-1/+1
| * net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao2023-05-301-0/+4
| * Merge branch 'net-sched-fixes-for-sch_ingress-and-sch_clsact'Jakub Kicinski2023-05-302-3/+25
| |\
| | * net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye2023-05-301-0/+5
| | * net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye2023-05-302-3/+8
| | * net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye2023-05-301-0/+6
| | * net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye2023-05-301-0/+6
| |/
| * Merge branch 'selftests-mptcp-skip-tests-not-supported-by-old-kernels-part-1'Paolo Abeni2023-05-309-3/+80
| |\
| | * selftests: mptcp: userspace pm: skip if MPTCP is not supportedMatthieu Baerts2023-05-301-0/+4
| | * selftests: mptcp: sockopt: skip if MPTCP is not supportedMatthieu Baerts2023-05-301-0/+4
| | * selftests: mptcp: simult flows: skip if MPTCP is not supportedMatthieu Baerts2023-05-301-0/+4
| | * selftests: mptcp: diag: skip if MPTCP is not supportedMatthieu Baerts2023-05-301-0/+4
| | * selftests: mptcp: join: skip if MPTCP is not supportedMatthieu Baerts2023-05-301-0/+4
| | * selftests: mptcp: pm nl: skip if MPTCP is not supportedMatthieu Baerts2023-05-301-0/+4
| | * selftests: mptcp: connect: skip if MPTCP is not supportedMatthieu Baerts2023-05-303-1/+45
| | * selftests: mptcp: join: avoid using 'cmp --bytes'Matthieu Baerts2023-05-301-2/+11
| |/