summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* 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
* tipc: convert dest node's address to network orderHoang Le2021-05-191-1/+1
* net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start()Yang Yingliang2021-05-141-0/+2
* tipc: increment the tmp aead refcnt before attaching itXin Long2021-04-141-1/+2
* net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong2021-04-141-1/+1
* tipc: better validate user input in tipc_nl_retrieve_key()Eric Dumazet2021-03-301-3/+8
* tipc: fix NULL deref in tipc_link_xmit()Hoang Le2021-01-231-2/+7
* net: tipc: prevent possible null deref of linkCengiz Can2020-12-081-2/+4
* tipc: fix incompatible mtu of transmissionHoang Le2020-12-011-0/+2
* tipc: fix memory leak in tipc_topsrv_start()Wang Hai2020-11-111-2/+8
* Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-291-3/+2
|\
| * tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen2020-10-291-3/+2
* | mm: remove kzfree() compatibility definitionEric Biggers2020-10-251-2/+2
|/
* tipc: fix incorrect setting window for bcast linkHoang Huu Le2020-10-161-2/+4
* tipc: re-configure queue limit for broadcast linkHoang Huu Le2020-10-161-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-153-3/+12
|\
| * tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le2020-10-092-2/+10
| * tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang2020-10-091-1/+2
* | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-224-10/+15
|\|
| * net: tipc: kerneldoc fixesLu Wei2020-09-151-1/+2
| * tipc: use skb_unshare() instead in tipc_buf_append()Xin Long2020-09-141-1/+2
| * tipc: Fix memory leak in tipc_group_create_member()Peilin Ye2020-09-141-4/+10
| * tipc: fix shutdown() of connection oriented socketTetsuo Handa2020-09-101-4/+1
* | net: tipc: Supply missing udp_media.h include fileWang Hai2020-09-181-0/+1
* | tipc: Remove unused macro CF_SERVERYueHaibing2020-09-181-1/+0
* | net: tipc: delete duplicated wordsRandy Dunlap2020-09-182-2/+2
* | tipc: add automatic rekeying for encryption keyTuong Lien2020-09-184-3/+138
* | tipc: add automatic session key exchangeTuong Lien2020-09-187-20/+405
* | tipc: introduce encryption master keyTuong Lien2020-09-185-62/+174
* | tipc: optimize key switching time and logicTuong Lien2020-09-183-231/+165
* | tipc: fix a deadlock when flushing scheduled workHoang Huu Le2020-09-074-19/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-043-7/+16
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-032-6/+15
| |\
| | * tipc: fix shutdown() of connectionless socketTetsuo Handa2020-09-021-3/+6
| | * tipc: fix using smp_processor_id() in preemptibleTuong Lien2020-08-301-3/+9
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-234-5/+5
| |/
* | tipc: Remove unused macro TIPC_NACK_INTVYueHaibing2020-08-311-5/+0