summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet2024-03-051-14/+7
* ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet2024-02-261-3/+4
* Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman2024-02-221-0/+10
* ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev2024-02-201-9/+11
* ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet2024-02-181-3/+18
* net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko2024-02-151-5/+8
* net: fill in MODULE_DESCRIPTION()s for ipv6 modulesBreno Leitao2024-02-097-0/+7
* ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller2024-01-301-7/+14
* ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet2024-01-261-3/+18
* ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao2024-01-231-0/+3
* Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-01-181-3/+8
|\
| * netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov2024-01-171-3/+8
| * netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov2024-01-171-1/+1
* | ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich2024-01-181-0/+4
|/
* udp: annotate data-races around up->pendingEric Dumazet2024-01-131-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-01-091-13/+13
|\
| * ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2024-01-071-13/+13
* | tcp: Revert no longer abort SYN_SENT when receiving some ICMPShachar Kagan2024-01-081-6/+3
* | net: gro: parse ipv6 ext headers without frag0 invalidationRichard Gobert2024-01-051-10/+41
* | net: gso: add HBH extension header offload supportRichard Gobert2024-01-052-14/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-041-13/+5
|\|
| * Revert "net: ipv6/addrconf: clamp preferred_lft to the minimum required"Alex Henrie2024-01-021-13/+5
* | fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao2024-01-032-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-212-52/+9
|\|
| * net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern2023-12-212-52/+9
* | net: Namespace-ify sysctl_optmem_maxEric Dumazet2023-12-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-141-5/+1
|\|
| * net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2023-12-081-5/+1
* | ipv6: annotate data-races around np->ucast_oifEric Dumazet2023-12-116-39/+33
* | ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-117-45/+47
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-072-6/+2
|\|
| * net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov2023-12-061-1/+1
| * ipv6: fix potential NULL deref in fib6_add()Eric Dumazet2023-11-301-5/+1
* | tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima2023-11-291-29/+32
* | tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-14/+0
* | tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima2023-11-291-5/+2
* | tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima2023-11-291-2/+2
* | tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-7/+8
* | tcp: Clean up goto labels in cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-2/+2
* | tcp: Cache sock_net(sk) in cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-9/+10
* | tcp: Clean up reverse xmas tree in cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-6/+6
* | tcp: no longer abort SYN_SENT when receiving some ICMPEric Dumazet2023-11-161-3/+6
|/
* Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-095-3/+8
|\
| * netfilter: add missing module descriptionsFlorian Westphal2023-11-084-0/+4
| * dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima2023-11-021-3/+4
* | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-021-11/+8
|\ \ | |/ |/|
| * net: ipv6: stop checking crypto_ahash_alignmaskEric Biggers2023-10-271-10/+7
| * ah: Do not include crypto/algapi.hHerbert Xu2023-09-151-1/+1
* | Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-10-306-27/+95
|\ \
| * | xfrm Fix use after free in __xfrm6_udp_encap_rcv.Steffen Klassert2023-10-231-3/+6