Age | Commit message (Expand) | Author | Files | Lines |
2022-01-27 | net: tipc: remove unused static inlines | Jakub Kicinski | 1 | -23/+0 |
2021-06-28 | net: tipc: fix FB_MTU eat two pages | Menglong Dong | 1 | -1/+2 |
2020-09-18 | tipc: add automatic session key exchange | Tuong Lien | 1 | -0/+4 |
2020-09-18 | tipc: introduce encryption master key | Tuong Lien | 1 | -1/+3 |
2020-06-19 | tipc: Use struct_size() helper | Gustavo A. R. Silva | 1 | -4/+2 |
2020-06-17 | tipc: update a binding service via broadcast | Hoang Huu Le | 1 | -0/+40 |
2020-05-26 | tipc: add test for Nagle algorithm effectiveness | Tuong Lien | 1 | -2/+12 |
2020-05-26 | tipc: add support for broadcast rcv stats dumping | Tuong Lien | 1 | -1/+1 |
2020-05-26 | tipc: introduce Gap ACK blocks for broadcast link | Tuong Lien | 1 | -4/+23 |
2020-03-26 | tipc: Add a missing case of TIPC_DIRECT_MSG type | Hoang Le | 1 | -0/+5 |
2019-11-08 | tipc: introduce TIPC encryption & authentication | Tuong Lien | 1 | -10/+36 |
2019-11-03 | tipc: improve message bundling algorithm | Tuong Lien | 1 | -3/+2 |
2019-10-30 | tipc: add smart nagle feature | Jon Maloy | 1 | -0/+12 |
2019-10-29 | tipc: improve throughput between nodes in netns | Hoang Le | 1 | -0/+14 |
2019-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -3/+5 |
2019-08-16 | tipc: fix false detection of retransmit failures | Tuong Lien | 1 | -3/+5 |
2019-07-25 | tipc: fix changeover issues due to large packet | Tuong Lien | 1 | -1/+17 |
2019-07-25 | tipc: optimize link synching mechanism | Tuong Lien | 1 | -0/+10 |
2019-06-25 | tipc: rename function msg_get_wrapped() to msg_inner_hdr() | Jon Maloy | 1 | -2/+2 |
2019-04-04 | tipc: reduce duplicate packets for unicast traffic | Tuong Lien | 1 | -0/+21 |
2019-04-04 | tipc: improve TIPC throughput by Gap ACK blocks | Tuong Lien | 1 | -0/+31 |
2019-03-19 | tipc: smooth change between replicast and broadcast | Hoang Le | 1 | -0/+10 |
2019-02-11 | tipc: fix link session and re-establish issues | Tuong Lien | 1 | -0/+22 |
2018-11-11 | tipc: improve broadcast retransmission algorithm | LUU Duc Canh | 1 | -0/+1 |
2018-09-29 | tipc: buffer overflow handling in listener socket | Tung Nguyen | 1 | -0/+1 |
2018-09-29 | tipc: add SYN bit to connection setup messages | Jon Maloy | 1 | -0/+10 |
2018-03-23 | tipc: handle collisions of 32-bit node address hash values | Jon Maloy | 1 | -1/+22 |
2017-12-01 | tipc: fall back to smaller MTU if allocation of local send skb fails | Jon Maloy | 1 | -1/+2 |
2017-11-16 | tipc: enforce valid ratio between skb truesize and contents | Jon Maloy | 1 | -1/+6 |
2017-11-11 | tipc: improve link resiliency when rps is activated | Jon Maloy | 1 | -0/+10 |
2017-10-13 | tipc: add multipoint-to-point flow control | Jon Maloy | 1 | -0/+12 |
2017-10-13 | tipc: guarantee that group broadcast doesn't bypass group unicast | Jon Maloy | 1 | -0/+21 |
2017-10-13 | tipc: introduce group multicast messaging | Jon Maloy | 1 | -2/+9 |
2017-10-13 | tipc: introduce group unicast messaging | Jon Maloy | 1 | -1/+2 |
2017-10-13 | tipc: introduce flow control for group broadcast messages | Jon Maloy | 1 | -2/+3 |
2017-10-13 | tipc: receive group membership events via member socket | Jon Maloy | 1 | -2/+20 |
2017-10-13 | tipc: add second source address to recvmsg()/recvfrom() | Jon Maloy | 1 | -0/+1 |
2017-10-13 | tipc: introduce communication groups | Jon Maloy | 1 | -6/+44 |
2017-10-13 | tipc: refactor function filter_rcv() | Jon Maloy | 1 | -0/+2 |
2017-10-13 | tipc: add ability to order and receive topology events in driver | Jon Maloy | 1 | -0/+1 |
2017-01-20 | tipc: introduce replicast as transport option for multicast | Jon Paul Maloy | 1 | -5/+4 |
2017-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-01-16 | tipc: allocate user memory with GFP_KERNEL flag | Parthasarathy Bhuvaragan | 1 | -1/+1 |
2017-01-03 | tipc: reduce risk of user starvation during link congestion | Jon Paul Maloy | 1 | -2/+0 |
2016-11-01 | tipc: rename struct tipc_skb_cb member handle to bytes_read | Parthasarathy Bhuvaragan | 1 | -1/+1 |
2016-10-29 | tipc: fix broadcast link synchronization problem | Jon Paul Maloy | 1 | -0/+17 |
2016-09-02 | tipc: transfer broadcast nacks in link state messages | Jon Paul Maloy | 1 | -0/+10 |
2016-06-22 | tipc: unclone unbundled buffers before forwarding | Jon Paul Maloy | 1 | -11/+0 |
2016-05-03 | tipc: redesign connection-level flow control | Jon Paul Maloy | 1 | -2/+12 |
2016-04-15 | tipc: guarantee peer bearer id exchange after reboot | Jon Paul Maloy | 1 | -0/+10 |
2016-04-07 | tipc: stricter filtering of packets in bearer layer | Jon Paul Maloy | 1 | -0/+5 |
2015-10-24 | tipc: let broadcast packet reception use new link receive function | Jon Paul Maloy | 1 | -0/+5 |
2015-10-24 | tipc: let broadcast transmission use new link transmit function | Jon Paul Maloy | 1 | -1/+1 |
2015-10-24 | tipc: make struct tipc_link generic to support broadcast | Jon Paul Maloy | 1 | -0/+1 |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2015-10-15 | tipc: disallow packet duplicates in link deferred queue | Jon Paul Maloy | 1 | -32/+2 |
2015-10-14 | tipc: move fragment importance field to new header position | Jon Paul Maloy | 1 | -2/+2 |
2015-07-30 | tipc: remove implicit message delivery in node_unlock() | Jon Paul Maloy | 1 | -22/+0 |
2015-07-30 | tipc: make resetting of links non-atomic | Jon Paul Maloy | 1 | -0/+29 |
2015-07-30 | tipc: move link synch and failover to link aggregation level | Jon Paul Maloy | 1 | -21/+11 |
2015-07-26 | tipc: clean up socket layer message reception | Jon Paul Maloy | 1 | -2/+1 |
2015-07-26 | tipc: introduce new tipc_sk_respond() function | Jon Paul Maloy | 1 | -1/+1 |
2015-07-26 | tipc: let function tipc_msg_reverse() expand header when needed | Jon Paul Maloy | 1 | -2/+1 |
2015-07-20 | tipc: reduce locking scope during packet reception | Jon Paul Maloy | 1 | -4/+46 |
2015-07-20 | tipc: introduce node contact FSM | Jon Paul Maloy | 1 | -0/+7 |
2015-05-14 | tipc: add packet sequence number at instant of transmission | Jon Paul Maloy | 1 | -3/+3 |
2015-05-14 | tipc: improve link congestion algorithm | Jon Paul Maloy | 1 | -5/+9 |
2015-05-14 | tipc: simplify packet sequence number handling | Jon Paul Maloy | 1 | -6/+11 |
2015-04-02 | tipc: eliminate delayed link deletion at link failover | Jon Paul Maloy | 1 | -5/+5 |
2015-03-25 | tipc: eliminate race condition at dual link establishment | Jon Paul Maloy | 1 | -0/+8 |
2015-03-25 | tipc: clean up handling of link congestion | Jon Paul Maloy | 1 | -17/+11 |
2015-03-14 | tipc: clean up handling of message priorities | Jon Paul Maloy | 1 | -31/+34 |
2015-03-14 | tipc: split link outqueue | Jon Paul Maloy | 1 | -3/+3 |
2015-03-14 | tipc: move message validation function to msg.c | Jon Paul Maloy | 1 | -2/+3 |
2015-03-14 | tipc: add framework for node capabilities exchange | Jon Paul Maloy | 1 | -1/+10 |
2015-03-05 | tipc: add ip/udp media type | Erik Hugne | 1 | -1/+1 |
2015-02-27 | tipc: rename media/msg related definitions | Erik Hugne | 1 | -2/+2 |
2015-02-05 | tipc: eliminate race condition at multicast reception | Jon Paul Maloy | 1 | -0/+17 |
2015-02-05 | tipc: resolve race problem at unicast message reception | Jon Paul Maloy | 1 | -0/+73 |
2015-02-05 | tipc: split up function tipc_msg_eval() | Jon Paul Maloy | 1 | -4/+5 |
2015-02-05 | tipc: reduce usage of context info in socket and link | Jon Paul Maloy | 1 | -5/+5 |
2015-01-12 | tipc: make tipc node address support net namespace | Ying Xue | 1 | -10/+11 |
2015-01-12 | tipc: name tipc name table support net namespace | Ying Xue | 1 | -1/+1 |
2015-01-12 | tipc: make tipc broadcast link support net namespace | Ying Xue | 1 | -1/+1 |
2015-01-12 | tipc: cleanup core.c and core.h files | Ying Xue | 1 | -8/+29 |
2015-01-12 | tipc: remove unnecessary wrapper functions of kernel timer APIs | Ying Xue | 1 | -2/+0 |
2014-11-26 | tipc: use generic SKB list APIs to manage TIPC outgoing packet chains | Ying Xue | 1 | -3/+3 |
2014-11-26 | tipc: use generic SKB list APIs to manage link transmission queue | Ying Xue | 1 | -2/+3 |
2014-11-26 | tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED | Ying Xue | 1 | -5/+0 |
2014-11-24 | tipc_msg_build(): pass msghdr instead of its ->msg_iov | Al Viro | 1 | -1/+1 |
2014-08-23 | tipc: use pseudo message to wake up sockets after link congestion | Jon Paul Maloy | 1 | -0/+1 |
2014-08-23 | tipc: introduce new function tipc_msg_create() | Jon Paul Maloy | 1 | -0/+4 |
2014-07-16 | tipc: rename temporarily named functions | Jon Paul Maloy | 1 | -2/+2 |
2014-07-16 | tipc: remove unreferenced functions | Jon Paul Maloy | 1 | -3/+0 |
2014-07-16 | tipc: add new functions for multicast and broadcast distribution | Jon Paul Maloy | 1 | -0/+2 |
2014-06-27 | tipc: introduce message evaluation function | Jon Paul Maloy | 1 | -0/+2 |
2014-06-27 | tipc: separate building and sending of rejected messages | Jon Paul Maloy | 1 | -0/+2 |
2014-06-27 | tipc: introduce direct iovec to buffer chain fragmentation function | Jon Paul Maloy | 1 | -0/+3 |
2014-06-27 | tipc: introduce send functions for chained buffers in link | Jon Paul Maloy | 1 | -1/+24 |
2014-05-14 | tipc: rename and move message reassembly function | Jon Paul Maloy | 1 | -1/+4 |
2013-11-07 | tipc: message reassembly using fragment chain | Erik Hugne | 1 | -12/+0 |
2013-10-18 | tipc: remove iovec length parameter from all sending functions | Ying Xue | 1 | -2/+1 |
2013-06-17 | tipc: cosmetic realignment of function arguments | Paul Gortmaker | 1 | -2/+2 |
2013-06-17 | tipc: remove user_port instance from tipc_port structure | Ying Xue | 1 | -2/+2 |
2012-04-30 | tipc: compress out gratuitous extra carriage returns | Paul Gortmaker | 1 | -21/+0 |
2012-02-24 | tipc: Remove duplicate check of message destination node | Allan Stephens | 1 | -5/+0 |
2012-02-24 | tipc: Introduce node signature field in neighbor discovery message | Allan Stephens | 1 | -0/+10 |
2011-12-27 | tipc: Hide media-specific addressing details from generic bearer code | Allan Stephens | 1 | -10/+6 |
2011-06-24 | tipc: Cleanup of message header size terminology | Allan Stephens | 1 | -5/+5 |
2011-06-24 | tipc: Eliminate redundant masking in message header routines | Allan Stephens | 1 | -2/+2 |
2011-06-24 | tipc: Eliminate message header routines for caching destination node | Allan Stephens | 1 | -20/+0 |
2011-05-10 | tipc: Avoid recomputation of outgoing message length | Allan Stephens | 1 | -3/+2 |
2011-05-10 | tipc: Cosmetic consolidation of internal message type definitions | Allan Stephens | 1 | -29/+29 |
2011-05-10 | tipc: Eliminate unused routing message definitions | Allan Stephens | 1 | -9/+0 |
2011-05-10 | tipc: Update comments in message header include file | Allan Stephens | 1 | -66/+23 |
2011-03-13 | tipc: Eliminate obsolete routine for handling routed messages | Allan Stephens | 1 | -7/+0 |
2011-03-13 | tipc: Eliminate remaining support for routing table messages | Allan Stephens | 1 | -15/+0 |
2011-03-13 | tipc: Eliminate unnecessary constant for neighbor discovery msg size | Allan Stephens | 1 | -1/+0 |
2011-03-13 | tipc: make msg_set_redundant_link() consistent with other set ops | Allan Stephens | 1 | -7/+2 |
2011-03-13 | tipc: Eliminate timestamp from link protocol messages | Allan Stephens | 1 | -10/+0 |
2011-02-23 | tipc: Remove unused message header field for requested number of links | Allan Stephens | 1 | -10/+0 |
2011-02-23 | tipc: Remove support for per-connection message sequence numbering | Allan Stephens | 1 | -11/+1 |
2011-01-01 | tipc: cleanup various cosmetic whitespace issues | Allan Stephens | 1 | -4/+4 |
2011-01-01 | tipc: Remove prototype code for supporting inter-cluster routing | Allan Stephens | 1 | -6/+1 |
2011-01-01 | tipc: Remove prototype code for supporting slave nodes | Allan Stephens | 1 | -1/+1 |
2010-12-02 | tipc: Remove obsolete native API files and exports | Allan Stephens | 1 | -7/+161 |
2010-09-23 | net: return operator cleanup | Eric Dumazet | 1 | -3/+3 |
2010-05-12 | tipc: Reduce footprint by un-inlining tipc_msg_* routines | Allan Stephens | 1 | -93/+6 |
2010-05-12 | tipc: add tipc_ prefix to fcns targeted for un-inlining | Allan Stephens | 1 | -7/+7 |
2008-06-04 | tipc: Message rejection rework preparatory changes | Allan Stephens | 1 | -2/+29 |
2008-06-04 | tipc: Expand link sequence gap field to 13 bits | Allan Stephens | 1 | -4/+4 |
2008-06-04 | tipc: Optimize message initialization routine | Allan Stephens | 1 | -2/+1 |
2008-04-27 | tipc: endianness annotations | Al Viro | 1 | -4/+3 |
2008-03-06 | [TIPC]: Enhancements to message header writing | Allan Stephens | 1 | -2/+4 |
2008-03-06 | [TIPC]: Use correct bitmask when setting version | Allan Stephens | 1 | -1/+1 |
2008-03-06 | [TIPC]: Minor cleanup of message header code | Allan Stephens | 1 | -11/+8 |
2008-03-06 | [TIPC]: Removal of message header option code | Allan Stephens | 1 | -23/+0 |
2008-02-07 | [TIPC]: Kill unused static inline (x5) | Ilpo Järvinen | 1 | -5/+0 |
2007-07-26 | net/* misc endianness annotations | Al Viro | 1 | -4/+2 |
2007-04-25 | [TIPC]: Enhancements to msg_set_bits() routine | Allan Stephens | 1 | -4/+7 |
2007-04-25 | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -3/+4 |
2007-02-10 | [NET] TIPC: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -69/+69 |
2006-01-18 | [TIPC] Avoid polluting the global namespace | Per Liden | 1 | -8/+8 |
2006-01-18 | [TIPC] Minor changes to #includes | Jon Maloy | 1 | -1/+1 |
2006-01-12 | [TIPC] More updates of file headers | Per Liden | 1 | -1/+1 |
2006-01-12 | [TIPC] Update of file headers | Per Liden | 1 | -2/+1 |
2006-01-12 | [TIPC] License header update | Per Liden | 1 | -19/+23 |
2006-01-12 | [TIPC] Initial merge | Per Liden | 1 | -0/+815 |