aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2025-01-27Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski2-3/+3
2025-01-20ipv6: Convert inet6_rtm_deladdr() to per-netns RTNL.Kuniyuki Iwashima1-4/+8
2025-01-20ipv6: Convert inet6_rtm_newaddr() to per-netns RTNL.Kuniyuki Iwashima1-8/+17
2025-01-20ipv6: Move lifetime validation to inet6_rtm_newaddr().Kuniyuki Iwashima1-58/+35
2025-01-20ipv6: Set cfg.ifa_flags before device lookup in inet6_rtm_newaddr().Kuniyuki Iwashima1-7/+7
2025-01-20ipv6: Pass dev to inet6_addr_add().Kuniyuki Iwashima1-10/+10
2025-01-20ipv6: Convert inet6_ioctl() to per-netns RTNL.Kuniyuki Iwashima1-6/+6
2025-01-20ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf_cleanup().Kuniyuki Iwashima1-5/+5
2025-01-20ipv6: Hold rtnl_net_lock() in addrconf_dad_work().Kuniyuki Iwashima1-3/+6
2025-01-20ipv6: Hold rtnl_net_lock() in addrconf_verify_work().Kuniyuki Iwashima1-2/+2
2025-01-20ipv6: Convert net.ipv6.conf.${DEV}.XXX sysctl to per-netns RTNL.Kuniyuki Iwashima1-30/+30
2025-01-20xfrm: Fix the usage of skb->skSteffen Klassert2-3/+3
2025-01-15inet: ipmr: fix data-racesEric Dumazet1-14/+14
2025-01-10Merge tag 'ipsec-next-2025-01-09' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+2
2025-01-09netlink: add IPv6 anycast join/leave notificationsYuyang Huang2-3/+38
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+11
2025-01-02ila: serialize calls to nf_register_net_hooks()Eric Dumazet1-5/+11
2024-12-23netlink: correct nlmsg size for multicast notificationsYuyang Huang2-3/+4
2024-12-23udp: Deal with race between UDP socket address change and rehashStefano Brivio1-0/+50
2024-12-19ipv6: Add flow label to route get requestsIdo Schimmel1-1/+19
2024-12-19ipv6: fib_rules: Add flow label supportIdo Schimmel1-2/+55
2024-12-17inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet3-6/+8
2024-12-17inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet3-3/+3
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri4-2/+6
2024-12-15netlink: add IGMP/MLD join/leave notificationsYuyang Huang2-20/+48
2024-12-11ipv6: mcast: annotate data-race around psf->sf_count[MCAST_XXX]Eric Dumazet1-6/+6
2024-12-11ipv6: mcast: annotate data-races around mc->mca_sfcount[MCAST_EXCLUDE]Eric Dumazet1-5/+8
2024-12-11ipv6: mcast: reduce ipv6_chk_mcast_addr() indentationEric Dumazet1-20/+22
2024-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-10/+11
2024-12-05net: ipv6: rpl_iptunnel: mitigate 2-realloc issueJustin Iurman1-21/+25
2024-12-05net: ipv6: seg6_iptunnel: mitigate 2-realloc issueJustin Iurman1-33/+52
2024-12-05net: ipv6: ioam6_iptunnel: mitigate 2-realloc issueJustin Iurman1-36/+37
2024-12-05xfrm: add generic iptfs defines and functionalityChristian Hopps1-1/+2
2024-12-04inet: add indirect call wrapper for getfrag() callsEric Dumazet1-5/+8
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni1-1/+1
2024-12-02net/ipv6: release expired exception dst cached in socketJiri Wiesner1-3/+3
2024-12-01ipv6: avoid possible NULL deref in modify_prefix_route()Eric Dumazet1-6/+7
2024-11-28ipmr: fix build with clang and DEBUG_NET disabled.Paolo Abeni1-1/+1
2024-11-28ip6mr: fix tables suspicious RCU usagePaolo Abeni1-11/+27
2024-11-28ipmr: add debug check for mr table cleanupPaolo Abeni1-0/+14
2024-11-26net/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu1-12/+29
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu1-2/+100
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu1-1/+1
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu1-9/+6
2024-11-18Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-3/+3
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2024-11-12net: ip: make ip_route_input() return drop reasonsMenglong Dong1-7/+7
2024-11-11net: fix data-races around sk->sk_forward_allocWang Liang1-3/+1
2024-11-11ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi2-19/+34
2024-11-11net: convert to nla_get_*_default()Johannes Berg5-27/+13