summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* net/tipc: initialize security state for new connection socketStephen Smalley2015-07-081-0/+1
* tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy2015-06-283-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-131-5/+11
|\
| * tipc: disconnect socket directly after probe failureErik Hugne2015-06-101-5/+11
* | tipc: unconditionally put sock refcnt when sock timer to be deleted is pendingYing Xue2015-05-301-5/+2
* | tipc: fix bug in link protocol message create functionJon Paul Maloy2015-05-261-2/+0
* | tipc: use sock_create_kern interface to create kernel socketYing Xue2015-05-141-1/+1
* | tipc: add packet sequence number at instant of transmissionJon Paul Maloy2015-05-145-41/+54
* | tipc: improve link congestion algorithmJon Paul Maloy2015-05-143-10/+22
* | tipc: simplify link supervision checkpointingJon Paul Maloy2015-05-142-61/+22
* | tipc: rename fields in struct tipc_linkJon Paul Maloy2015-05-143-96/+97
* | tipc: simplify packet sequence number handlingJon Paul Maloy2015-05-144-62/+53
* | tipc: simplify include dependenciesJon Paul Maloy2015-05-148-17/+22
* | tipc: simplify link timer handlingJon Paul Maloy2015-05-141-3/+3
* | tipc: simplify resetting and disabling of bearersJon Paul Maloy2015-05-143-32/+10
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* | tipc: send explicit not supported error in nl compatRichard Alpe2015-05-091-1/+1
* | tipc: add broadcast link window set/get to nl apiRichard Alpe2015-05-093-30/+58
* | tipc: fix default link prop regression in nl compatRichard Alpe2015-05-092-23/+114
* | tipc: deal with return value of tipc_conn_new callbackYing Xue2015-05-041-0/+4
* | tipc: adjust locking policy of subscriptionYing Xue2015-05-041-2/+4
* | tipc: involve reference counter for subscriberYing Xue2015-05-041-68/+52
* | tipc: introduce tipc_subscrb_create routineYing Xue2015-05-041-13/+17
* | tipc: rename functions defined in subscr.cYing Xue2015-05-044-97/+75
|/
* tipc: fix problem with parallel link synchronization mechanismJon Paul Maloy2015-04-291-5/+2
* tipc: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-292-12/+13
* tipc: fix node refcount issueErik Hugne2015-04-231-1/+0
* tipc: fix random link reset problemErik Hugne2015-04-231-1/+2
* tipc: fix topology server broken issueYing Xue2015-04-231-6/+3
* udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-071-2/+4
* tipc: simplify link mtu negotiationJon Paul Maloy2015-04-024-111/+43
* tipc: eliminate delayed link deletion at link failoverJon Paul Maloy2015-04-025-90/+78
* tipc: drop tunneled packet duplicates at receptionJon Paul Maloy2015-04-021-85/+47
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-1/+1
|\
| * tipc: fix a slab object leakYing Xue2015-03-311-1/+1
* | tipc: fix two bugs in secondary destination lookupJon Paul Maloy2015-03-293-1/+14
* | tipc: involve reference counter for node structureYing Xue2015-03-296-30/+79
* | tipc: fix potential deadlock when all links are resetYing Xue2015-03-295-32/+8
* | tipc: eliminate race condition at dual link establishmentJon Paul Maloy2015-03-253-0/+55
* | tipc: clean up handling of link congestionJon Paul Maloy2015-03-252-72/+60
* | tipc: introduce starvation free send algorithmJon Paul Maloy2015-03-253-25/+42
* | tipc: fix a link reset issue due to retransmission failuresYing Xue2015-03-251-3/+5
* | rhashtable: Disable automatic shrinking by defaultThomas Graf2015-03-241-0/+1
* | tipc: fix compile error when IPV6=m and TIPC=yYing Xue2015-03-241-1/+1
* | tipc: validate length of sockaddr in connect() for dgram/rdmSasha Levin2015-03-241-0/+2
* | tipc: Use default rhashtable hashfnHerbert Xu2015-03-231-2/+0
* | tipc: Use inlined rhashtable interfaceHerbert Xu2015-03-201-14/+18
* | tipc: fix build issue when building without IPv6Marcelo Ricardo Leitner2015-03-191-1/+5
* | tipc: add support for connect() on dgram/rdm socketsErik Hugne2015-03-191-14/+24
* | tipc: do not report -EHOSTUNREACH for failed local deliveryErik Hugne2015-03-191-2/+4