summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2024-12-23netlink: correct nlmsg size for multicast notificationsYuyang Huang
2024-12-23udp: Deal with race between UDP socket address change and rehashStefano Brivio
2024-12-19ipv6: Add flow label to route get requestsIdo Schimmel
2024-12-19ipv6: fib_rules: Add flow label supportIdo Schimmel
2024-12-17inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet
2024-12-17inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri
2024-12-15netlink: add IGMP/MLD join/leave notificationsYuyang Huang
2024-12-11ipv6: mcast: annotate data-race around psf->sf_count[MCAST_XXX]Eric Dumazet
2024-12-11ipv6: mcast: annotate data-races around mc->mca_sfcount[MCAST_EXCLUDE]Eric Dumazet
2024-12-11ipv6: mcast: reduce ipv6_chk_mcast_addr() indentationEric Dumazet
2024-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-05net: ipv6: rpl_iptunnel: mitigate 2-realloc issueJustin Iurman
2024-12-05net: ipv6: seg6_iptunnel: mitigate 2-realloc issueJustin Iurman
2024-12-05net: ipv6: ioam6_iptunnel: mitigate 2-realloc issueJustin Iurman
2024-12-05xfrm: add generic iptfs defines and functionalityChristian Hopps
2024-12-04inet: add indirect call wrapper for getfrag() callsEric Dumazet
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni
2024-12-02net/ipv6: release expired exception dst cached in socketJiri Wiesner
2024-12-01ipv6: avoid possible NULL deref in modify_prefix_route()Eric Dumazet
2024-11-28ipmr: fix build with clang and DEBUG_NET disabled.Paolo Abeni
2024-11-28ip6mr: fix tables suspicious RCU usagePaolo Abeni
2024-11-28ipmr: add debug check for mr table cleanupPaolo Abeni
2024-11-26net/ipv6: delete temporary address if mngtmpaddr is removed or unmanagedHangbin Liu
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu
2024-11-18Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-12net: ip: make ip_route_input() return drop reasonsMenglong Dong
2024-11-11net: fix data-races around sk->sk_forward_allocWang Liang
2024-11-11ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-11-07Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2024-11-06ipv6: release nexthop on device removalPaolo Abeni
2024-11-03net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-30netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet
2024-10-29xfrm: Add an inbound percpu state cache.Steffen Klassert
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2024-10-23ip6mr: Add __init to ip6_mr_cleanup().Kuniyuki Iwashima
2024-10-22rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-15ipmr: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-15ipv6: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-15net: inet6: do not leave a dangling sk pointer in inet6_create()Ignat Korchagin
2024-10-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki
2024-10-15ipv6: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-10-15netfilter: Make legacy configs user selectableBreno Leitao