summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2018-04-29tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet1-1/+2
2018-03-24tipc: check return value of nlmsg_newPan Bian1-0/+2
2018-03-03tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala1-1/+5
2018-03-03tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala1-1/+4
2018-01-31tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang1-12/+14
2017-12-25tipc: fix nametbl deadlock at tipc_nametbl_unsubscribeYing Xue1-1/+6
2017-12-16tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala1-4/+0
2017-12-16tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy1-0/+1
2017-12-10tipc: fix cleanup at module unloadParthasarathy Bhuvaragan1-3/+1
2017-12-10tipc: fix nametbl_lock soft lockup at module exitParthasarathy Bhuvaragan1-11/+5
2017-10-12tipc: use only positive error codes in messagesParthasarathy Bhuvaragan1-1/+1
2017-08-30tipc: fix use-after-freeEric Dumazet1-2/+4
2017-07-05tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan5-13/+13
2017-07-05net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverseJia-Ju Bai1-1/+1
2017-06-17tipc: fix nametbl_lock soft lockup at node/link eventsParthasarathy Bhuvaragan1-2/+7
2017-06-17tipc: add subscription refcount to avoid invalid deleteParthasarathy Bhuvaragan2-54/+71
2017-06-17tipc: fix connection refcount errorParthasarathy Bhuvaragan1-9/+10
2017-06-17tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan1-6/+7
2017-06-17tipc: Fix tipc_sk_reinit race conditionsHerbert Xu2-11/+23
2016-12-02tipc: check minimum bearer MTUMichal Kubeček3-2/+27
2016-11-28tipc: fix link statistics counter errorsJon Paul Maloy1-16/+19
2016-11-26tipc: resolve connection flow control compatibility problemJon Paul Maloy1-1/+1
2016-11-26tipc: improve sanity check for received domain recordsJon Paul Maloy1-5/+5
2016-11-26tipc: fix compatibility bug in link monitoringJon Paul Maloy1-2/+3
2016-11-20tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy1-47/+1
2016-10-30tipc: fix broadcast link synchronization problemJon Paul Maloy6-6/+33
2016-10-13tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter1-0/+2
2016-09-13tipc: fix possible memory leak in tipc_udp_enable()Wei Yongjun1-1/+2
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2016-09-03tipc: send broadcast nack directly upon sequence gap detectionJon Paul Maloy1-7/+16
2016-09-03tipc: rate limit broadcast retransmissionsJon Paul Maloy1-5/+47
2016-09-03tipc: transfer broadcast nacks in link state messagesJon Paul Maloy7-27/+108
2016-09-01tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan1-3/+5
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-08-27tipc: add UDP remoteip dump to netlink APIRichard Alpe3-1/+100
2016-08-27tipc: add the ability to get UDP options via netlinkRichard Alpe3-0/+70
2016-08-27tipc: add replicast peer discoveryRichard Alpe1-3/+80
2016-08-27tipc: introduce UDP replicastRichard Alpe5-12/+200
2016-08-27tipc: refactor multicast ip checkRichard Alpe1-15/+19
2016-08-27tipc: split UDP send functionRichard Alpe1-18/+32
2016-08-27tipc: split UDP nl address parsingRichard Alpe1-57/+55
2016-08-26tipc: fix the error handling in tipc_udp_enable()Wei Yongjun1-1/+4
2016-08-24tipc: use kfree_skb() instead of kfree()Wei Yongjun1-1/+1
2016-08-19tipc: add peer removal functionalityRichard Alpe4-0/+71
2016-08-19tipc: ensure that link congestion and wakeup use same criteriaJon Paul Maloy1-8/+10
2016-08-19tipc: make bearer packet filtering genericJon Paul Maloy3-39/+42
2016-08-15tipc: fix NULL pointer dereference in shutdown()Vegard Nossum1-1/+2
2016-08-11tipc: fix variable dereference before NULL checkParthasarathy Bhuvaragan1-1/+2
2016-07-31tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor()Wei Yongjun1-1/+1
2016-07-27tipc: dump monitor attributesParthasarathy Bhuvaragan5-0/+235