summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: 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
* 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
| * tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien2020-06-112-3/+4
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
|/
* tipc: fix NULL pointer dereference in streamingTuong Lien2020-06-041-2/+2
* Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien2020-06-021-1/+0
* Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien2020-06-021-1/+0
* tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing2020-06-011-2/+6
* tipc: remove set but not used variable 'prev'YueHaibing2020-05-291-2/+1
* tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig2020-05-283-12/+14
* tipc: add test for Nagle algorithm effectivenessTuong Lien2020-05-263-17/+64
* tipc: add support for broadcast rcv stats dumpingTuong Lien2020-05-269-56/+101
* tipc: enable broadcast retrans via unicastTuong Lien2020-05-266-11/+28
* tipc: add back link trace eventsTuong Lien2020-05-262-5/+11
* tipc: introduce Gap ACK blocks for broadcast linkTuong Lien2020-05-265-185/+293
* tipc: block BH before using dst_cacheEric Dumazet2020-05-221-1/+5
* tipc: fix failed service subscription deletionTuong Lien2020-05-132-4/+15
* tipc: fix memory leak in service subscriptingTuong Lien2020-05-131-1/+3
* tipc: fix large latency in smart Nagle streamingTuong Lien2020-05-131-11/+31
* tipc: fix partial topology connection closureTuong Lien2020-05-041-2/+3
* tipc: Fix potential tipc_node refcnt leak in tipc_rcvXiyu Yang2020-04-181-1/+3
* tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcvXiyu Yang2020-04-181-0/+1
* tipc: fix incorrect increasing of link windowTuong Lien2020-04-151-1/+1
* tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le2020-03-263-2/+8
* tipc: add NULL pointer check to prevent kernel oopsHoang Le2020-03-151-2/+10
* tipc: simplify trivial boolean returnHoang Le2020-03-151-3/+0
* tipc: add missing attribute validation for MTU propertyJakub Kicinski2020-03-031-0/+1