summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2024-04-10udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart1-7/+1
2024-04-10udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart1-1/+1
2024-04-10ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima1-7/+7
2024-04-10erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet1-0/+3
2024-04-10netfilter: validate user input for expected lengthEric Dumazet1-0/+4
2024-04-10inet: inet_defrag: prevent sk release while still in useFlorian Westphal1-1/+1
2024-03-27ipv6: fib6_rules: flush route cache when rule is changedShiming Cheng1-0/+6
2024-03-27ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet1-1/+0
2024-03-15net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet1-14/+7
2024-03-06bpf: Derive source IP addr via bpf_*_fib_lookup()Martynas Pumputis1-0/+1
2024-03-06netfilter: let reset rules clean out conntrack entriesFlorian Westphal1-0/+1
2024-03-06ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet1-3/+4
2024-03-01Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman1-0/+10
2024-03-01ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev1-9/+11
2024-03-01ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet1-3/+18
2024-02-05ipv6: Ensure natural alignment of const ipv6 loopback and router addressesHelge Deller1-7/+14
2024-02-05ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet1-3/+18
2024-02-01ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao1-0/+3
2024-01-26ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich1-0/+4
2024-01-26netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov1-3/+8
2024-01-26netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov1-1/+1
2024-01-26udp: annotate data-races around up->pendingEric Dumazet1-8/+8
2024-01-26ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-13/+13
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell1-8/+5
2024-01-10udp: annotate data-races around udp->encap_typeEric Dumazet2-4/+5
2024-01-10udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet1-1/+1
2024-01-10udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet1-1/+1
2024-01-10udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet1-3/+3
2024-01-10udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet1-2/+2
2024-01-10udp: introduce udp->udp_flagsEric Dumazet1-3/+3
2024-01-10ipv4, ipv6: Use splice_eof() to flushDavid Howells3-0/+17
2024-01-10net: annotate data-races around sk->sk_tsflagsEric Dumazet4-4/+4
2024-01-10net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko1-1/+1
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski1-5/+1
2023-12-13ipv6: fix potential NULL deref in fib6_add()Eric Dumazet1-5/+1
2023-11-20dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima1-3/+4
2023-11-20ipv6: avoid atomic fragment on GSO packetsYan Zhai1-1/+7
2023-10-25xfrm6: fix inet6_dev refcount underflow problemZhang Changzhong1-2/+2
2023-10-25net: ipv6: fix return value check in esp_remove_trailerMa Ke1-1/+3
2023-10-10ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet1-4/+4
2023-10-10ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet1-8/+8
2023-10-10ipv6: tcp: add a missing nf_reset_ct() in 3WHS handlingIlya Maximets1-3/+7
2023-10-10neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet3-18/+18
2023-10-10neighbour: annotate lockless accesses to n->nud_stateEric Dumazet3-4/+4
2023-10-10net: release reference to inet6_dev pointerPatrick Rohr1-1/+1
2023-10-10net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr2-21/+19
2023-10-10net: add sysctl accept_ra_min_rtr_lftPatrick Rohr2-2/+26
2023-09-19net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie1-1/+1
2023-09-19ipv6: ignore dst hint for multipath routesSriram Yagnaraman2-1/+5
2023-09-13lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai1-1/+1