summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
11 hourstipc: avoid busy looping in tipc_exit_net()Eric Dumazet
11 hourstipc: fix UAF in cleanup_bearer() due to premature dst_cache_destroy()Eric Dumazet
4 daystipc: fix use-after-free of the discoverer in tipc_disc_rcv()Weiming Shi
7 daystipc: fix slab-use-after-free Read in tipc_aead_decrypt_doneDoruk Tan Ozturk
9 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
10 daystipc: fix UAF in tipc_l2_send_msg()Eric Dumazet
12 daystipc: restrict socket queue dumps in enqueue tracepointsLi Xiasong
2026-06-11tipc: reject inverted service ranges from peer bindingsMichael Bommarito
2026-06-11tipc: prevent snt_unacked underflow on CONN_ACKMichael Bommarito
2026-06-11tipc: require net admin for TIPCv2 netlink mutatorsMichael Bommarito
2026-05-22tipc: convert to getsockopt_iterBreno Leitao
2026-05-05tipc: Store struct sock in struct udp_bearer.Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-04-23tipc: fix double-free in tipc_buf_append()Lee Jones
2026-04-15Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-04-09net: use get_random_u{16,32,64}() where appropriateDavid Carlier
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-03tipc: fix bc_ackers underflow on duplicate GRP_ACK_MSGOleh Konko
2026-04-03net: tipc: Use crypto_stdrng_get_bytes()Eric Biggers
2026-03-29net: convert remaining ipv6_stub users to direct function callsFernando Fernandez Mancera
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera
2026-03-11tipc: fix divide-by-zero in tipc_sk_filter_connect()Mehul Rao
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-23tipc: fix duplicate publication key in tipc_service_insert_publ()Tung Nguyen
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-05tipc: fix RCU dereference race in tipc_aead_users_dec()Daniel Hodges
2026-02-02tipc: use kfree_sensitive() for session key materialDaniel Hodges
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-10tipc: Fix use-after-free in tipc_mon_reinit_self().Kuniyuki Iwashima
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-10-15net: remove obsolete WARN_ON(refcount_read(&sk->sk_refcnt) == 1)Eric Dumazet
2025-10-03net: doc: Fix typos in docsBhanu Seshu Kumar Valluri
2025-09-30tipc: adjust tipc_nodeid2string() to return string lengthDmitry Antipov
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-07tipc: Fix use-after-free in tipc_conn_close().Kuniyuki Iwashima
2025-06-23net: remove sock_i_uid()Eric Dumazet
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-18tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearerHaixia Qu
2025-06-17net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()Petr Machata
2025-06-17net: ipv6: Make udp_tunnel6_xmit_skb() voidPetr Machata
2025-06-17net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()Petr Machata
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar