aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2023-12-22tipc: Remove some excess struct member documentationGravatar Jonathan Corbet 1-15/+0
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesGravatar Jakub Kicinski 1-0/+1
2023-11-17tipc: Remove redundant call to TLV_SPACE()Gravatar Shigeru Yoshida 1-1/+1
2023-11-13tipc: Fix kernel-infoleak due to uninitialized TLV valueGravatar Shigeru Yoshida 1-0/+1
2023-11-01tipc: Change nla_policy for bearer-related names to NLA_NUL_STRINGGravatar Shigeru Yoshida 1-2/+2
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2023-10-04tipc: fix a potential deadlock on &tx->lockGravatar Chengfeng Ye 1-2/+2
2023-09-18tipc: Use size_add() in calls to struct_size()Gravatar Gustavo A. R. Silva 1-2/+2
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-6/+6
2023-08-24minmax: add in_range() macroGravatar Matthew Wilcox (Oracle) 2-6/+6
2023-08-15genetlink: use attrs from struct genl_infoGravatar Jakub Kicinski 4-5/+5
2023-08-15genetlink: remove userhdr from struct genl_infoGravatar Jakub Kicinski 1-1/+1
2023-08-09tipc: Remove unused declaration tipc_link_build_bc_sync_msg()Gravatar Yue Haibing 1-2/+0
2023-08-03tipc: Remove unused function declarationsGravatar Yue Haibing 4-5/+0
2023-07-27tipc: stop tipc crypto on failure in tipc_node_createGravatar Fedor Pchelkin 1-1/+1
2023-07-27tipc: check return value of pskb_trim()Gravatar Yuanjun Gong 1-1/+2
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)Gravatar David Howells 1-3/+0
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2023-06-15net: tipc: resize nlattr array to correct sizeGravatar Lin Ma 1-2/+2
2023-06-06tipc: replace open-code bearer rcu_dereference access in bearer.cGravatar Xin Long 1-8/+6
2023-05-31tipc: delete tipc_mtu_bad from tipc_udp_enableGravatar Xin Long 3-8/+4
2023-05-15tipc: check the bearer min mtu properly when setting it by netlinkGravatar Xin Long 1-2/+2
2023-05-15tipc: do not update mtu if msg_max is too small in mtu negotiationGravatar Xin Long 1-3/+6
2023-05-15tipc: add tipc_bearer_min_mtu to calculate min mtuGravatar Xin Long 3-2/+19
2023-05-10net: deal with most data-races in sk_wait_event()Gravatar Eric Dumazet 1-2/+2
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-10/+14
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-6/+6
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+2
2023-02-14tipc: fix kernel warning when sending SYN messageGravatar Tung Nguyen 1-0/+2
2023-02-13tipc: Remove completion function scaffoldingGravatar Herbert Xu 1-6/+6
2023-02-13tipc: Add scaffolding to change completion function signatureGravatar Herbert Xu 1-6/+6
2023-02-09string_helpers: Move string_is_valid() to the headerGravatar Andy Shevchenko 1-10/+6
2023-01-23net/sock: Introduce trace_sk_data_ready()Gravatar Peilin Ye 2-0/+8
2023-01-06tipc: fix unexpected link reset due to discovery messagesGravatar Tung Nguyen 1-4/+8
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Gravatar Steven Rostedt (Google) 2-2/+2
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2022-12-07tipc: call tipc_lxc_xmit without holding node_read_lockGravatar Xin Long 1-3/+9
2022-12-06tipc: Fix potential OOB in tipc_link_proto_rcv()Gravatar YueHaibing 1-1/+3
2022-11-28tipc: re-fetch skb cb after tipc_msg_validateGravatar Xin Long 1-0/+3
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-1/+1
2022-11-21tipc: check skb_linearize() return value in tipc_disc_rcv()Gravatar YueHaibing 1-1/+4
2022-11-21tipc: add an extra conn_get in tipc_conn_allocGravatar Xin Long 1-3/+6
2022-11-21tipc: set con sock in tipc_conn_allocGravatar Xin Long 1-6/+5
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-1/+1
2022-11-07tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerGravatar Xin Long 1-1/+1
2022-10-20tipc: fix a null-ptr-deref in tipc_topsrv_acceptGravatar Xin Long 1-4/+12
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-2/+2
2022-10-14tipc: fix an information leak in tipc_topsrv_kern_subscrGravatar Alexander Potapenko 1-1/+1