| Commit message (Expand) | Author | Age | Files | Lines |
* | tipc: fix problem with parallel link synchronization mechanism | Jon Paul Maloy | 2015-04-29 | 1 | -5/+2 |
* | tipc: remove wrong use of NLM_F_MULTI | Nicolas Dichtel | 2015-04-29 | 2 | -12/+13 |
* | tipc: fix node refcount issue | Erik Hugne | 2015-04-23 | 1 | -1/+0 |
* | tipc: fix random link reset problem | Erik Hugne | 2015-04-23 | 1 | -1/+2 |
* | tipc: fix topology server broken issue | Ying Xue | 2015-04-23 | 1 | -6/+3 |
* | udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb(). | David Miller | 2015-04-07 | 1 | -2/+4 |
* | tipc: simplify link mtu negotiation | Jon Paul Maloy | 2015-04-02 | 4 | -111/+43 |
* | tipc: eliminate delayed link deletion at link failover | Jon Paul Maloy | 2015-04-02 | 5 | -90/+78 |
* | tipc: drop tunneled packet duplicates at reception | Jon Paul Maloy | 2015-04-02 | 1 | -85/+47 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-04-02 | 1 | -1/+1 |
|\ |
|
| * | tipc: fix a slab object leak | Ying Xue | 2015-03-31 | 1 | -1/+1 |
* | | tipc: fix two bugs in secondary destination lookup | Jon Paul Maloy | 2015-03-29 | 3 | -1/+14 |
* | | tipc: involve reference counter for node structure | Ying Xue | 2015-03-29 | 6 | -30/+79 |
* | | tipc: fix potential deadlock when all links are reset | Ying Xue | 2015-03-29 | 5 | -32/+8 |
* | | tipc: eliminate race condition at dual link establishment | Jon Paul Maloy | 2015-03-25 | 3 | -0/+55 |
* | | tipc: clean up handling of link congestion | Jon Paul Maloy | 2015-03-25 | 2 | -72/+60 |
* | | tipc: introduce starvation free send algorithm | Jon Paul Maloy | 2015-03-25 | 3 | -25/+42 |
* | | tipc: fix a link reset issue due to retransmission failures | Ying Xue | 2015-03-25 | 1 | -3/+5 |
* | | rhashtable: Disable automatic shrinking by default | Thomas Graf | 2015-03-24 | 1 | -0/+1 |
* | | tipc: fix compile error when IPV6=m and TIPC=y | Ying Xue | 2015-03-24 | 1 | -1/+1 |
* | | tipc: validate length of sockaddr in connect() for dgram/rdm | Sasha Levin | 2015-03-24 | 1 | -0/+2 |
* | | tipc: Use default rhashtable hashfn | Herbert Xu | 2015-03-23 | 1 | -2/+0 |
* | | tipc: Use inlined rhashtable interface | Herbert Xu | 2015-03-20 | 1 | -14/+18 |
* | | tipc: fix build issue when building without IPv6 | Marcelo Ricardo Leitner | 2015-03-19 | 1 | -1/+5 |
* | | tipc: add support for connect() on dgram/rdm sockets | Erik Hugne | 2015-03-19 | 1 | -14/+24 |
* | | tipc: do not report -EHOSTUNREACH for failed local delivery | Erik Hugne | 2015-03-19 | 1 | -2/+4 |
* | | tipc: remove redundant call to tipc_node_remove_conn | Erik Hugne | 2015-03-19 | 1 | -1/+0 |
* | | ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} | Marcelo Ricardo Leitner | 2015-03-18 | 1 | -2/+2 |
* | | tipc: Use rhashtable max/min_size instead of max/min_shift | Herbert Xu | 2015-03-18 | 1 | -2/+2 |
* | | tipc: withdraw tipc topology server name when namespace is deleted | Ying Xue | 2015-03-17 | 1 | -0/+3 |
* | | tipc: fix a potential deadlock when nametable is purged | Ying Xue | 2015-03-17 | 1 | -2/+2 |
* | | tipc: fix netns refcnt leak | Ying Xue | 2015-03-17 | 3 | -92/+39 |
* | | tipc: clean up handling of message priorities | Jon Paul Maloy | 2015-03-14 | 4 | -61/+50 |
* | | tipc: split link outqueue | Jon Paul Maloy | 2015-03-14 | 7 | -167/+150 |
* | | tipc: eliminate unnecessary call to broadcast ack function | Jon Paul Maloy | 2015-03-14 | 2 | -1/+5 |
* | | tipc: extract bundled buffers by cloning instead of copying | Jon Paul Maloy | 2015-03-14 | 2 | -47/+28 |
* | | tipc: eliminate unnecessary linearization of incoming buffers | Jon Paul Maloy | 2015-03-14 | 2 | -9/+10 |
* | | tipc: move message validation function to msg.c | Jon Paul Maloy | 2015-03-14 | 3 | -60/+47 |
* | | tipc: add framework for node capabilities exchange | Jon Paul Maloy | 2015-03-14 | 3 | -2/+16 |
* | | tipc: ensure that idle links are deleted when a bearer is disabled | Jon Paul Maloy | 2015-03-10 | 2 | -2/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-03-09 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | tipc: fix bug in link failover handling | Jon Paul Maloy | 2015-03-09 | 1 | -3/+4 |
* | | tipc: fix inconsistent signal handling regression | Erik Hugne | 2015-03-09 | 1 | -6/+6 |
* | | tipc: sparse: fix htons conversion warnings | Erik Hugne | 2015-03-09 | 1 | -4/+4 |
* | | tipc: add ip/udp media type | Erik Hugne | 2015-03-05 | 6 | -8/+470 |
* | | tipc: increase size of tipc discovery messages | Erik Hugne | 2015-03-05 | 1 | -4/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-03-03 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | rhashtable: remove indirection for grow/shrink decision functions | Daniel Borkmann | 2015-02-27 | 1 | -2/+0 |
* | | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 2015-03-02 | 1 | -15/+8 |
* | | tipc: Don't use iocb argument in socket layer | Ying Xue | 2015-03-02 | 1 | -38/+44 |