aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Gravatar Pravin B Shelar 1-9/+3
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-5/+14
2015-12-03tipc: fix node reference count bugGravatar Jon Paul Maloy 1-8/+7
2015-11-30net: Generalise wq_has_sleeper helperGravatar Herbert Xu 1-2/+2
2015-11-24tipc: fix error handling of expanding buffer headroomGravatar Ying Xue 1-2/+5
2015-11-23tipc: avoid packets leaking on socket receive queueGravatar Ying Xue 1-3/+7
2015-11-20tipc: correct settings of broadcast link stateGravatar Jon Paul Maloy 1-0/+2
2015-11-20tipc: eliminate remnants of hungarian notationGravatar Jon Paul Maloy 6-133/+133
2015-11-20tipc: narrow down interface towards struct tipc_linkGravatar Jon Paul Maloy 7-345/+415
2015-11-20tipc: narrow down exposure of struct tipc_nodeGravatar Jon Paul Maloy 7-461/+462
2015-11-20tipc: convert node lock to rwlockGravatar Jon Paul Maloy 3-133/+136
2015-11-20tipc: introduce per-link spinlockGravatar Jon Paul Maloy 3-26/+25
2015-11-20tipc: reduce code dependency between binding table and node layerGravatar Jon Paul Maloy 6-67/+74
2015-11-20tipc: small cleanup of function tipc_node_check_state()Gravatar Jon Paul Maloy 1-3/+2
2015-11-20tipc: move linearization of buffers to generic codeGravatar Jon Paul Maloy 3-5/+3
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+5
2015-11-01tipc: linearize arriving NAME_DISTR and LINK_PROTO buffersGravatar Jon Paul Maloy 1-0/+5
2015-10-25tipc: link_is_bc_sndlink() can be staticGravatar Wu Fengguang 2-5/+5
2015-10-24tipc: clean up unused code and structuresGravatar Jon Paul Maloy 9-1104/+30
2015-10-24tipc: ensure binding table initial distribution is sent via first linkGravatar Jon Paul Maloy 2-3/+3
2015-10-24tipc: eliminate link's reference to owner nodeGravatar Jon Paul Maloy 4-22/+29
2015-10-24tipc: eliminate redundant buffer cloning at transmissionGravatar Jon Paul Maloy 2-28/+15
2015-10-24tipc: let neighbor discoverer tranmsit consumable buffersGravatar Jon Paul Maloy 4-12/+38
2015-10-24tipc: introduce jumbo frame support for broadcastGravatar Jon Paul Maloy 7-6/+39
2015-10-24tipc: simplify bearer level broadcastGravatar Jon Paul Maloy 5-45/+151
2015-10-24tipc: let broadcast packet reception use new link receive functionGravatar Jon Paul Maloy 9-220/+615
2015-10-24tipc: introduce capability bit for broadcast synchronizationGravatar Jon Paul Maloy 6-7/+23
2015-10-24tipc: let broadcast transmission use new link transmit functionGravatar Jon Paul Maloy 5-57/+85
2015-10-24tipc: make struct tipc_link generic to support broadcastGravatar Jon Paul Maloy 3-12/+34
2015-10-24tipc: use explicit allocation of broadcast send linkGravatar Jon Paul Maloy 4-45/+79
2015-10-24tipc: make link implementation independent from struct tipc_bearerGravatar Jon Paul Maloy 3-23/+36
2015-10-24tipc: create broadcast transmission link at namespace initGravatar Jon Paul Maloy 4-7/+24
2015-10-24tipc: move broadcast link lock to struct tipc_netGravatar Jon Paul Maloy 3-9/+14
2015-10-24tipc: move bcast definitions to bcast.cGravatar Jon Paul Maloy 5-107/+110
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-6/+19
2015-10-21tipc: conditionally expand buffer headroom over udp tunnelGravatar Jon Paul Maloy 1-0/+5
2015-10-21tipc: allow non-linear first fragment bufferGravatar Jon Paul Maloy 1-3/+9
2015-10-21tipc: extend broadcast link window sizeGravatar Jon Paul Maloy 1-3/+5
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-5/+5
2015-10-15tipc: update node FSM when peer RESET message is receivedGravatar Jon Paul Maloy 3-6/+13
2015-10-15tipc: send out RESET immediately when link goes downGravatar Jon Paul Maloy 5-8/+19
2015-10-15tipc: delay ESTABLISH state event when link is establishedGravatar Jon Paul Maloy 3-23/+49
2015-10-15tipc: disallow packet duplicates in link deferred queueGravatar Jon Paul Maloy 3-33/+34
2015-10-15tipc: improve sequence number checkingGravatar Jon Paul Maloy 2-15/+13
2015-10-15tipc: simplify tipc_link_rcv() reception loopGravatar Jon Paul Maloy 1-37/+47
2015-10-15tipc: limit usage of temporary skb list during packet receptionGravatar Jon Paul Maloy 1-8/+7
2015-10-14tipc: move fragment importance field to new header positionGravatar Jon Paul Maloy 1-2/+2
2015-10-14tipc: eliminate risk of stalled link synchronizationGravatar Jon Paul Maloy 1-3/+3
2015-09-20tipc: reinitialize pointer after skb linearizeGravatar Erik Hugne 1-0/+1
2015-09-08net: tipc: fix stall during bclink wakeup procedureGravatar Kolmakov Dmitriy 1-1/+29