summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter2016-10-131-0/+2
* tipc: fix possible memory leak in tipc_udp_enable()Wei Yongjun2016-09-131-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-131-3/+5
|\
| * tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan2016-09-011-3/+5
* | tipc: send broadcast nack directly upon sequence gap detectionJon Paul Maloy2016-09-031-7/+16
* | tipc: rate limit broadcast retransmissionsJon Paul Maloy2016-09-031-5/+47
* | tipc: transfer broadcast nacks in link state messagesJon Paul Maloy2016-09-037-27/+108
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-0/+2
|\|
| * tipc: fix the error handling in tipc_udp_enable()Wei Yongjun2016-08-261-1/+4
* | tipc: add UDP remoteip dump to netlink APIRichard Alpe2016-08-273-1/+100
* | tipc: add the ability to get UDP options via netlinkRichard Alpe2016-08-273-0/+70
* | tipc: add replicast peer discoveryRichard Alpe2016-08-271-3/+80
* | tipc: introduce UDP replicastRichard Alpe2016-08-275-12/+200
* | tipc: refactor multicast ip checkRichard Alpe2016-08-271-15/+19
* | tipc: split UDP send functionRichard Alpe2016-08-271-18/+32
* | tipc: split UDP nl address parsingRichard Alpe2016-08-271-57/+55Star
* | tipc: use kfree_skb() instead of kfree()Wei Yongjun2016-08-241-1/+1
* | tipc: add peer removal functionalityRichard Alpe2016-08-194-0/+71
* | tipc: ensure that link congestion and wakeup use same criteriaJon Paul Maloy2016-08-191-8/+10
* | tipc: make bearer packet filtering genericJon Paul Maloy2016-08-193-39/+42
|/
* tipc: fix NULL pointer dereference in shutdown()Vegard Nossum2016-08-151-1/+2
* tipc: fix variable dereference before NULL checkParthasarathy Bhuvaragan2016-08-111-1/+2
* tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor()Wei Yongjun2016-07-311-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/+3Star
* 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-123-4/+27
| * tipc: ensure correct broadcast send buffer release when peer is lostJon Paul Maloy2016-07-121-0/+2
| * tipc: extend broadcast link initialization criteriaJon Paul Maloy2016-07-121-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/+6Star
| * tipc: fix socket timer deadlockJon Paul Maloy2016-06-181-12/+42
| * tipc: eliminate uninitialized variable warningYing Xue2016-06-161-1/+2
| * tipc: fix suspicious RCU usageYing Xue2016-06-161-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/+1Star
* | tipc: potential shift wrapping bug in map_set()Dan Carpenter2016-06-181-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-031-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