summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-15ipv6: lockless IPV6_MTU implementationEric Dumazet2-16/+18
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet6-25/+21
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet8-25/+30
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet6-24/+16
2023-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni948-11119/+23357
2023-09-14Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds36-207/+352
2023-09-14ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()Gavrilov Ilia1-2/+0
2023-09-14ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next()Gavrilov Ilia1-2/+0
2023-09-14Merge branch 'udp-round-of-data-races-fixes'Paolo Abeni13-105/+118
2023-09-14udplite: fix various data-racesEric Dumazet4-23/+27
2023-09-14udplite: remove UDPLITE_BITEric Dumazet3-5/+2
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet6-15/+17
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet5-20/+12
2023-09-14udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet2-8/+10
2023-09-14udp: add missing WRITE_ONCE() around up->encap_rcvEric Dumazet1-2/+4
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet4-7/+7
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet3-10/+10
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet3-9/+9
2023-09-14udp: introduce udp->udp_flagsEric Dumazet3-16/+30
2023-09-14net: ethernet: mtk_wed: check update_wo_rx_stats in mtk_wed_update_rx_stats()Lorenzo Bianconi1-0/+3
2023-09-14net: ethernet: mtk_eth_soc: rely on mtk_pse_port definitions in mtk_flow_set_...Lorenzo Bianconi1-2/+2
2023-09-14net: wangxun: move MDIO bus implementation to the libraryJiawen Wu6-172/+106
2023-09-14kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima1-7/+8
2023-09-14Merge branch 'net-renesas-rswitch-fix-a-lot-of-redundant-irq-issue'Paolo Abeni2-4/+18
2023-09-14net: renesas: rswitch: Add spin lock protection for irq {un}maskYoshihiro Shimoda2-0/+14
2023-09-14net: renesas: rswitch: Fix unmasking irq conditionYoshihiro Shimoda1-4/+4
2023-09-14atl1c: Work around the DMA RX overflow issueSieng-Piaw Liew2-54/+16
2023-09-14Merge branch 'vsock-handle-writes-to-shutdowned-socket'Paolo Abeni2-0/+141
2023-09-14test/vsock: shutdowned socket testArseniy Krasnov1-0/+138
2023-09-14vsock: send SIGPIPE on write to shutdowned socketArseniy Krasnov1-0/+3
2023-09-14idpf: add SRIOV support and other ndo_opsJoshua Hay10-3/+1114
2023-09-14idpf: add ethtool callbacksAlan Brady7-3/+1851
2023-09-14idpf: add singleq start_xmit and napi pollJoshua Hay8-31/+1290
2023-09-14idpf: add RX splitq napi poll supportAlan Brady4-6/+892
2023-09-14idpf: add TX splitq napi poll supportJoshua Hay6-5/+926
2023-09-14idpf: add splitq start_xmitJoshua Hay5-1/+1107
2023-09-14idpf: initialize interrupts and enable vportPavan Kumar Linga10-3/+1389
2023-09-14idpf: configure resources for RX queuesAlan Brady8-12/+1705
2023-09-14idpf: configure resources for TX queuesAlan Brady6-0/+1410
2023-09-14idpf: add ptypes and MAC filter supportPavan Kumar Linga4-1/+837
2023-09-14idpf: add create vport and netdev configurationPavan Kumar Linga7-20/+1522
2023-09-14idpf: add core init and interrupt requestPavan Kumar Linga9-3/+1471
2023-09-14idpf: add controlq init and reset checksJoshua Hay14-3/+1851
2023-09-14idpf: add module register and probe functionalityPhani Burra5-0/+193
2023-09-14virtchnl: add virtchnl version 2 opsPavan Kumar Linga2-0/+1724
2023-09-14Merge tag 'pmdomain-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds87-12/+12
2023-09-13Merge tag 'tpmdd-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-1/+1
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds23-76/+207
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds12-46/+152
2023-09-13iavf: Add ability to turn off CRC stripping for VFNorbert Zulinski3-1/+64