summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: esp: fix bad handling of pages from page_poolDragos Tatulea2024-04-031-4/+4
* ipv6: fib6_rules: flush route cache when rule is changedShiming Cheng2024-03-261-0/+6
* ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet2024-03-261-1/+0
* net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet2024-03-151-14/+7
* ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet2024-03-061-3/+4
* Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman2024-03-011-0/+10
* ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev2024-03-011-9/+11
* ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet2024-03-011-3/+18
* ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller2024-02-051-7/+14
* ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet2024-02-051-3/+18
* ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao2024-01-311-0/+3
* ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich2024-01-251-0/+4
* netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov2024-01-251-3/+8
* netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov2024-01-251-1/+1
* udp: annotate data-races around up->pendingEric Dumazet2024-01-251-8/+8
* ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2024-01-251-13/+13
* Revert "net: ipv6/addrconf: clamp preferred_lft to the minimum required"Alex Henrie2024-01-021-13/+5
* net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern2023-12-212-52/+9
* net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2023-12-081-5/+1
* 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
* 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
| * | xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal2023-10-063-4/+4
| * | xfrm: Support GRO for IPv6 ESP in UDP encapsulationSteffen Klassert2023-10-063-20/+85
| * | xfrm: Use the XFRM_GRO to indicate a GRO call on inputSteffen Klassert2023-10-061-1/+1
* | | net/tcp: Wire up l3index to TCP-AODmitry Safonov2023-10-273-16/+25
* | | net/tcp: Add static_key for TCP-AODmitry Safonov2023-10-271-11/+14
* | | net/tcp: Ignore specific ICMPs for TCP-AO connectionsDmitry Safonov2023-10-271-0/+7
* | | net/tcp: Add TCP-AO SNE supportDmitry Safonov2023-10-271-1/+2
* | | net/tcp: Add TCP-AO segments countersDmitry Safonov2023-10-271-2/+2
* | | net/tcp: Verify inbound TCP-AO signed segmentsDmitry Safonov2023-10-272-9/+11
* | | net/tcp: Sign SYN-ACK segments with TCP-AODmitry Safonov2023-10-272-0/+23
* | | net/tcp: Wire TCP-AO to request socketsDmitry Safonov2023-10-273-15/+100
* | | net/tcp: Add TCP-AO sign to twskDmitry Safonov2023-10-271-19/+53
* | | net/tcp: Add AO sign to RST packetsDmitry Safonov2023-10-271-27/+71
* | | net/tcp: Add tcp_parse_auth_options()Dmitry Safonov2023-10-271-4/+7
* | | net/tcp: Add TCP-AO sign to outgoing packetsDmitry Safonov2023-10-272-0/+30
* | | net/tcp: Calculate TCP-AO traffic keysDmitry Safonov2023-10-272-0/+51
* | | net/tcp: Prevent TCP-MD5 with TCP-AO being setDmitry Safonov2023-10-272-4/+39
* | | net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov2023-10-273-15/+44
* | | net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov2023-10-271-33/+27
* | | netlink: make range pointers in policies constJakub Kicinski2023-10-261-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-1/+1
|\ \ \