summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: stop tipc crypto on failure in tipc_node_createFedor Pchelkin2023-08-111-1/+1
* tipc: check return value of pskb_trim()Yuanjun Gong2023-08-111-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-301-2/+2
* tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long2023-05-301-3/+6
* tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long2023-05-303-2/+19
* net/tipc: fix tipc header files for kernel-docRandy Dunlap2023-05-305-14/+24
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-301-2/+2
* 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-141-3/+9
* tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing2022-12-141-1/+3
* tipc: re-fetch skb cb after tipc_msg_validateXin Long2022-12-081-0/+3
* tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing2022-12-021-1/+4
* tipc: add an extra conn_get in tipc_conn_allocXin Long2022-12-021-3/+6
* tipc: set con sock in tipc_conn_allocXin Long2022-12-021-6/+5
* tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerXin Long2022-11-161-1/+1
* tipc: fix a null-ptr-deref in tipc_topsrv_acceptXin Long2022-11-031-4/+12
* tipc: fix an information leak in tipc_topsrv_kern_subscrAlexander Potapenko2022-10-301-1/+1
* tipc: Fix recognition of trial periodMark Tomlinson2022-10-301-1/+1
* tipc: fix shift wrapping bug in map_get()Dan Carpenter2022-09-151-1/+1
* net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima2022-08-311-1/+1
* net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua2022-07-211-0/+1
* tipc: move bc link creation back to tipc_node_createXin Long2022-07-071-19/+22
* tipc: fix use-after-free Read in tipc_named_reinitHoang Le2022-06-291-2/+1
* tipc: simplify the finalize work queueXin Long2022-06-296-23/+14
* tipc: check attribute length for bearer nameHoang Le2022-06-141-2/+1
* tipc: fix the timer expires after interval 100msHoang Le2022-04-081-1/+2
* tipc: fix incorrect order of state message data sanity checkTung Nguyen2022-03-161-4/+5
* tipc: fix kernel panic when enabling bearerTung Nguyen2022-03-161-5/+7
* tipc: fix a bit overflow in tipc_crypto_key_rcv()Hangyu Hua2022-03-081-1/+1
* tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2022-03-022-2/+2
* tipc: rate limit warning for received illegal binding updateJon Maloy2022-02-161-1/+1
* tipc: improve size validations for received domain recordsJon Maloy2022-02-112-2/+9
* tipc: check for null after calling kmemdupTadeusz Struk2021-11-261-0/+4
* tipc: only accept encrypted MSG_CRYPTO msgsXin Long2021-11-261-2/+5
* tipc: fix size validations for the MSG_CRYPTO typeMax VA2021-11-021-11/+21
* treewide: Change list_sort to use const pointersSami Tolvanen2021-09-301-2/+2
* tipc: increase timeout in tipc_sk_enqueue()Hoang Le2021-09-221-1/+1
* tipc: fix an use-after-free issue in tipc_recvmsgXin Long2021-09-221-3/+5
* tipc: keep the skb in rcv queue until the whole data is readXin Long2021-09-181-9/+27
* tipc: call tipc_wait_for_connect only when dlen is not 0Xin Long2021-09-031-1/+1
* tipc: do not write skb_shinfo frags when doing decrytionXin Long2021-08-041-10/+4
* tipc: fix sleeping in tipc accept routineHoang Le2021-08-041-5/+4
* tipc: fix implicit-connect for SYN+Xin Long2021-08-041-8/+13
* net: tipc: fix FB_MTU eat two pagesMenglong Dong2021-07-143-11/+11
* tipc: fix unique bearer names sanity checkHoang Le2021-06-101-19/+27
* tipc: add extack messages for bearer/media failureHoang Le2021-06-101-10/+40
* tipc: skb_linearize the head skb when reassembling msgsXin Long2021-06-031-7/+2
* tipc: wait and exit until all work queues are doneXin Long2021-06-033-0/+6
* Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le2021-06-031-1/+4