| Commit message (Expand) | Author | Age | Files | Lines |
* | put iov_iter into msghdr | Al Viro | 2014-12-09 | 1 | -2/+2 |
* | tipc: use generic SKB list APIs to manage TIPC outgoing packet chains | Ying Xue | 2014-11-26 | 1 | -38/+36 |
* | tipc: use generic SKB list APIs to manage link transmission queue | Ying Xue | 2014-11-26 | 1 | -25/+25 |
* | tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED | Ying Xue | 2014-11-26 | 1 | -2/+3 |
* | tipc_msg_build(): pass msghdr instead of its ->msg_iov | Al Viro | 2014-11-24 | 1 | -4/+4 |
* | tipc: spelling errors | stephen hemminger | 2014-10-30 | 1 | -2/+2 |
* | tipc: use pseudo message to wake up sockets after link congestion | Jon Paul Maloy | 2014-08-23 | 1 | -2/+5 |
* | tipc: introduce new function tipc_msg_create() | Jon Paul Maloy | 2014-08-23 | 1 | -2/+29 |
* | tipc: make tipc_buf_append() more robust | Jon Paul Maloy | 2014-07-28 | 1 | -8/+21 |
* | tipc: rename temporarily named functions | Jon Paul Maloy | 2014-07-16 | 1 | -3/+3 |
* | tipc: remove unreferenced functions | Jon Paul Maloy | 2014-07-16 | 1 | -35/+0 |
* | tipc: add new functions for multicast and broadcast distribution | Jon Paul Maloy | 2014-07-16 | 1 | -0/+35 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-07-16 | 1 | -3/+8 |
|\ |
|
| * | tipc: fix bug in multicast/broadcast message reassembly | Jon Paul Maloy | 2014-07-08 | 1 | -3/+8 |
* | | tipc: clean up connection protocol reception function | Jon Paul Maloy | 2014-06-27 | 1 | -3/+7 |
* | | tipc: introduce message evaluation function | Jon Paul Maloy | 2014-06-27 | 1 | -0/+38 |
* | | tipc: separate building and sending of rejected messages | Jon Paul Maloy | 2014-06-27 | 1 | -0/+42 |
* | | tipc: introduce direct iovec to buffer chain fragmentation function | Jon Paul Maloy | 2014-06-27 | 1 | -0/+102 |
* | | tipc: introduce send functions for chained buffers in link | Jon Paul Maloy | 2014-06-27 | 1 | -11/+85 |
|/ |
|
* | tipc: rename and move message reassembly function | Jon Paul Maloy | 2014-05-14 | 1 | -1/+54 |
* | tipc: remove iovec length parameter from all sending functions | Ying Xue | 2013-10-18 | 1 | -4/+3 |
* | tipc: don't use memcpy to copy from user space | Ying Xue | 2013-10-18 | 1 | -13/+9 |
* | tipc: cosmetic realignment of function arguments | Paul Gortmaker | 2013-06-17 | 1 | -2/+2 |
* | tipc: remove user_port instance from tipc_port structure | Ying Xue | 2013-06-17 | 1 | -10/+5 |
* | tipc: remove TIPC packet debugging functions and macros | Erik Hugne | 2012-07-13 | 1 | -242/+0 |
* | tipc: compress out gratuitous extra carriage returns | Paul Gortmaker | 2012-04-30 | 1 | -3/+0 |
* | tipc: Eliminate trivial buffer manipulation helper routines | Allan Stephens | 2012-02-24 | 1 | -1/+1 |
* | tipc: Hide media-specific addressing details from generic bearer code | Allan Stephens | 2011-12-27 | 1 | -3/+6 |
* | tipc: Eliminate useless check when creating internal message | Allan Stephens | 2011-06-24 | 1 | -4/+2 |
* | tipc: Avoid recomputation of outgoing message length | Allan Stephens | 2011-05-10 | 1 | -22/+3 |
* | tipc: Eliminate obsolete routine for handling routed messages | Allan Stephens | 2011-03-13 | 1 | -6/+0 |
* | tipc: Eliminate remaining support for routing table messages | Allan Stephens | 2011-03-13 | 1 | -27/+0 |
* | tipc: Eliminate timestamp from link protocol messages | Allan Stephens | 2011-03-13 | 1 | -1/+0 |
* | tipc: Remove unused message header field for requested number of links | Allan Stephens | 2011-02-23 | 1 | -1/+0 |
* | tipc: Remove support for per-connection message sequence numbering | Allan Stephens | 2011-02-23 | 1 | -5/+1 |
* | tipc: remove extraneous braces from single statements | Allan Stephens | 2011-01-01 | 1 | -9/+6 |
* | tipc: cleanup various cosmetic whitespace issues | Allan Stephens | 2011-01-01 | 1 | -28/+28 |
* | tipc: remove redundant #includes | Allan Stephens | 2011-01-01 | 1 | -1/+0 |
* | tipc: Finish streamlining of debugging code | Allan Stephens | 2011-01-01 | 1 | -0/+1 |
* | tipc: Remove obsolete inclusions of header files | Allan Stephens | 2010-12-02 | 1 | -2/+0 |
* | tipc: cleanup function namespace | stephen hemminger | 2010-10-16 | 1 | -1/+1 |
* | tipc: Reduce footprint by un-inlining tipc_msg_* routines | Allan Stephens | 2010-05-12 | 1 | -0/+94 |
* | tipc: Fix bugs in message error code display when debugging | Allan Stephens | 2008-06-04 | 1 | -3/+0 |
* | tipc: Exclude debug-only print buffer code when not debugging | Allan Stephens | 2008-05-05 | 1 | -3/+7 |
* | [TIPC]: Minor cleanup of message header code | Allan Stephens | 2008-03-06 | 1 | -8/+8 |
* | [NET] TIPC: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-10 | 1 | -1/+1 |
* | [TIPC] Avoid polluting the global namespace | Per Liden | 2006-01-18 | 1 | -15/+4 |
* | [TIPC] More updates of file headers | Per Liden | 2006-01-12 | 1 | -1/+1 |
* | [TIPC] Update of file headers | Per Liden | 2006-01-12 | 1 | -2/+1 |
* | [TIPC] License header update | Per Liden | 2006-01-12 | 1 | -19/+23 |