summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
6 daystipc: 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
2025-05-29net: tipc: fix refcount warning in tipc_aead_encryptCharalampos Mitrodimas
2025-05-27tipc: use kfree_sensitive() for aead cleanupZilin Guan
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-22net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_doneWang Liang
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-22tipc: fix NULL pointer dereference in tipc_mon_reinit_self()Tung Nguyen
2025-04-15tipc: Removing deprecated strncpy()Kevin Paul Reddy Janagari
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-08tipc: fix memory leak in tipc_link_xmitTung Nguyen
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-04tipc: Reduce scope for the variable “fdefq” in tipc_link_tnl_prepare()Markus Elfring
2025-01-20tipc: re-order conditions in tipc_crypto_key_rcv()Dan Carpenter
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-06net: tipc: remove one synchronize_net() from tipc_nametbl_stop()Eric Dumazet
2024-12-05tipc: fix NULL deref in cleanup_bearer()Eric Dumazet
2024-12-03tipc: Fix use-after-free of kernel socket in cleanup_bearer().Kuniyuki Iwashima
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-09-13net: tipc: avoid possible garbage valueSu Hui
2024-09-06net/tipc: make use of the helper macro LIST_HEAD()Hongbo Li
2024-08-29net/tipc: replace deprecated strcpy with strscpyHongbo Li
2024-08-26tipc: use min() to simplify the codeLi Zetao
2024-08-02tipc: guard against string buffer overrunSimon Horman
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds