aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2015-04-29tipc: fix problem with parallel link synchronization mechanismGravatar Jon Paul Maloy 1-5/+2
2015-04-29tipc: remove wrong use of NLM_F_MULTIGravatar Nicolas Dichtel 2-12/+13
2015-04-23tipc: fix node refcount issueGravatar Erik Hugne 1-1/+0
2015-04-23tipc: fix random link reset problemGravatar Erik Hugne 1-1/+2
2015-04-23tipc: fix topology server broken issueGravatar Ying Xue 1-6/+3
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().Gravatar David Miller 1-2/+4
2015-04-02tipc: simplify link mtu negotiationGravatar Jon Paul Maloy 4-111/+43
2015-04-02tipc: eliminate delayed link deletion at link failoverGravatar Jon Paul Maloy 5-90/+78
2015-04-02tipc: drop tunneled packet duplicates at receptionGravatar Jon Paul Maloy 1-85/+47
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2015-03-31tipc: fix a slab object leakGravatar Ying Xue 1-1/+1
2015-03-29tipc: fix two bugs in secondary destination lookupGravatar Jon Paul Maloy 3-1/+14
2015-03-29tipc: involve reference counter for node structureGravatar Ying Xue 6-30/+79
2015-03-29tipc: fix potential deadlock when all links are resetGravatar Ying Xue 5-32/+8
2015-03-25tipc: eliminate race condition at dual link establishmentGravatar Jon Paul Maloy 3-0/+55
2015-03-25tipc: clean up handling of link congestionGravatar Jon Paul Maloy 2-72/+60
2015-03-25tipc: introduce starvation free send algorithmGravatar Jon Paul Maloy 3-25/+42
2015-03-25tipc: fix a link reset issue due to retransmission failuresGravatar Ying Xue 1-3/+5
2015-03-24rhashtable: Disable automatic shrinking by defaultGravatar Thomas Graf 1-0/+1
2015-03-24tipc: fix compile error when IPV6=m and TIPC=yGravatar Ying Xue 1-1/+1
2015-03-24tipc: validate length of sockaddr in connect() for dgram/rdmGravatar Sasha Levin 1-0/+2
2015-03-23tipc: Use default rhashtable hashfnGravatar Herbert Xu 1-2/+0
2015-03-20tipc: Use inlined rhashtable interfaceGravatar Herbert Xu 1-14/+18
2015-03-19tipc: fix build issue when building without IPv6Gravatar Marcelo Ricardo Leitner 1-1/+5
2015-03-19tipc: add support for connect() on dgram/rdm socketsGravatar Erik Hugne 1-14/+24
2015-03-19tipc: do not report -EHOSTUNREACH for failed local deliveryGravatar Erik Hugne 1-2/+4
2015-03-19tipc: remove redundant call to tipc_node_remove_connGravatar Erik Hugne 1-1/+0
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Gravatar Marcelo Ricardo Leitner 1-2/+2
2015-03-18tipc: Use rhashtable max/min_size instead of max/min_shiftGravatar Herbert Xu 1-2/+2
2015-03-17tipc: withdraw tipc topology server name when namespace is deletedGravatar Ying Xue 1-0/+3
2015-03-17tipc: fix a potential deadlock when nametable is purgedGravatar Ying Xue 1-2/+2
2015-03-17tipc: fix netns refcnt leakGravatar Ying Xue 3-92/+39
2015-03-14tipc: clean up handling of message prioritiesGravatar Jon Paul Maloy 4-61/+50
2015-03-14tipc: split link outqueueGravatar Jon Paul Maloy 7-167/+150
2015-03-14tipc: eliminate unnecessary call to broadcast ack functionGravatar Jon Paul Maloy 2-1/+5
2015-03-14tipc: extract bundled buffers by cloning instead of copyingGravatar Jon Paul Maloy 2-47/+28
2015-03-14tipc: eliminate unnecessary linearization of incoming buffersGravatar Jon Paul Maloy 2-9/+10
2015-03-14tipc: move message validation function to msg.cGravatar Jon Paul Maloy 3-60/+47
2015-03-14tipc: add framework for node capabilities exchangeGravatar Jon Paul Maloy 3-2/+16
2015-03-10tipc: ensure that idle links are deleted when a bearer is disabledGravatar Jon Paul Maloy 2-2/+4
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+4
2015-03-09tipc: fix bug in link failover handlingGravatar Jon Paul Maloy 1-3/+4
2015-03-09tipc: fix inconsistent signal handling regressionGravatar Erik Hugne 1-6/+6
2015-03-09tipc: sparse: fix htons conversion warningsGravatar Erik Hugne 1-4/+4
2015-03-05tipc: add ip/udp media typeGravatar Erik Hugne 6-8/+470
2015-03-05tipc: increase size of tipc discovery messagesGravatar Erik Hugne 1-4/+3
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+0
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 1-15/+8
2015-03-02tipc: Don't use iocb argument in socket layerGravatar Ying Xue 1-38/+44
2015-02-27tipc: make media address offset a common defineGravatar Erik Hugne 2-4/+3