summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: simplify small window members' sorting algorithmJon Maloy2018-01-051-9/+4
* tipc: some clarifying name changesJon Maloy2018-01-051-23/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-294-13/+31
|\
| * tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan2017-12-281-1/+1
| * tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala2017-12-271-1/+5
| * tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala2017-12-271-1/+4
| * tipc: fix memory leak of group member when peer node is lostJon Maloy2017-12-261-9/+18
| * tipc: base group replicast ack counter on number of actual receiversJon Maloy2017-12-261-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-8/+8
|\ \ | |/
| * tipc: remove joining group member from congested listJon Maloy2017-12-201-4/+2
| * tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy2017-12-191-2/+1
| * tipc: remove leaving group member from all listsJon Maloy2017-12-181-2/+4
| * tipc: fix lost member events bugJon Maloy2017-12-181-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-161-1/+1
|\ \ | |/
| * tipc: eliminate potential memory leakJon Maloy2017-12-131-1/+1
* | rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-091-1/+2
|\ \ | |/
| * tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy2017-12-051-0/+1
| * tipc: fix a null pointer deref on error pathCong Wang2017-12-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-051-4/+0
|\ \ | |/
| * tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala2017-12-011-4/+0
* | tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy2017-12-014-13/+55
|/
* tipc: eliminate access after delete in group_filter_msg()Jon Maloy2017-11-271-1/+1
* tipc: fix access of released memoryJon Maloy2017-11-211-1/+1
* tipc: enforce valid ratio between skb truesize and contentsJon Maloy2017-11-163-9/+24
* tipc: improve link resiliency when rps is activatedJon Maloy2017-11-112-11/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | tipc: eliminate unnecessary probingJon Maloy2017-11-031-1/+10
* | net: tipc: Convert timers to use timer_setup()Kees Cook2017-11-015-18/+18
* | tipc: fix a dangling pointerCong Wang2017-10-261-1/+3
* | tipc: eliminate KASAN warningJon Maloy2017-10-261-1/+1
* | tipc: refactor tipc_sk_timeout() functionJon Maloy2017-10-221-26/+23
* | tipc: fix broken tipc_poll() functionJon Maloy2017-10-211-3/+2
* | tipc: checking for NULL instead of IS_ERR()Dan Carpenter2017-10-201-1/+1
* | tipc: fix rebasing errorJon Maloy2017-10-161-0/+1
* | tipc: add multipoint-to-point flow controlJon Maloy2017-10-132-5/+136
* | tipc: guarantee delivery of last broadcast before DOWN eventJon Maloy2017-10-131-13/+32
* | tipc: guarantee delivery of UP event before first broadcastJon Maloy2017-10-132-2/+9
* | tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy2017-10-135-17/+94
* | tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy2017-10-132-15/+74
* | tipc: introduce group multicast messagingJon Maloy2017-10-133-7/+74
* | tipc: introduce group anycast messagingJon Maloy2017-10-135-0/+138
* | tipc: introduce group unicast messagingJon Maloy2017-10-134-13/+150
* | tipc: introduce flow control for group broadcast messagesJon Maloy2017-10-134-22/+190
* | tipc: receive group membership events via member socketJon Maloy2017-10-134-33/+100
* | tipc: add second source address to recvmsg()/recvfrom()Jon Maloy2017-10-133-18/+39
* | tipc: introduce communication groupsJon Maloy2017-10-139-48/+734
* | tipc: improve destination linked listJon Maloy2017-10-134-67/+74
* | tipc: add new function for sending multiple small messagesJon Maloy2017-10-133-12/+19
OpenPOWER on IntegriCloud