summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2024-03-05net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet
2024-02-26ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet
2024-02-22Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman
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-15net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipv6 modulesBreno Leitao
2024-01-30ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller
2024-01-26ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet
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
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet
2023-12-08net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov
2023-11-30ipv6: fix potential NULL deref in fib6_add()Eric Dumazet
2023-11-29tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima
2023-11-29tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().Kuniyuki Iwashima
2023-11-29tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima
2023-11-29tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima
2023-11-29tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima
2023-11-29tcp: Clean up goto labels in cookie_v[46]_check().Kuniyuki Iwashima
2023-11-29tcp: Cache sock_net(sk) in cookie_v[46]_check().Kuniyuki Iwashima
2023-11-29tcp: Clean up reverse xmas tree in cookie_v[46]_check().Kuniyuki Iwashima
2023-11-16tcp: no longer abort SYN_SENT when receiving some ICMPEric Dumazet
2023-11-09Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-08netfilter: add missing module descriptionsFlorian Westphal
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-11-02dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima
2023-10-30Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2023-10-27net: ipv6: stop checking crypto_ahash_alignmaskEric Biggers
2023-10-27net/tcp: Wire up l3index to TCP-AODmitry Safonov
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov