aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-0211-197/+197
|\
| * tipc: refactor function tipc_sk_recv_stream()Jon Paul Maloy2017-05-021-84/+71
| * tipc: refactor function tipc_sk_recvmsg()Jon Paul Maloy2017-05-021-59/+50
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-261-2/+2
| |\
| * | tipc: check return value of nlmsg_newPan Bian2017-04-241-0/+2
| * | netlink: pass extended ACK struct where availableJohannes Berg2017-04-133-12/+12
| * | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-138-37/+39
| * | tipc: allow rdm/dgram socketpairsErik Hugne2017-03-291-4/+16
| * | tipc: add support for stream/seqpacket socketpairsErik Hugne2017-03-291-2/+12
| * | tipc: adjust the policy of holding subscription krefYing Xue2017-03-283-6/+7
| * | tipc: advance the time of deleting subscription from subscriber->subscrp_listYing Xue2017-03-281-7/+2
* | | tipc: close the connection if protocol messages contain errorsParthasarathy Bhuvaragan2017-04-281-0/+8
* | | tipc: improve error validations for sockets in CONNECTING stateParthasarathy Bhuvaragan2017-04-281-3/+22
* | | tipc: Fix missing connection request handlingParthasarathy Bhuvaragan2017-04-281-2/+1
| |/ |/|
* | tipc: fix socket flow control accounting error at tipc_recv_streamParthasarathy Bhuvaragan2017-04-251-1/+1
* | tipc: fix socket flow control accounting error at tipc_send_streamParthasarathy Bhuvaragan2017-04-251-1/+1
|/
* tipc: fix nametbl deadlock at tipc_nametbl_unsubscribeYing Xue2017-03-221-1/+6
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-3/+5
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* tipc: move premature initilalization of stack variablesJon Paul Maloy2017-02-241-5/+7
* tipc: Fix tipc_sk_reinit race conditionsHerbert Xu2017-02-172-11/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-284-83/+99
|\
| * tipc: fix cleanup at module unloadParthasarathy Bhuvaragan2017-01-241-3/+1
| * tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan2017-01-241-6/+7
| * tipc: fix nametbl_lock soft lockup at module exitParthasarathy Bhuvaragan2017-01-241-11/+5
| * tipc: fix connection refcount errorParthasarathy Bhuvaragan2017-01-241-9/+10
| * tipc: add subscription refcount to avoid invalid deleteParthasarathy Bhuvaragan2017-01-242-54/+71
| * tipc: fix nametbl_lock soft lockup at node/link eventsParthasarathy Bhuvaragan2017-01-241-2/+7
* | tipc: uninitialized return code in tipc_setsockopt()Dan Carpenter2017-01-251-2/+1
* | tipc: make replicast a user selectable optionJon Paul Maloy2017-01-205-15/+108
* | tipc: introduce replicast as transport option for multicastJon Paul Maloy2017-01-207-47/+149
* | tipc: add functionality to lookup multicast destination nodesJon Paul Maloy2017-01-204-8/+87
* | tipc: add function for checking broadcast support in bearerJon Paul Maloy2017-01-204-9/+34
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-175-13/+13
|\|
| * tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan2017-01-165-13/+13
* | tipc: reduce risk of user starvation during link congestionJon Paul Maloy2017-01-035-251/+194
* | tipc: modify struct tipc_plist to be more versatileJon Paul Maloy2017-01-033-46/+83
* | tipc: unify tipc_wait_for_sndpkt() and tipc_wait_for_sndmsg() functionsJon Paul Maloy2017-01-031-59/+49
|/
* tipc: don't send FIN message from connectionless socketJon Paul Maloy2016-12-231-11/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-2/+2
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-034-18/+46
|\ \
| * | tipc: check minimum bearer MTUMichal Kubeček2016-12-023-2/+27
| * | tipc: fix link statistics counter errorsJon Paul Maloy2016-11-271-16/+19
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-263-8/+9
|\|
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-47/+1
|\|
| * tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy2016-11-191-47/+1