Age | Commit message (Expand) | Author | Files | Lines |
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-30 | tipc: fix broadcast link synchronization problem | Jon Paul Maloy | 1 | -0/+17 |
2016-09-03 | 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-08 | 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-16 | tipc: disallow packet duplicates in link deferred queue | Jon Paul Maloy | 1 | -32/+2 |
2015-10-15 | tipc: move fragment importance field to new header position | Jon Paul Maloy | 1 | -2/+2 |
2015-07-31 | tipc: remove implicit message delivery in node_unlock() | Jon Paul Maloy | 1 | -22/+0 |
2015-07-31 | tipc: make resetting of links non-atomic | Jon Paul Maloy | 1 | -0/+29 |
2015-07-31 | tipc: move link synch and failover to link aggregation level | Jon Paul Maloy | 1 | -21/+11 |
2015-07-27 | tipc: clean up socket layer message reception | Jon Paul Maloy | 1 | -2/+1 |
2015-07-27 | tipc: introduce new tipc_sk_respond() function | Jon Paul Maloy | 1 | -1/+1 |
2015-07-27 | tipc: let function tipc_msg_reverse() expand header when needed | Jon Paul Maloy | 1 | -2/+1 |
2015-07-21 | tipc: reduce locking scope during packet reception | Jon Paul Maloy | 1 | -4/+46 |
2015-07-21 | 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-06 | tipc: add ip/udp media type | Erik Hugne | 1 | -1/+1 |