summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: make sure IPv6 header fits in skb headroomRichard Alpe2016-03-141-1/+1
* ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann2016-03-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-082-15/+21
|\
| * tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan2016-03-061-1/+2
| * tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan2016-03-031-14/+19
* | tipc: move netlink policies to netlink.cRichard Alpe2016-03-079-74/+85
* | tipc: remove pre-allocated message header in link structJon Paul Maloy2016-03-065-77/+45
* | tipc: make sure required IPv6 addresses are scopedRichard Alpe2016-03-061-0/+5
* | tipc: safely copy UDP netlink data from userRichard Alpe2016-03-061-11/+13
* | tipc: don't check link reset on non existing linkRichard Alpe2016-03-061-1/+1
* | tipc: add net device to skb before UDP xmitRichard Alpe2016-03-061-0/+2
* | tipc: fix null deref crash in compat config pathFlorian Westphal2016-02-251-0/+1
* | tipc: fix crash during node removalJon Paul Maloy2016-02-251-13/+11
* | tipc: eliminate risk of finding to-be-deleted node instanceJon Paul Maloy2016-02-251-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-232-7/+9
|\|
| * tipc: unlock in error pathInsu Yun2016-02-191-1/+3
| * tipc: fix premature addition of node to lookup tableJon Paul Maloy2016-02-161-6/+6
* | Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal2016-02-181-1/+0
* | tipc: refactor node xmit and fix memory leaksRichard Alpe2016-02-162-24/+38
* | tipc: use alloc_ordered_workqueue() instead of WQ_UNBOUND w/ max_active = 1Parthasarathy Bhuvaragan2016-02-061-2/+2
* | tipc: donot create timers if subscription timeout = TIPC_WAIT_FOREVERParthasarathy Bhuvaragan2016-02-061-3/+11
* | tipc: protect tipc_subscrb_get() with subscriber spin lockParthasarathy Bhuvaragan2016-02-061-2/+2
* | tipc: hold subscriber->lock for tipc_nametbl_subscribe()Parthasarathy Bhuvaragan2016-02-061-2/+2
* | tipc: fix connection abort when receiving invalid cancel requestParthasarathy Bhuvaragan2016-02-061-1/+2
* | tipc: fix connection abort during subscription cancellationParthasarathy Bhuvaragan2016-02-061-19/+19
* | tipc: introduce tipc_subscrb_subscribe() routineParthasarathy Bhuvaragan2016-02-061-23/+31
* | tipc: remove struct tipc_name_seq from struct tipc_subscriptionParthasarathy Bhuvaragan2016-02-063-16/+37
* | tipc: remove filter and timeout elements from struct tipc_subscriptionParthasarathy Bhuvaragan2016-02-062-12/+8
* | tipc: remove incorrect check for subscription timeout valueParthasarathy Bhuvaragan2016-02-061-2/+1
* | tipc: fix link priority propagationRichard Alpe2016-02-061-0/+6
* | tipc: fix link attribute propagation bugRichard Alpe2016-02-063-30/+16
|/
* tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan2016-01-291-6/+5
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-251-9/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-033-5/+14
|\
| * tipc: fix error handling of expanding buffer headroomYing Xue2015-11-241-2/+5
| * tipc: avoid packets leaking on socket receive queueYing Xue2015-11-231-3/+7
| * tipc: correct settings of broadcast link stateJon Paul Maloy2015-11-201-0/+2
* | tipc: fix node reference count bugJon Paul Maloy2015-12-031-8/+7
* | net: Generalise wq_has_sleeper helperHerbert Xu2015-11-301-2/+2
* | tipc: eliminate remnants of hungarian notationJon Paul Maloy2015-11-206-133/+133
* | tipc: narrow down interface towards struct tipc_linkJon Paul Maloy2015-11-207-345/+415
* | tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy2015-11-207-461/+462
* | tipc: convert node lock to rwlockJon Paul Maloy2015-11-203-133/+136
* | tipc: introduce per-link spinlockJon Paul Maloy2015-11-203-26/+25
* | tipc: reduce code dependency between binding table and node layerJon Paul Maloy2015-11-206-67/+74
* | tipc: small cleanup of function tipc_node_check_state()Jon Paul Maloy2015-11-201-3/+2
* | tipc: move linearization of buffers to generic codeJon Paul Maloy2015-11-203-5/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-0/+5
|\
| * tipc: linearize arriving NAME_DISTR and LINK_PROTO buffersJon Paul Maloy2015-11-011-0/+5
* | tipc: link_is_bc_sndlink() can be staticWu Fengguang2015-10-252-5/+5