summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
...
* | tipc: add multipoint-to-point flow controlJon Maloy2017-10-132-5/+136
* | tipc: guarantee delivery of last broadcast before DOWN eventJon Maloy2017-10-131-13/+32
* | tipc: guarantee delivery of UP event before first broadcastJon Maloy2017-10-132-2/+9
* | tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy2017-10-135-17/+94
* | tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy2017-10-132-15/+74
* | tipc: introduce group multicast messagingJon Maloy2017-10-133-7/+74
* | tipc: introduce group anycast messagingJon Maloy2017-10-135-0/+138
* | tipc: introduce group unicast messagingJon Maloy2017-10-134-13/+150
* | tipc: introduce flow control for group broadcast messagesJon Maloy2017-10-134-22/+190
* | tipc: receive group membership events via member socketJon Maloy2017-10-134-33/+100
* | tipc: add second source address to recvmsg()/recvfrom()Jon Maloy2017-10-133-18/+39
* | tipc: introduce communication groupsJon Maloy2017-10-139-48/+734
* | tipc: improve destination linked listJon Maloy2017-10-134-67/+74
* | tipc: add new function for sending multiple small messagesJon Maloy2017-10-133-12/+19
* | tipc: refactor function filter_rcv()Jon Maloy2017-10-133-81/+89
* | tipc: add ability to obtain node availability status from other filesJon Maloy2017-10-132-5/+22
* | tipc: improve address sanity check in tipc_connect()Jon Maloy2017-10-131-16/+15Star
* | tipc: add ability to order and receive topology events in driverJon Maloy2017-10-135-40/+124
|/
* tipc: Unclone message at secondary destination lookupJon Maloy2017-10-091-0/+8
* tipc: correct initialization of skb listJon Maloy2017-10-091-2/+2
* tipc: use only positive error codes in messagesParthasarathy Bhuvaragan2017-10-011-1/+1
* tipc: remove unnecessary call to dev_net()Kleber Sacilotto de Souza2017-09-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-026-33/+33
|\
| * tipc: permit bond slave as bearerParthasarathy Bhuvaragan2017-08-302-15/+13Star
| * tipc: context imbalance at node read unlockParthasarathy Bhuvaragan2017-08-251-1/+1
| * tipc: reassign pointers after skb reallocation / linearizationParthasarathy Bhuvaragan2017-08-251-2/+5
| * tipc: perform skb_linearize() before parsing the inner headerParthasarathy Bhuvaragan2017-08-251-0/+2
| * tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson2017-08-241-3/+3
| * tipc: fix a race condition of releasing subscriber objectYing Xue2017-08-221-0/+2
| * tipc: remove subscription references only for pending timersParthasarathy Bhuvaragan2017-08-221-12/+7Star
* | net: tipc: constify genl_opsArvind Yadav2017-08-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-221-2/+4
|\|
| * tipc: fix use-after-freeEric Dumazet2017-08-191-2/+4
* | tipc: don't reset stale broadcast send linkJon Paul Maloy2017-08-214-45/+17Star
|/
* tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy2017-08-141-0/+1
* tipc: accept PACKET_MULTICAST packetsJon Paul Maloy2017-08-141-1/+1
* tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy2017-08-101-3/+1Star
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverseJia-Ju Bai2017-06-111-1/+1
* tipc: make macro tipc_wait_for_cond() smp safeJon Paul Maloy2017-05-121-19/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-0311-197/+197
|\
| * tipc: refactor function tipc_sk_recv_stream()Jon Paul Maloy2017-05-021-84/+71Star
| * tipc: refactor function tipc_sk_recvmsg()Jon Paul Maloy2017-05-021-59/+50Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-271-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-293-6/+7