aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Gravatar Florian Westphal 1-1/+0
2016-02-16tipc: refactor node xmit and fix memory leaksGravatar Richard Alpe 2-24/+38
2016-02-06tipc: use alloc_ordered_workqueue() instead of WQ_UNBOUND w/ max_active = 1Gravatar Parthasarathy Bhuvaragan 1-2/+2
2016-02-06tipc: donot create timers if subscription timeout = TIPC_WAIT_FOREVERGravatar Parthasarathy Bhuvaragan 1-3/+11
2016-02-06tipc: protect tipc_subscrb_get() with subscriber spin lockGravatar Parthasarathy Bhuvaragan 1-2/+2
2016-02-06tipc: hold subscriber->lock for tipc_nametbl_subscribe()Gravatar Parthasarathy Bhuvaragan 1-2/+2
2016-02-06tipc: fix connection abort when receiving invalid cancel requestGravatar Parthasarathy Bhuvaragan 1-1/+2
2016-02-06tipc: fix connection abort during subscription cancellationGravatar Parthasarathy Bhuvaragan 1-19/+19
2016-02-06tipc: introduce tipc_subscrb_subscribe() routineGravatar Parthasarathy Bhuvaragan 1-23/+31
2016-02-06tipc: remove struct tipc_name_seq from struct tipc_subscriptionGravatar Parthasarathy Bhuvaragan 3-16/+37
2016-02-06tipc: remove filter and timeout elements from struct tipc_subscriptionGravatar Parthasarathy Bhuvaragan 2-12/+8
2016-02-06tipc: remove incorrect check for subscription timeout valueGravatar Parthasarathy Bhuvaragan 1-2/+1
2016-02-06tipc: fix link priority propagationGravatar Richard Alpe 1-0/+6
2016-02-06tipc: fix link attribute propagation bugGravatar Richard Alpe 3-30/+16
2016-01-29tipc: fix connection abort during subscription cancelGravatar Parthasarathy Bhuvaragan 1-6/+5
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