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