summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski
2023-11-13tipc: Fix kernel-infoleak due to uninitialized TLV valueShigeru Yoshida
2023-11-01tipc: Change nla_policy for bearer-related names to NLA_NUL_STRINGShigeru Yoshida
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-04tipc: fix a potential deadlock on &tx->lockChengfeng Ye
2023-09-18tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski
2023-08-15genetlink: remove userhdr from struct genl_infoJakub Kicinski
2023-08-09tipc: Remove unused declaration tipc_link_build_bc_sync_msg()Yue Haibing
2023-08-03tipc: Remove unused function declarationsYue Haibing
2023-07-27tipc: stop tipc crypto on failure in tipc_node_createFedor Pchelkin
2023-07-27tipc: check return value of pskb_trim()Yuanjun Gong
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-15net: tipc: resize nlattr array to correct sizeLin Ma
2023-06-06tipc: replace open-code bearer rcu_dereference access in bearer.cXin Long
2023-05-31tipc: delete tipc_mtu_bad from tipc_udp_enableXin Long
2023-05-15tipc: check the bearer min mtu properly when setting it by netlinkXin Long
2023-05-15tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long
2023-05-15tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-14tipc: fix kernel warning when sending SYN messageTung Nguyen
2023-02-13tipc: Remove completion function scaffoldingHerbert Xu
2023-02-13tipc: Add scaffolding to change completion function signatureHerbert Xu
2023-02-09string_helpers: Move string_is_valid() to the headerAndy Shevchenko
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2023-01-06tipc: fix unexpected link reset due to discovery messagesTung Nguyen
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-07tipc: call tipc_lxc_xmit without holding node_read_lockXin Long
2022-12-06tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing
2022-11-28tipc: re-fetch skb cb after tipc_msg_validateXin Long
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-21tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing
2022-11-21tipc: add an extra conn_get in tipc_conn_allocXin Long
2022-11-21tipc: set con sock in tipc_conn_allocXin Long
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-07tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerXin Long
2022-10-20tipc: fix a null-ptr-deref in tipc_topsrv_acceptXin Long
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-10-14tipc: fix an information leak in tipc_topsrv_kern_subscrAlexander Potapenko
2022-10-14tipc: Fix recognition of trial periodMark Tomlinson
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-29net/tipc: Remove unused struct distr_queue_itemYuan Can