summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2024-03-05net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet-14/+7
2024-02-26ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet-3/+4
2024-02-22Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman-0/+10
2024-02-20ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev-9/+11
2024-02-18ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet-3/+18
2024-02-15net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko-5/+8
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipv6 modulesBreno Leitao-0/+7
2024-01-30ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller-7/+14
2024-01-26ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet-3/+18
2024-01-23ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao-0/+3
2024-01-18Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-3/+8
2024-01-18ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich-0/+4
2024-01-17netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov-3/+8
2024-01-17netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov-1/+1
2024-01-13udp: annotate data-races around up->pendingEric Dumazet-8/+8
2024-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-13/+13
2024-01-08tcp: Revert no longer abort SYN_SENT when receiving some ICMPShachar Kagan-6/+3
2024-01-07ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet-13/+13
2024-01-05net: gro: parse ipv6 ext headers without frag0 invalidationRichard Gobert-10/+41
2024-01-05net: gso: add HBH extension header offload supportRichard Gobert-14/+22
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+5
2024-01-03fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao-3/+3
2024-01-02Revert "net: ipv6/addrconf: clamp preferred_lft to the minimum required"Alex Henrie-13/+5
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-52/+9
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern-52/+9
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet-2/+2
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+1
2023-12-11ipv6: annotate data-races around np->ucast_oifEric Dumazet-39/+33
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet-45/+47
2023-12-08net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski-5/+1
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+2
2023-12-06net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov-1/+1
2023-11-30ipv6: fix potential NULL deref in fib6_add()Eric Dumazet-5/+1
2023-11-29tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima-29/+32
2023-11-29tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().Kuniyuki Iwashima-14/+0
2023-11-29tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima-5/+2
2023-11-29tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima-2/+2
2023-11-29tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima-7/+8
2023-11-29tcp: Clean up goto labels in cookie_v[46]_check().Kuniyuki Iwashima-2/+2
2023-11-29tcp: Cache sock_net(sk) in cookie_v[46]_check().Kuniyuki Iwashima-9/+10
2023-11-29tcp: Clean up reverse xmas tree in cookie_v[46]_check().Kuniyuki Iwashima-6/+6
2023-11-16tcp: no longer abort SYN_SENT when receiving some ICMPEric Dumazet-3/+6
2023-11-09Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-3/+8
2023-11-08netfilter: add missing module descriptionsFlorian Westphal-0/+4
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-11/+8
2023-11-02dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima-3/+4
2023-10-30Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-27/+95
2023-10-27net: ipv6: stop checking crypto_ahash_alignmaskEric Biggers-10/+7
2023-10-27net/tcp: Wire up l3index to TCP-AODmitry Safonov-16/+25
2023-10-27net/tcp: Add static_key for TCP-AODmitry Safonov-11/+14