summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet3-3/+3
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet5-11/+9
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet4-11/+10
2023-09-15ipv6: lockless IPV6_MINHOPCOUNT implementationEric Dumazet1-16/+15
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-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-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-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-14test/vsock: shutdowned socket testArseniy Krasnov1-0/+138
2023-09-14vsock: send SIGPIPE on write to shutdowned socketArseniy Krasnov1-0/+3
2023-09-13net/sched: cls_route: make netlink errors meaningfulPedro Tammela1-16/+21
2023-09-13selftests/tc-testing: cls_u32: add tests for classidPedro Tammela1-0/+25
2023-09-13selftests/tc-testing: cls_route: add tests for classidPedro Tammela1-0/+25
2023-09-13selftests/tc-testing: cls_fw: add tests for classidPedro Tammela1-0/+49
2023-09-13igb: clean up in all error paths when enabling SR-IOVCorinna Vinschen1-1/+4
2023-09-13ixgbe: fix timestamp configuration codeVadim Fedorenko1-13/+15
2023-09-13MAINTAINERS: update tg3 maintainer listAndy Gospodarek1-2/+1
2023-09-13net: hinic: Use devm_kasprintf()Christophe JAILLET1-5/+3
2023-09-13pmdomain: Rename the genpd subsystem to pmdomainUlf Hansson87-12/+12
2023-09-13selftest: tcp: Add v4-mapped-v6 cases in bind_wildcard.c.Kuniyuki Iwashima1-0/+46
2023-09-13selftest: tcp: Move expected_errno into each test case in bind_wildcard.c.Kuniyuki Iwashima1-10/+10
2023-09-13selftest: tcp: Fix address length in bind_wildcard.c.Kuniyuki Iwashima1-1/+1
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima1-1/+6
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima2-1/+7
2023-09-13tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...Kuniyuki Iwashima1-15/+13
2023-09-12tpm: Fix typo in tpmrm class definitionJustin M. Forbes1-1/+1
2023-09-12tcp: defer regular ACK while processing socket backlogEric Dumazet7-7/+38
2023-09-12net: call prot->release_cb() when processing backlogEric Dumazet1-0/+3
2023-09-12net: sock_release_ownership() cleanupEric Dumazet1-5/+4
2023-09-12tcp: no longer release socket ownership in tcp_release_cb()Eric Dumazet2-13/+0
2023-09-12ipv6: fix ip6_sock_set_addr_preferences() typoEric Dumazet1-1/+1