Age | Commit message (Expand) | Author |
2015-10-24 | tipc: let broadcast packet reception use new link receive function | Jon Paul Maloy |
2015-10-24 | tipc: let broadcast transmission use new link transmit function | Jon Paul Maloy |
2015-10-24 | tipc: make struct tipc_link generic to support broadcast | Jon Paul Maloy |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-10-15 | tipc: disallow packet duplicates in link deferred queue | Jon Paul Maloy |
2015-10-14 | tipc: move fragment importance field to new header position | Jon Paul Maloy |
2015-07-30 | tipc: remove implicit message delivery in node_unlock() | Jon Paul Maloy |
2015-07-30 | tipc: make resetting of links non-atomic | Jon Paul Maloy |
2015-07-30 | tipc: move link synch and failover to link aggregation level | Jon Paul Maloy |
2015-07-26 | tipc: clean up socket layer message reception | Jon Paul Maloy |
2015-07-26 | tipc: introduce new tipc_sk_respond() function | Jon Paul Maloy |
2015-07-26 | tipc: let function tipc_msg_reverse() expand header when needed | Jon Paul Maloy |
2015-07-20 | tipc: reduce locking scope during packet reception | Jon Paul Maloy |
2015-07-20 | tipc: introduce node contact FSM | Jon Paul Maloy |
2015-05-14 | tipc: add packet sequence number at instant of transmission | Jon Paul Maloy |
2015-05-14 | tipc: improve link congestion algorithm | Jon Paul Maloy |
2015-05-14 | tipc: simplify packet sequence number handling | Jon Paul Maloy |
2015-04-02 | tipc: eliminate delayed link deletion at link failover | Jon Paul Maloy |
2015-03-25 | tipc: eliminate race condition at dual link establishment | Jon Paul Maloy |
2015-03-25 | tipc: clean up handling of link congestion | Jon Paul Maloy |
2015-03-14 | tipc: clean up handling of message priorities | Jon Paul Maloy |
2015-03-14 | tipc: split link outqueue | Jon Paul Maloy |
2015-03-14 | tipc: move message validation function to msg.c | Jon Paul Maloy |
2015-03-14 | tipc: add framework for node capabilities exchange | Jon Paul Maloy |
2015-03-05 | tipc: add ip/udp media type | Erik Hugne |
2015-02-27 | tipc: rename media/msg related definitions | Erik Hugne |
2015-02-05 | tipc: eliminate race condition at multicast reception | Jon Paul Maloy |
2015-02-05 | tipc: resolve race problem at unicast message reception | Jon Paul Maloy |
2015-02-05 | tipc: split up function tipc_msg_eval() | Jon Paul Maloy |
2015-02-05 | tipc: reduce usage of context info in socket and link | Jon Paul Maloy |
2015-01-12 | tipc: make tipc node address support net namespace | Ying Xue |
2015-01-12 | tipc: name tipc name table support net namespace | Ying Xue |
2015-01-12 | tipc: make tipc broadcast link support net namespace | Ying Xue |
2015-01-12 | tipc: cleanup core.c and core.h files | Ying Xue |
2015-01-12 | tipc: remove unnecessary wrapper functions of kernel timer APIs | Ying Xue |
2014-11-26 | tipc: use generic SKB list APIs to manage TIPC outgoing packet chains | Ying Xue |
2014-11-26 | tipc: use generic SKB list APIs to manage link transmission queue | Ying Xue |
2014-11-26 | tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED | Ying Xue |
2014-11-24 | tipc_msg_build(): pass msghdr instead of its ->msg_iov | Al Viro |
2014-08-23 | tipc: use pseudo message to wake up sockets after link congestion | Jon Paul Maloy |
2014-08-23 | tipc: introduce new function tipc_msg_create() | Jon Paul Maloy |
2014-07-16 | tipc: rename temporarily named functions | Jon Paul Maloy |
2014-07-16 | tipc: remove unreferenced functions | Jon Paul Maloy |
2014-07-16 | tipc: add new functions for multicast and broadcast distribution | Jon Paul Maloy |
2014-06-27 | tipc: introduce message evaluation function | Jon Paul Maloy |
2014-06-27 | tipc: separate building and sending of rejected messages | Jon Paul Maloy |
2014-06-27 | tipc: introduce direct iovec to buffer chain fragmentation function | Jon Paul Maloy |
2014-06-27 | tipc: introduce send functions for chained buffers in link | Jon Paul Maloy |
2014-05-14 | tipc: rename and move message reassembly function | Jon Paul Maloy |
2013-11-07 | tipc: message reassembly using fragment chain | Erik Hugne |