summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tipc: Remove unused macro TIPC_FWD_MSGYueHaibing2020-08-311-1/+0
* | tipc: fix use-after-free in tipc_bcast_get_modeHoang Huu Le2020-08-271-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-232-5/+5
|\|
| * tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long2020-08-201-0/+2
| * ipv6: some fixes for ipv6_dev_find()Xin Long2020-08-181-5/+3
* | net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin2020-08-183-4/+4
|/
* tipc: not enable tipc when ipv6 works as a moduleXin Long2020-08-161-0/+1
* tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang2020-08-161-1/+11
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-5/+5
* tipc: set ub->ifindex for local ipv6 addressXin Long2020-08-051-0/+8
* tipc: Use is_broadcast_ether_addr() instead of memcmp()Huang Guobin2020-08-031-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+1
|\
| * tipc: allow to build NACK message in link timeout functionTung Nguyen2020-07-201-1/+1
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-4/+4
* | net: tipc: kerneldoc fixesAndrew Lunn2020-07-137-16/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-8/+18
|\|
| * tipc: fix retransmission on unicast linksHamish Martin2020-07-081-8/+18
* | tipc: Use struct_size() helperGustavo A. R. Silva2020-06-192-8/+6
* | tipc: update a binding service via broadcastHoang Huu Le2020-06-1710-48/+177
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-133-4/+5
|\
| * tipc: fix NULL pointer dereference in tipc_disc_rcv()Tuong Lien2020-06-111-1/+1