summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2024-01-31ipv6: init the accept_queue's spinlocks in inet6_createZhengchao Shao
2024-01-25ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich
2024-01-25netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov
2024-01-25netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov
2024-01-25udp: annotate data-races around up->pendingEric Dumazet
2024-01-25ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell
2024-01-10udp: annotate data-races around udp->encap_typeEric Dumazet
2024-01-10udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet
2024-01-10udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet
2024-01-10udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet
2024-01-10udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet
2024-01-10udp: introduce udp->udp_flagsEric Dumazet
2024-01-10ipv4, ipv6: Use splice_eof() to flushDavid Howells
2024-01-10net: annotate data-races around sk->sk_tsflagsEric Dumazet
2024-01-10net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski
2023-12-13ipv6: fix potential NULL deref in fib6_add()Eric Dumazet
2023-11-20dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima
2023-11-20ipv6: avoid atomic fragment on GSO packetsYan Zhai
2023-10-25xfrm6: fix inet6_dev refcount underflow problemZhang Changzhong
2023-10-25net: ipv6: fix return value check in esp_remove_trailerMa Ke
2023-10-10ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet
2023-10-10ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet
2023-10-10ipv6: tcp: add a missing nf_reset_ct() in 3WHS handlingIlya Maximets
2023-10-10neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-10-10neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-10-10net: release reference to inet6_dev pointerPatrick Rohr
2023-10-10net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr
2023-10-10net: add sysctl accept_ra_min_rtr_lftPatrick Rohr
2023-09-19net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie
2023-09-19ipv6: ignore dst hint for multipath routesSriram Yagnaraman
2023-09-13lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai
2023-09-13udp: re-score reuseport groups when connected sockets are presentLorenz Bauer
2023-08-23ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao
2023-08-16ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski
2023-08-11ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing
2023-08-11net: annotate data-races around sk->sk_priorityEric Dumazet
2023-08-11net: annotate data-races around sk->sk_markEric Dumazet
2023-08-03ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski
2023-07-27net:ipv6: check return value of pskb_trim()Yuanjun Gong
2023-07-27tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet
2023-07-27tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet
2023-07-23ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan
2023-07-23udp6: fix udp6_ehashfn() typoEric Dumazet
2023-07-23icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima
2023-06-28xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior
2023-06-28xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski
2023-06-21ping6: Fix send to link-local addresses with VRF.Guillaume Nault
2023-06-14ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima