summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix NULL pointer dereference in shutdown()Vegard Nossum2016-08-151-1/+2
* tipc: fix variable dereference before NULL checkParthasarathy Bhuvaragan2016-08-101-1/+2
* tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor()Wei Yongjun2016-07-301-1/+1
* tipc: dump monitor attributesParthasarathy Bhuvaragan2016-07-265-0/+235
* tipc: add a function to get the bearer nameParthasarathy Bhuvaragan2016-07-262-0/+22
* tipc: get monitor threshold for the clusterParthasarathy Bhuvaragan2016-07-265-0/+67
* tipc: make cluster size threshold for monitoring configurableParthasarathy Bhuvaragan2016-07-266-2/+55
* tipc: introduce constants for tipc address validationParthasarathy Bhuvaragan2016-07-262-6/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-244-5/+35
|\
| * tipc: reset all unicast links when broadcast send link failsJon Paul Maloy2016-07-113-4/+27
| * tipc: ensure correct broadcast send buffer release when peer is lostJon Paul Maloy2016-07-111-0/+2
| * tipc: extend broadcast link initialization criteriaJon Paul Maloy2016-07-111-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-1/+1
|\|
| * tipc: fix nl compat regression for link statisticsRichard Alpe2016-07-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-305-25/+51
|\|
| * tipc: unclone unbundled buffers before forwardingJon Paul Maloy2016-06-222-11/+6
| * tipc: fix socket timer deadlockJon Paul Maloy2016-06-171-12/+42
| * tipc: eliminate uninitialized variable warningYing Xue2016-06-151-1/+2
| * tipc: fix suspicious RCU usageYing Xue2016-06-151-1/+1
* | tipc: rename udp_port in struct udp_media_addrRichard Alpe2016-06-291-12/+12
* | tipc: honor msg2addr return valueRichard Alpe2016-06-291-1/+4
* | tipc: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla2016-06-271-2/+1
* | tipc: potential shift wrapping bug in map_set()Dan Carpenter2016-06-171-2/+2
* | tipc: add neighbor monitoring frameworkJon Paul Maloy2016-06-1510-31/+797
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-1/+2
|\|
| * tipc: fix an infoleak in tipc_nl_compat_link_dumpKangjie Lu2016-06-021-1/+2
* | tipc: change node timer unit from jiffies to msJon Paul Maloy2016-06-082-10/+10
* | tipc: correct error in node fsmJon Paul Maloy2016-06-081-2/+2
|/
* tipc: fix potential null pointer dereferences in some compat functionsBaozeng Ding2016-05-251-18/+93
* tipc: block BH in TCP callbacksEric Dumazet2016-05-191-4/+4
* 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