index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tipc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-03
tipc: Fix use-after-free in tipc_mon_reinit_self().
Kuniyuki Iwashima
1
-0
/
+2
2025-12-03
tipc: simplify the finalize work queue
Xin Long
6
-23
/
+14
2025-07-17
tipc: Fix use-after-free in tipc_conn_close().
Kuniyuki Iwashima
1
-0
/
+2
2025-06-27
tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer
Haixia Qu
1
-2
/
+2
2025-05-02
tipc: fix NULL pointer dereference in tipc_mon_reinit_self()
Tung Nguyen
1
-1
/
+2
2025-05-02
tipc: fix memory leak in tipc_link_xmit
Tung Nguyen
1
-0
/
+1
2024-12-19
tipc: fix NULL deref in cleanup_bearer()
Eric Dumazet
1
-1
/
+6
2024-12-14
tipc: Fix use-after-free of kernel socket in cleanup_bearer().
Kuniyuki Iwashima
1
-1
/
+1
2024-12-14
tipc: enable creating a "preliminary" node
Tuong Lien
2
-27
/
+73
2024-12-14
tipc: add reference counter to bearer
Tuong Lien
2
-1
/
+16
2024-11-08
tipc: guard against string buffer overrun
Simon Horman
1
-2
/
+6
2024-11-08
net: tipc: avoid possible garbage value
Su Hui
1
-1
/
+1
2024-08-19
tipc: Return non-zero value from tipc_udp_addr2str() on error
Shigeru Yoshida
1
-1
/
+4
2024-05-17
tipc: fix UAF in error path
Paolo Abeni
1
-1
/
+5
2024-05-17
tipc: fix a possible memleak in tipc_buf_append
Xin Long
1
-1
/
+1
2024-02-23
tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()
Shigeru Yoshida
1
-0
/
+6
2023-11-28
tipc: Fix kernel-infoleak due to uninitialized TLV value
Shigeru Yoshida
1
-0
/
+1
2023-11-20
tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING
Shigeru Yoshida
1
-2
/
+2
2023-06-21
net: tipc: resize nlattr array to correct size
Lin Ma
1
-2
/
+2
2023-01-18
tipc: call tipc_lxc_xmit without holding node_read_lock
Xin Long
1
-3
/
+9
2023-01-18
tipc: Add a missing case of TIPC_DIRECT_MSG type
Hoang Le
3
-2
/
+8
2023-01-18
tipc: fix use-after-free in tipc_disc_rcv()
Tuong Lien
1
-3
/
+3
2023-01-18
tipc: fix unexpected link reset due to discovery messages
Tung Nguyen
1
-4
/
+8
2023-01-18
tipc: eliminate checking netns if node established
Hoang Le
1
-9
/
+5
2023-01-18
tipc: improve throughput between nodes in netns
Hoang Le
8
-11
/
+197
2022-12-14
tipc: Fix potential OOB in tipc_link_proto_rcv()
YueHaibing
1
-1
/
+3
2022-12-08
tipc: check skb_linearize() return value in tipc_disc_rcv()
YueHaibing
1
-1
/
+4
2022-12-08
tipc: add an extra conn_get in tipc_conn_alloc
Xin Long
1
-3
/
+6
2022-12-08
tipc: set con sock in tipc_conn_alloc
Xin Long
1
-6
/
+5
2022-11-25
tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header
Xin Long
1
-1
/
+1
2022-11-03
tipc: fix a null-ptr-deref in tipc_topsrv_accept
Xin Long
1
-4
/
+12
2022-10-29
tipc: fix an information leak in tipc_topsrv_kern_subscr
Alexander Potapenko
1
-1
/
+1
2022-10-29
tipc: Fix recognition of trial period
Mark Tomlinson
1
-1
/
+1
2022-09-15
tipc: fix shift wrapping bug in map_get()
Dan Carpenter
1
-1
/
+1
2022-07-21
net: tipc: fix possible refcount leak in tipc_sk_create()
Hangyu Hua
1
-0
/
+1
2022-06-14
tipc: check attribute length for bearer name
Hoang Le
1
-2
/
+1
2022-04-15
tipc: fix the timer expires after interval 100ms
Hoang Le
1
-1
/
+2
2022-03-02
tipc: Fix end of loop tests for list_for_each_entry()
Dan Carpenter
2
-2
/
+2
2022-02-16
tipc: rate limit warning for received illegal binding update
Jon Maloy
1
-1
/
+1
2022-02-11
tipc: improve size validations for received domain records
Jon Maloy
2
-3
/
+9
2021-09-22
tipc: increase timeout in tipc_sk_enqueue()
Hoang Le
1
-1
/
+1
2021-09-22
tipc: fix an use-after-free issue in tipc_recvmsg
Xin Long
1
-3
/
+5
2021-09-22
tipc: keep the skb in rcv queue until the whole data is read
Xin Long
1
-9
/
+27
2021-08-04
tipc: fix sleeping in tipc accept routine
Hoang Le
1
-5
/
+4
2021-06-10
tipc: fix unique bearer names sanity check
Hoang Le
1
-19
/
+27
2021-06-10
tipc: add extack messages for bearer/media failure
Hoang Le
1
-10
/
+40
2021-06-03
tipc: skb_linearize the head skb when reassembling msgs
Xin Long
1
-7
/
+2
2021-06-03
tipc: wait and exit until all work queues are done
Xin Long
3
-0
/
+7
2021-06-03
Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"
Hoang Le
1
-1
/
+4
2021-05-19
tipc: convert dest node's address to network order
Hoang Le
1
-1
/
+1
[next]