summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-4/+4
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook14-33/+32
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-05tipc: fix RCU dereference race in tipc_aead_users_dec()Daniel Hodges1-1/+1
2026-02-03tipc: use kfree_sensitive() for session key materialDaniel Hodges1-2/+2
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-11-11tipc: Fix use-after-free in tipc_mon_reinit_self().Kuniyuki Iwashima1-0/+2
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-10-16net: remove obsolete WARN_ON(refcount_read(&sk->sk_refcnt) == 1)Eric Dumazet1-3/+1
2025-10-03net: doc: Fix typos in docsBhanu Seshu Kumar Valluri2-3/+3
2025-09-30tipc: adjust tipc_nodeid2string() to return string lengthDmitry Antipov3-10/+7
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet1-3/+3
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-07-08tipc: Fix use-after-free in tipc_conn_close().Kuniyuki Iwashima1-0/+2
2025-06-24net: remove sock_i_uid()Eric Dumazet1-1/+1
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2025-06-19tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearerHaixia Qu1-2/+2
2025-06-18net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()Petr Machata1-1/+1
2025-06-18net: ipv6: Make udp_tunnel6_xmit_skb() voidPetr Machata1-5/+5
2025-06-18net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()Petr Machata1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar5-5/+5
2025-05-29net: tipc: fix refcount warning in tipc_aead_encryptCharalampos Mitrodimas1-1/+5
2025-05-28tipc: use kfree_sensitive() for aead cleanupZilin Guan1-1/+1
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2025-05-22net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_doneWang Liang1-0/+5
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-04-23tipc: fix NULL pointer dereference in tipc_mon_reinit_self()Tung Nguyen1-1/+2
2025-04-15tipc: Removing deprecated strncpy()Kevin Paul Reddy Janagari2-2/+2
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2025-04-08tipc: fix memory leak in tipc_link_xmitTung Nguyen1-0/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-2/+2
2025-03-05tipc: Reduce scope for the variable “fdefq” in tipc_link_tnl_prepare()Markus Elfring1-1/+2
2025-01-20tipc: re-order conditions in tipc_crypto_key_rcv()Dan Carpenter1-2/+2
2024-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2024-12-07net: tipc: remove one synchronize_net() from tipc_nametbl_stop()Eric Dumazet2-2/+4
2024-12-06tipc: fix NULL deref in cleanup_bearer()Eric Dumazet1-1/+6
2024-12-03tipc: Fix use-after-free of kernel socket in cleanup_bearer().Kuniyuki Iwashima1-1/+1
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-09-14net: tipc: avoid possible garbage valueSu Hui1-1/+1
2024-09-07net/tipc: make use of the helper macro LIST_HEAD()Hongbo Li1-4/+2
2024-08-29net/tipc: replace deprecated strcpy with strscpyHongbo Li1-1/+1
2024-08-26tipc: use min() to simplify the codeLi Zetao1-1/+1
2024-08-03tipc: guard against string buffer overrunSimon Horman1-2/+6
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+4
2024-07-24tipc: Return non-zero value from tipc_udp_addr2str() on errorShigeru Yoshida1-1/+4
2024-07-22Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-07-12tipc: Consolidate redundant functionsShigeru Yoshida1-17/+10