aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-15tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang1-12/+14
2018-01-02tipc: fix problems with multipoint-to-point flow controlJon Maloy1-4/+18
2017-12-28tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan1-1/+1
2017-12-27tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala1-1/+5
2017-12-27tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala1-1/+4
2017-12-26tipc: fix memory leak of group member when peer node is lostJon Maloy1-9/+18
2017-12-26tipc: base group replicast ack counter on number of actual receiversJon Maloy1-1/+3
2017-12-20tipc: remove joining group member from congested listJon Maloy1-4/+2
2017-12-19tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy1-2/+1
2017-12-18tipc: remove leaving group member from all listsJon Maloy1-2/+4
2017-12-18tipc: fix lost member events bugJon Maloy1-0/+1
2017-12-13tipc: eliminate potential memory leakJon Maloy1-1/+1
2017-12-05tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy1-0/+1
2017-12-05tipc: fix a null pointer deref on error pathCong Wang1-1/+1
2017-12-01tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala1-4/+0
2017-11-27tipc: eliminate access after delete in group_filter_msg()Jon Maloy1-1/+1
2017-11-21tipc: fix access of released memoryJon Maloy1-1/+1
2017-11-16tipc: enforce valid ratio between skb truesize and contentsJon Maloy3-9/+24
2017-11-11tipc: improve link resiliency when rps is activatedJon Maloy2-11/+25
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-03tipc: eliminate unnecessary probingJon Maloy1-1/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01net: tipc: Convert timers to use timer_setup()Kees Cook5-18/+18
2017-10-26tipc: fix a dangling pointerCong Wang1-1/+3
2017-10-26tipc: eliminate KASAN warningJon Maloy1-1/+1
2017-10-22tipc: refactor tipc_sk_timeout() functionJon Maloy1-26/+23
2017-10-21tipc: fix broken tipc_poll() functionJon Maloy1-3/+2
2017-10-20tipc: checking for NULL instead of IS_ERR()Dan Carpenter1-1/+1
2017-10-16tipc: fix rebasing errorJon Maloy1-0/+1
2017-10-13tipc: add multipoint-to-point flow controlJon Maloy2-5/+136
2017-10-13tipc: guarantee delivery of last broadcast before DOWN eventJon Maloy1-13/+32
2017-10-13tipc: guarantee delivery of UP event before first broadcastJon Maloy2-2/+9
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy5-17/+94
2017-10-13tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy2-15/+74
2017-10-13tipc: introduce group multicast messagingJon Maloy3-7/+74
2017-10-13tipc: introduce group anycast messagingJon Maloy5-0/+138
2017-10-13tipc: introduce group unicast messagingJon Maloy4-13/+150
2017-10-13tipc: introduce flow control for group broadcast messagesJon Maloy4-22/+190
2017-10-13tipc: receive group membership events via member socketJon Maloy4-33/+100
2017-10-13tipc: add second source address to recvmsg()/recvfrom()Jon Maloy3-18/+39
2017-10-13tipc: introduce communication groupsJon Maloy9-48/+734
2017-10-13tipc: improve destination linked listJon Maloy4-67/+74
2017-10-13tipc: add new function for sending multiple small messagesJon Maloy3-12/+19
2017-10-13tipc: refactor function filter_rcv()Jon Maloy3-81/+89
2017-10-13tipc: add ability to obtain node availability status from other filesJon Maloy2-5/+22
2017-10-13tipc: improve address sanity check in tipc_connect()Jon Maloy1-16/+15
2017-10-13tipc: add ability to order and receive topology events in driverJon Maloy5-40/+124
2017-10-08tipc: Unclone message at secondary destination lookupJon Maloy1-0/+8
2017-10-08tipc: correct initialization of skb listJon Maloy1-2/+2
2017-10-01tipc: use only positive error codes in messagesParthasarathy Bhuvaragan1-1/+1