summaryrefslogtreecommitdiff
path: root/net/tipc
Commit message (Expand)AuthorAge
* tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang2018-01-15
* tipc: fix problems with multipoint-to-point flow controlJon Maloy2018-01-02
* tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan2017-12-28
* tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala2017-12-27
* tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala2017-12-27
* tipc: fix memory leak of group member when peer node is lostJon Maloy2017-12-26
* tipc: base group replicast ack counter on number of actual receiversJon Maloy2017-12-26
* tipc: remove joining group member from congested listJon Maloy2017-12-20
* tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy2017-12-19
* tipc: remove leaving group member from all listsJon Maloy2017-12-18
* tipc: fix lost member events bugJon Maloy2017-12-18
* tipc: eliminate potential memory leakJon Maloy2017-12-13
* tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy2017-12-05
* tipc: fix a null pointer deref on error pathCong Wang2017-12-05
* tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala2017-12-01
* tipc: eliminate access after delete in group_filter_msg()Jon Maloy2017-11-27
* tipc: fix access of released memoryJon Maloy2017-11-21
* tipc: enforce valid ratio between skb truesize and contentsJon Maloy2017-11-16
* tipc: improve link resiliency when rps is activatedJon Maloy2017-11-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | tipc: eliminate unnecessary probingJon Maloy2017-11-03
* | net: tipc: Convert timers to use timer_setup()Kees Cook2017-11-01
* | tipc: fix a dangling pointerCong Wang2017-10-26
* | tipc: eliminate KASAN warningJon Maloy2017-10-26
* | tipc: refactor tipc_sk_timeout() functionJon Maloy2017-10-22
* | tipc: fix broken tipc_poll() functionJon Maloy2017-10-21
* | tipc: checking for NULL instead of IS_ERR()Dan Carpenter2017-10-20
* | tipc: fix rebasing errorJon Maloy2017-10-16
* | tipc: add multipoint-to-point flow controlJon Maloy2017-10-13
* | tipc: guarantee delivery of last broadcast before DOWN eventJon Maloy2017-10-13
* | tipc: guarantee delivery of UP event before first broadcastJon Maloy2017-10-13
* | tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy2017-10-13
* | tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy2017-10-13
* | tipc: introduce group multicast messagingJon Maloy2017-10-13
* | tipc: introduce group anycast messagingJon Maloy2017-10-13
* | tipc: introduce group unicast messagingJon Maloy2017-10-13
* | tipc: introduce flow control for group broadcast messagesJon Maloy2017-10-13
* | tipc: receive group membership events via member socketJon Maloy2017-10-13
* | tipc: add second source address to recvmsg()/recvfrom()Jon Maloy2017-10-13
* | tipc: introduce communication groupsJon Maloy2017-10-13
* | tipc: improve destination linked listJon Maloy2017-10-13
* | tipc: add new function for sending multiple small messagesJon Maloy2017-10-13
* | tipc: refactor function filter_rcv()Jon Maloy2017-10-13
* | tipc: add ability to obtain node availability status from other filesJon Maloy2017-10-13
* | tipc: improve address sanity check in tipc_connect()Jon Maloy2017-10-13
* | tipc: add ability to order and receive topology events in driverJon Maloy2017-10-13
|/
* tipc: Unclone message at secondary destination lookupJon Maloy2017-10-08
* tipc: correct initialization of skb listJon Maloy2017-10-08
* tipc: use only positive error codes in messagesParthasarathy Bhuvaragan2017-10-01