summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: Fix kernel-infoleak due to uninitialized TLV valueShigeru Yoshida2023-11-281-0/+1
* tipc: Change nla_policy for bearer-related names to NLA_NUL_STRINGShigeru Yoshida2023-11-201-2/+2
* tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva2023-11-201-2/+2
* tipc: fix a potential deadlock on &tx->lockChengfeng Ye2023-10-101-2/+2
* tipc: stop tipc crypto on failure in tipc_node_createFedor Pchelkin2023-08-031-1/+1
* tipc: check return value of pskb_trim()Yuanjun Gong2023-08-031-1/+2
* net: tipc: resize nlattr array to correct sizeLin Ma2023-06-211-2/+2
* tipc: check the bearer min mtu properly when setting it by netlinkXin Long2023-05-241-2/+2
* tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long2023-05-241-3/+6
* tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long2023-05-243-2/+19
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-241-2/+2
* tipc: fix kernel warning when sending SYN messageTung Nguyen2023-02-221-0/+2
* use less confusing names for iov_iter direction initializersAl Viro2023-02-091-1/+1
* tipc: fix unexpected link reset due to discovery messagesTung Nguyen2023-01-181-4/+8
* tipc: call tipc_lxc_xmit without holding node_read_lockXin Long2022-12-071-3/+9
* tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing2022-12-061-1/+3
* tipc: re-fetch skb cb after tipc_msg_validateXin Long2022-11-281-0/+3
* tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing2022-11-211-1/+4
* tipc: add an extra conn_get in tipc_conn_allocXin Long2022-11-211-3/+6
* tipc: set con sock in tipc_conn_allocXin Long2022-11-211-6/+5
* tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerXin Long2022-11-071-1/+1
* tipc: fix a null-ptr-deref in tipc_topsrv_acceptXin Long2022-10-201-4/+12
* Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-10-202-2/+2
|\
| * tipc: fix an information leak in tipc_topsrv_kern_subscrAlexander Potapenko2022-10-141-1/+1
| * tipc: Fix recognition of trial periodMark Tomlinson2022-10-141-1/+1
* | treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
|/
* net/tipc: Remove unused struct distr_queue_itemYuan Can2022-09-291-8/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-1/+1
|\
| * tipc: fix shift wrapping bug in map_get()Dan Carpenter2022-09-021-1/+1
* | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-292-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-1/+1
|\
| * net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima2022-07-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-302-19/+23
|\|
| * net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua2022-06-291-0/+1
| * tipc: move bc link creation back to tipc_node_createXin Long2022-06-271-19/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-2/+1
|\|
| * tipc: fix use-after-free Read in tipc_named_reinitHoang Le2022-06-171-2/+1
* | tipc: cleanup unused functionHoang Le2022-06-172-12/+0
* | net: rename reference+tracking helpersJakub Kicinski2022-06-091-2/+2
|/
* tipc: check attribute length for bearer nameHoang Le2022-06-021-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-231-1/+2
|\
| * tipc: fix the timer expires after interval 100msHoang Le2022-03-221-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-102-9/+12
|\|
| * tipc: fix incorrect order of state message data sanity checkTung Nguyen2022-03-081-4/+5
| * tipc: fix kernel panic when enabling bearerTung Nguyen2022-03-041-5/+7
* | tipc: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-242-2/+2
|\|
| * tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2022-02-232-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-172-7/+8
|\|
| * tipc: fix wrong notification node addressesJon Maloy2022-02-161-5/+6