Age | Commit message (Expand) | Author | Files | Lines |
2015-06-29 | tipc: purge backlog queue counters when broadcast link is reset | Jon Paul Maloy | 3 | -1/+7 |
2015-06-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+11 |
2015-06-11 | tipc: disconnect socket directly after probe failure | Erik Hugne | 1 | -5/+11 |
2015-05-31 | tipc: unconditionally put sock refcnt when sock timer to be deleted is pending | Ying Xue | 1 | -5/+2 |
2015-05-27 | tipc: fix bug in link protocol message create function | Jon Paul Maloy | 1 | -2/+0 |
2015-05-14 | tipc: use sock_create_kern interface to create kernel socket | Ying Xue | 1 | -1/+1 |
2015-05-14 | tipc: add packet sequence number at instant of transmission | Jon Paul Maloy | 5 | -41/+54 |
2015-05-14 | tipc: improve link congestion algorithm | Jon Paul Maloy | 3 | -10/+22 |
2015-05-14 | tipc: simplify link supervision checkpointing | Jon Paul Maloy | 2 | -61/+22 |
2015-05-14 | tipc: rename fields in struct tipc_link | Jon Paul Maloy | 3 | -96/+97 |
2015-05-14 | tipc: simplify packet sequence number handling | Jon Paul Maloy | 4 | -62/+53 |
2015-05-14 | tipc: simplify include dependencies | Jon Paul Maloy | 8 | -17/+22 |
2015-05-14 | tipc: simplify link timer handling | Jon Paul Maloy | 1 | -3/+3 |
2015-05-14 | tipc: simplify resetting and disabling of bearers | Jon Paul Maloy | 3 | -32/+10 |
2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 1 | -1/+1 |
2015-05-09 | tipc: send explicit not supported error in nl compat | Richard Alpe | 1 | -1/+1 |
2015-05-09 | tipc: add broadcast link window set/get to nl api | Richard Alpe | 3 | -30/+58 |
2015-05-09 | tipc: fix default link prop regression in nl compat | Richard Alpe | 2 | -23/+114 |
2015-05-04 | tipc: deal with return value of tipc_conn_new callback | Ying Xue | 1 | -0/+4 |
2015-05-04 | tipc: adjust locking policy of subscription | Ying Xue | 1 | -2/+4 |
2015-05-04 | tipc: involve reference counter for subscriber | Ying Xue | 1 | -68/+52 |
2015-05-04 | tipc: introduce tipc_subscrb_create routine | Ying Xue | 1 | -13/+17 |
2015-05-04 | tipc: rename functions defined in subscr.c | Ying Xue | 4 | -97/+75 |
2015-04-29 | tipc: fix problem with parallel link synchronization mechanism | Jon Paul Maloy | 1 | -5/+2 |
2015-04-29 | tipc: remove wrong use of NLM_F_MULTI | Nicolas Dichtel | 2 | -12/+13 |
2015-04-23 | tipc: fix node refcount issue | Erik Hugne | 1 | -1/+0 |
2015-04-23 | tipc: fix random link reset problem | Erik Hugne | 1 | -1/+2 |
2015-04-23 | tipc: fix topology server broken issue | Ying Xue | 1 | -6/+3 |
2015-04-07 | udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb(). | David Miller | 1 | -2/+4 |
2015-04-02 | tipc: simplify link mtu negotiation | Jon Paul Maloy | 4 | -111/+43 |
2015-04-02 | tipc: eliminate delayed link deletion at link failover | Jon Paul Maloy | 5 | -90/+78 |
2015-04-02 | tipc: drop tunneled packet duplicates at reception | Jon Paul Maloy | 1 | -85/+47 |
2015-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2015-04-01 | tipc: fix a slab object leak | Ying Xue | 1 | -1/+1 |
2015-03-29 | tipc: fix two bugs in secondary destination lookup | Jon Paul Maloy | 3 | -1/+14 |
2015-03-29 | tipc: involve reference counter for node structure | Ying Xue | 6 | -30/+79 |
2015-03-29 | tipc: fix potential deadlock when all links are reset | Ying Xue | 5 | -32/+8 |
2015-03-25 | tipc: eliminate race condition at dual link establishment | Jon Paul Maloy | 3 | -0/+55 |
2015-03-25 | tipc: clean up handling of link congestion | Jon Paul Maloy | 2 | -72/+60 |
2015-03-25 | tipc: introduce starvation free send algorithm | Jon Paul Maloy | 3 | -25/+42 |
2015-03-25 | tipc: fix a link reset issue due to retransmission failures | Ying Xue | 1 | -3/+5 |
2015-03-25 | rhashtable: Disable automatic shrinking by default | Thomas Graf | 1 | -0/+1 |
2015-03-24 | tipc: fix compile error when IPV6=m and TIPC=y | Ying Xue | 1 | -1/+1 |
2015-03-24 | tipc: validate length of sockaddr in connect() for dgram/rdm | Sasha Levin | 1 | -0/+2 |
2015-03-24 | tipc: Use default rhashtable hashfn | Herbert Xu | 1 | -2/+0 |
2015-03-20 | tipc: Use inlined rhashtable interface | Herbert Xu | 1 | -14/+18 |
2015-03-19 | tipc: fix build issue when building without IPv6 | Marcelo Ricardo Leitner | 1 | -1/+5 |
2015-03-19 | tipc: add support for connect() on dgram/rdm sockets | Erik Hugne | 1 | -14/+24 |
2015-03-19 | tipc: do not report -EHOSTUNREACH for failed local delivery | Erik Hugne | 1 | -2/+4 |
2015-03-19 | tipc: remove redundant call to tipc_node_remove_conn | Erik Hugne | 1 | -1/+0 |