summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet2018-04-291-1/+2
* tipc: check return value of nlmsg_newPan Bian2018-03-241-0/+2
* tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala2018-03-031-1/+5
* tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala2018-03-031-1/+4
* tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang2018-01-311-12/+14
* tipc: fix nametbl deadlock at tipc_nametbl_unsubscribeYing Xue2017-12-251-1/+6
* tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala2017-12-161-4/+0
* tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy2017-12-161-0/+1
* tipc: fix cleanup at module unloadParthasarathy Bhuvaragan2017-12-091-3/+1
* tipc: fix nametbl_lock soft lockup at module exitParthasarathy Bhuvaragan2017-12-091-11/+5
* tipc: use only positive error codes in messagesParthasarathy Bhuvaragan2017-10-121-1/+1
* tipc: fix use-after-freeEric Dumazet2017-08-301-2/+4
* tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan2017-07-055-13/+13
* net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverseJia-Ju Bai2017-07-051-1/+1
* tipc: fix nametbl_lock soft lockup at node/link eventsParthasarathy Bhuvaragan2017-06-171-2/+7
* tipc: add subscription refcount to avoid invalid deleteParthasarathy Bhuvaragan2017-06-172-54/+71
* tipc: fix connection refcount errorParthasarathy Bhuvaragan2017-06-171-9/+10
* tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan2017-06-171-6/+7
* tipc: Fix tipc_sk_reinit race conditionsHerbert Xu2017-06-172-11/+23
* tipc: check minimum bearer MTUMichal Kubeček2016-12-023-2/+27
* tipc: fix link statistics counter errorsJon Paul Maloy2016-11-271-16/+19
* tipc: resolve connection flow control compatibility problemJon Paul Maloy2016-11-251-1/+1
* tipc: improve sanity check for received domain recordsJon Paul Maloy2016-11-251-5/+5
* tipc: fix compatibility bug in link monitoringJon Paul Maloy2016-11-251-2/+3
* tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy2016-11-191-47/+1
* tipc: fix broadcast link synchronization problemJon Paul Maloy2016-10-296-6/+33
* tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter2016-10-131-0/+2
* tipc: fix possible memory leak in tipc_udp_enable()Wei Yongjun2016-09-131-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-3/+5
|\
| * tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan2016-09-011-3/+5
* | tipc: send broadcast nack directly upon sequence gap detectionJon Paul Maloy2016-09-021-7/+16
* | tipc: rate limit broadcast retransmissionsJon Paul Maloy2016-09-021-5/+47
* | tipc: transfer broadcast nacks in link state messagesJon Paul Maloy2016-09-027-27/+108
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-0/+2
|\|
| * tipc: fix the error handling in tipc_udp_enable()Wei Yongjun2016-08-251-1/+4
* | tipc: add UDP remoteip dump to netlink APIRichard Alpe2016-08-263-1/+100
* | tipc: add the ability to get UDP options via netlinkRichard Alpe2016-08-263-0/+70
* | tipc: add replicast peer discoveryRichard Alpe2016-08-261-3/+80
* | tipc: introduce UDP replicastRichard Alpe2016-08-265-12/+200
* | tipc: refactor multicast ip checkRichard Alpe2016-08-261-15/+19
* | tipc: split UDP send functionRichard Alpe2016-08-261-18/+32
* | tipc: split UDP nl address parsingRichard Alpe2016-08-261-57/+55
* | tipc: use kfree_skb() instead of kfree()Wei Yongjun2016-08-231-1/+1
* | tipc: add peer removal functionalityRichard Alpe2016-08-184-0/+71
* | tipc: ensure that link congestion and wakeup use same criteriaJon Paul Maloy2016-08-181-8/+10
* | tipc: make bearer packet filtering genericJon Paul Maloy2016-08-183-39/+42
|/
* tipc: fix NULL pointer dereference in shutdown()Vegard Nossum2016-08-151-1/+2
* tipc: fix variable dereference before NULL checkParthasarathy Bhuvaragan2016-08-101-1/+2
* tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor()Wei Yongjun2016-07-301-1/+1
* tipc: dump monitor attributesParthasarathy Bhuvaragan2016-07-265-0/+235