summaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)AuthorLines
2016-05-01tipc: only process unicast on intended nodeHamish Martin-0/+5
2016-04-11tipc: purge deferred updates from dead nodesErik Hugne-0/+19
2016-04-11tipc: make dist queue pernetErik Hugne-9/+11
2016-03-14tipc: make sure IPv6 header fits in skb headroomRichard Alpe-1/+1
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-15/+21
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe-74/+85
2016-03-06tipc: remove pre-allocated message header in link structJon Paul Maloy-77/+45
2016-03-06tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan-1/+2
2016-03-06tipc: make sure required IPv6 addresses are scopedRichard Alpe-0/+5
2016-03-06tipc: safely copy UDP netlink data from userRichard Alpe-11/+13
2016-03-06tipc: don't check link reset on non existing linkRichard Alpe-1/+1
2016-03-06tipc: add net device to skb before UDP xmitRichard Alpe-0/+2
2016-03-03tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan-14/+19
2016-02-25tipc: fix null deref crash in compat config pathFlorian Westphal-0/+1
2016-02-25tipc: fix crash during node removalJon Paul Maloy-13/+11
2016-02-25tipc: eliminate risk of finding to-be-deleted node instanceJon Paul Maloy-9/+9
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+9
2016-02-19tipc: unlock in error pathInsu Yun-1/+3
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal-1/+0
2016-02-16tipc: refactor node xmit and fix memory leaksRichard Alpe-24/+38
2016-02-16tipc: fix premature addition of node to lookup tableJon Paul Maloy-6/+6
2016-02-06tipc: use alloc_ordered_workqueue() instead of WQ_UNBOUND w/ max_active = 1Parthasarathy Bhuvaragan-2/+2
2016-02-06tipc: donot create timers if subscription timeout = TIPC_WAIT_FOREVERParthasarathy Bhuvaragan-3/+11
2016-02-06tipc: protect tipc_subscrb_get() with subscriber spin lockParthasarathy Bhuvaragan-2/+2
2016-02-06tipc: hold subscriber->lock for tipc_nametbl_subscribe()Parthasarathy Bhuvaragan-2/+2
2016-02-06tipc: fix connection abort when receiving invalid cancel requestParthasarathy Bhuvaragan-1/+2
2016-02-06tipc: fix connection abort during subscription cancellationParthasarathy Bhuvaragan-19/+19
2016-02-06tipc: introduce tipc_subscrb_subscribe() routineParthasarathy Bhuvaragan-23/+31
2016-02-06tipc: remove struct tipc_name_seq from struct tipc_subscriptionParthasarathy Bhuvaragan-16/+37
2016-02-06tipc: remove filter and timeout elements from struct tipc_subscriptionParthasarathy Bhuvaragan-12/+8
2016-02-06tipc: remove incorrect check for subscription timeout valueParthasarathy Bhuvaragan-2/+1
2016-02-06tipc: fix link priority propagationRichard Alpe-0/+6
2016-02-06tipc: fix link attribute propagation bugRichard Alpe-30/+16
2016-01-29tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan-6/+5
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar-9/+3
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+14
2015-12-03tipc: fix node reference count bugJon Paul Maloy-8/+7
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu-2/+2
2015-11-24tipc: fix error handling of expanding buffer headroomYing Xue-2/+5
2015-11-23tipc: avoid packets leaking on socket receive queueYing Xue-3/+7
2015-11-20tipc: correct settings of broadcast link stateJon Paul Maloy-0/+2
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy-133/+133
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy-345/+415
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy-461/+462
2015-11-20tipc: convert node lock to rwlockJon Paul Maloy-133/+136
2015-11-20tipc: introduce per-link spinlockJon Paul Maloy-26/+25
2015-11-20tipc: reduce code dependency between binding table and node layerJon Paul Maloy-67/+74
2015-11-20tipc: small cleanup of function tipc_node_check_state()Jon Paul Maloy-3/+2
2015-11-20tipc: move linearization of buffers to generic codeJon Paul Maloy-5/+3