summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-12/+14
|\
| * tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang2018-01-151-12/+14
* | tipc: fix race condition at topology server receiveJon Maloy2018-01-163-46/+51
* | tipc: fix bug during lookup of multicast destination nodesJon Maloy2018-01-153-8/+4
* | tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy2018-01-151-0/+1
* | tipc: improve poll() for group member socketJon Maloy2018-01-093-33/+41
* | tipc: improve groupcast scope handlingJon Maloy2018-01-098-71/+96
* | tipc: add option to suppress PUBLISH events for pre-existing publicationsJon Maloy2018-01-096-15/+21
* | tipc: send out join messages as soon as new member is discoveredJon Maloy2018-01-094-42/+68
* | tipc: simplify group LEAVE sequenceJon Maloy2018-01-091-31/+9
* | tipc: create group member event messages when they are neededJon Maloy2018-01-093-44/+56
* | tipc: adjustment to group member FSMJon Maloy2018-01-091-3/+2
* | tipc: let group member stay in JOINED mode if unable to reclaimJon Maloy2018-01-091-12/+22
* | tipc: a couple of cleanupsJon Maloy2018-01-091-14/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-4/+18
|\ \ | |/
| * tipc: fix problems with multipoint-to-point flow controlJon Maloy2018-01-021-4/+18
* | net: tipc: remove unused hardirq.hYang Shi2018-01-081-1/+0
* | 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
OpenPOWER on IntegriCloud