summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet7-54/+61
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (I)Eric Dumazet2-31/+39
2024-03-01ipv6: addrconf_disable_policy() optimizationEric Dumazet1-7/+6
2024-03-01ipv6: annotate data-races around devconf->disable_policyEric Dumazet3-5/+5
2024-03-01ipv6: annotate data-races around devconf->proxy_ndpEric Dumazet3-4/+6
2024-03-01ipv6: annotate data-races in rt6_probe()Eric Dumazet1-2/+3
2024-03-01ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdownEric Dumazet2-5/+5
2024-03-01ipv6: annotate data-races in ndisc_router_discovery()Eric Dumazet1-15/+18
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet7-17/+22
2024-03-01ipv6: annotate data-races around cnf.hop_limitEric Dumazet6-8/+8
2024-03-01ipv6: annotate data-races around cnf.mtu6Eric Dumazet4-8/+8
2024-03-01ipv6: addrconf_disable_ipv6() optimizationEric Dumazet1-7/+6
2024-03-01ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet3-7/+8
2024-03-01ipv6: add ipv6_devconf_read_txrx cacheline_groupEric Dumazet1-4/+9
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski403-2087/+3927
2024-03-01Merge branch 'create-shadow-types-for-struct_ops-maps-in-skeletons'Andrii Nakryiko7-14/+372
2024-03-01selftests/bpf: Test if shadow types work correctly.Kui-Feng Lee4-5/+41
2024-03-01bpftool: Add an example for struct_ops map and shadow type.Kui-Feng Lee1-6/+52
2024-03-01bpftool: Generated shadow variables for struct_ops maps.Kui-Feng Lee1-1/+236
2024-03-01libbpf: Convert st_ops->data to shadow type.Kui-Feng Lee1-2/+38
2024-03-01libbpf: Set btf_value_type_id of struct bpf_map for struct_ops.Kui-Feng Lee1-0/+5
2024-03-01bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook8-25/+59
2024-02-29Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds74-211/+974
2024-02-29Merge tag 'landlock-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2024-02-29dpll: fix build failure due to rcu_dereference_check() on unknown typeEric Dumazet2-4/+9
2024-02-29kunit: Fix again checksum tests on big endian CPUsChristophe Leroy1-8/+9
2024-02-29Merge tag 'for-net-2024-02-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski9-20/+48
2024-02-29Merge branch 'tls-a-few-more-fixes-for-async-decrypt'Jakub Kicinski1-11/+29
2024-02-29tls: fix use-after-free on failed backlog decryptionSabrina Dubroca1-7/+17
2024-02-29tls: separate no-async decryption request handling from asyncSabrina Dubroca1-5/+8
2024-02-29tls: fix peeking with sync+async decryptionSabrina Dubroca1-3/+6
2024-02-29tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca1-0/+2
2024-02-29gtp: fix use-after-free and null-ptr-deref in gtp_newlink()Alexander Ofitserov1-6/+6
2024-02-29Merge branch 'net-collect-tstats-automatically'Paolo Abeni2-1/+2
2024-02-29net: sit: Do not set .ndo_get_stats64Breno Leitao1-1/+0
2024-02-29net: get stats64 if device if driver is configuredBreno Leitao1-0/+2
2024-02-29net: stmmac: fix typo in commentYanteng Si1-1/+1
2024-02-29Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni7-1/+338
2024-02-29net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesLukasz Majewski1-1/+1
2024-02-29ipv4: raw: remove useless input parameter in do_raw_set/getsockoptZhengchao Shao1-5/+5
2024-02-29Merge branch 'net-dsa-mv88e6xxx-add-amethyst-specific-smi-gpio-function'Paolo Abeni3-4/+40
2024-02-29net: dsa: mv88e6xxx: add Amethyst specific SMI GPIO functionRobert Marko3-1/+37
2024-02-29net: dsa: mv88e6xxx: rename mv88e6xxx_g2_scratch_gpio_set_smiRobert Marko3-4/+4
2024-02-29inet6: expand rcu_read_lock() scope in inet6_dump_addr()Eric Dumazet1-4/+4
2024-02-29net: call skb_defer_free_flush() from __napi_busy_loop()Eric Dumazet1-21/+22
2024-02-29tcp: remove some holes in struct tcp_sockEric Dumazet1-4/+4
2024-02-29igb: extend PTP timestamp adjustments to i211Oleksij Rempel1-2/+3
2024-02-29net: bridge: Exit if multicast_init_stats failsBreno Leitao1-1/+2
2024-02-29net: bridge: Do not allocate stats in the driverBreno Leitao1-11/+2
2024-02-29selftests: vxlan_mdb: Avoid duplicate test namesIdo Schimmel1-18/+18