summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-1/+1
|\
| * treewide: Fix typos in printkMasanari Iida2016-04-181-1/+1
* | tipc: fix nametable publication field in nl compatRichard Alpe2016-05-171-1/+1
* | tipc: check nl sock before parsing nested attributesRichard Alpe2016-05-161-0/+3
* | tipc: eliminate risk of double link_up eventsJon Paul Maloy2016-05-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-0/+5
|\ \
| * | tipc: only process unicast on intended nodeHamish Martin2016-05-011-0/+5
* | | tipc: redesign connection-level flow controlJon Paul Maloy2016-05-035-62/+122
* | | tipc: propagate peer node capabilities to socket layerJon Paul Maloy2016-05-033-2/+22
* | | tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy2016-05-031-1/+1
* | | tipc: set 'active' state correctly for first established linkJon Paul Maloy2016-05-011-0/+1
* | | tipc: remove an unnecessary NULL checkDan Carpenter2016-04-281-2/+1
* | | tipc: fix stale links after re-enabling bearerParthasarathy Bhuvaragan2016-04-241-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-233-9/+30
|\ \ \ | |/ /
| * | tipc: purge deferred updates from dead nodesErik Hugne2016-04-111-0/+19
| * | tipc: make dist queue pernetErik Hugne2016-04-113-9/+11
| |/
* | tipc: let first message on link be a state messageJon Paul Maloy2016-04-153-5/+8
* | tipc: ensure that first packets on link are sent in orderJon Paul Maloy2016-04-151-0/+4
* | tipc: refactor function tipc_link_timeout()Jon Paul Maloy2016-04-151-20/+16
* | tipc: reduce transmission rate of reset messages when link is downJon Paul Maloy2016-04-151-3/+4
* | tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy2016-04-152-1/+19
* | tipc: fix a race condition leading to subscriber refcnt bugParthasarathy Bhuvaragan2016-04-143-10/+17
* | tipc: remove remnants of old broadcast codeJon Paul Maloy2016-04-131-15/+0
* | tipc: stricter filtering of packets in bearer layerJon Paul Maloy2016-04-072-17/+38
* | tipc: eliminate buffer leak in bearer layerJon Paul Maloy2016-04-073-31/+29
|/
* 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
OpenPOWER on IntegriCloud