summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2024-02-22ipv6/sit: Do not allocate stats in the driverBreno Leitao
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-22Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman
2024-02-21udp: add local "peek offset enabled" flagPaolo Abeni
2024-02-21ipv6: Simplify the allocation of slab cachesKunwu Chan
2024-02-21ip6mr: Simplify the allocation of slab caches in ip6_mr_initKunwu Chan
2024-02-20ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev
2024-02-18ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-15net: ipv6/addrconf: clamp preferred_lft to the minimum requiredAlex Henrie
2024-02-15net: ipv6/addrconf: introduce a regen_min_advance sysctlAlex Henrie
2024-02-15net: ipv6/addrconf: ensure that regen_advance is at least 2 secondsAlex Henrie
2024-02-15net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko
2024-02-14net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet
2024-02-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet
2024-02-12ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet
2024-02-12net/ipv6: set expires in modify_prefix_route() if RTF_EXPIRES is set.Kui-Feng Lee
2024-02-12net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee
2024-02-12net/ipv6: Remove unnecessary clean.Kui-Feng Lee
2024-02-12net/ipv6: set expires in rt6_add_dflt_router().Kui-Feng Lee
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipv6 modulesBreno Leitao
2024-02-07sit: use exit_batch_rtnl() methodEric Dumazet
2024-02-07ip6_vti: use exit_batch_rtnl() methodEric Dumazet
2024-02-07ip6_tunnel: use exit_batch_rtnl() methodEric Dumazet
2024-02-07ip6_gre: use exit_batch_rtnl() methodEric Dumazet
2024-02-02ipv6: make addrconf_wq single threadedEric Dumazet
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-30ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller
2024-01-29netfilter: xtables: allow xtables-nft only buildsFlorian Westphal
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-01-26ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet
2024-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-23net/ipv6: resolve warning in ip6_fib.cBreno Leitao
2024-01-23net/ipv6: Remove unnecessary pr_debug() logsBreno Leitao
2024-01-23bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima
2024-01-23ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao
2024-01-18Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-01-18ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich
2024-01-17netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov
2024-01-17netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov
2024-01-13udp: annotate data-races around up->pendingEric Dumazet
2024-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-01-08tcp: Revert no longer abort SYN_SENT when receiving some ICMPShachar Kagan
2024-01-07ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet
2024-01-05net: gro: parse ipv6 ext headers without frag0 invalidationRichard Gobert
2024-01-05net: gso: add HBH extension header offload supportRichard Gobert
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-03fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao
2024-01-02Revert "net: ipv6/addrconf: clamp preferred_lft to the minimum required"Alex Henrie
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni