| Commit message (Expand) | Author | Age | Files | Lines |
* | tipc: info leak in __tipc_nl_add_udp_addr() | Dan Carpenter | 2016-10-13 | 1 | -0/+2 |
* | tipc: fix possible memory leak in tipc_udp_enable() | Wei Yongjun | 2016-09-13 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-09-13 | 1 | -3/+5 |
|\ |
|
| * | tipc: fix random link resets while adding a second bearer | Parthasarathy Bhuvaragan | 2016-09-01 | 1 | -3/+5 |
* | | tipc: send broadcast nack directly upon sequence gap detection | Jon Paul Maloy | 2016-09-03 | 1 | -7/+16 |
* | | tipc: rate limit broadcast retransmissions | Jon Paul Maloy | 2016-09-03 | 1 | -5/+47 |
* | | tipc: transfer broadcast nacks in link state messages | Jon Paul Maloy | 2016-09-03 | 7 | -27/+108 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-08-30 | 1 | -0/+2 |
|\| |
|
| * | tipc: fix the error handling in tipc_udp_enable() | Wei Yongjun | 2016-08-26 | 1 | -1/+4 |
* | | tipc: add UDP remoteip dump to netlink API | Richard Alpe | 2016-08-27 | 3 | -1/+100 |
* | | tipc: add the ability to get UDP options via netlink | Richard Alpe | 2016-08-27 | 3 | -0/+70 |
* | | tipc: add replicast peer discovery | Richard Alpe | 2016-08-27 | 1 | -3/+80 |
* | | tipc: introduce UDP replicast | Richard Alpe | 2016-08-27 | 5 | -12/+200 |
* | | tipc: refactor multicast ip check | Richard Alpe | 2016-08-27 | 1 | -15/+19 |
* | | tipc: split UDP send function | Richard Alpe | 2016-08-27 | 1 | -18/+32 |
* | | tipc: split UDP nl address parsing | Richard Alpe | 2016-08-27 | 1 | -57/+55 |
* | | tipc: use kfree_skb() instead of kfree() | Wei Yongjun | 2016-08-24 | 1 | -1/+1 |
* | | tipc: add peer removal functionality | Richard Alpe | 2016-08-19 | 4 | -0/+71 |
* | | tipc: ensure that link congestion and wakeup use same criteria | Jon Paul Maloy | 2016-08-19 | 1 | -8/+10 |
* | | tipc: make bearer packet filtering generic | Jon Paul Maloy | 2016-08-19 | 3 | -39/+42 |
|/ |
|
* | tipc: fix NULL pointer dereference in shutdown() | Vegard Nossum | 2016-08-15 | 1 | -1/+2 |
* | tipc: fix variable dereference before NULL check | Parthasarathy Bhuvaragan | 2016-08-11 | 1 | -1/+2 |
* | tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor() | Wei Yongjun | 2016-07-31 | 1 | -1/+1 |
* | tipc: dump monitor attributes | Parthasarathy Bhuvaragan | 2016-07-26 | 5 | -0/+235 |
* | tipc: add a function to get the bearer name | Parthasarathy Bhuvaragan | 2016-07-26 | 2 | -0/+22 |
* | tipc: get monitor threshold for the cluster | Parthasarathy Bhuvaragan | 2016-07-26 | 5 | -0/+67 |
* | tipc: make cluster size threshold for monitoring configurable | Parthasarathy Bhuvaragan | 2016-07-26 | 6 | -2/+55 |
* | tipc: introduce constants for tipc address validation | Parthasarathy Bhuvaragan | 2016-07-26 | 2 | -6/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-07-24 | 4 | -5/+35 |
|\ |
|
| * | tipc: reset all unicast links when broadcast send link fails | Jon Paul Maloy | 2016-07-12 | 3 | -4/+27 |
| * | tipc: ensure correct broadcast send buffer release when peer is lost | Jon Paul Maloy | 2016-07-12 | 1 | -0/+2 |
| * | tipc: extend broadcast link initialization criteria | Jon Paul Maloy | 2016-07-12 | 1 | -1/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-07-06 | 1 | -1/+1 |
|\| |
|
| * | tipc: fix nl compat regression for link statistics | Richard Alpe | 2016-07-01 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-06-30 | 5 | -25/+51 |
|\| |
|
| * | tipc: unclone unbundled buffers before forwarding | Jon Paul Maloy | 2016-06-22 | 2 | -11/+6 |
| * | tipc: fix socket timer deadlock | Jon Paul Maloy | 2016-06-18 | 1 | -12/+42 |
| * | tipc: eliminate uninitialized variable warning | Ying Xue | 2016-06-16 | 1 | -1/+2 |
| * | tipc: fix suspicious RCU usage | Ying Xue | 2016-06-16 | 1 | -1/+1 |
* | | tipc: rename udp_port in struct udp_media_addr | Richard Alpe | 2016-06-29 | 1 | -12/+12 |
* | | tipc: honor msg2addr return value | Richard Alpe | 2016-06-29 | 1 | -1/+4 |
* | | tipc: Use kmemdup instead of kmalloc and memcpy | Amitoj Kaur Chawla | 2016-06-27 | 1 | -2/+1 |
* | | tipc: potential shift wrapping bug in map_set() | Dan Carpenter | 2016-06-18 | 1 | -2/+2 |
* | | tipc: add neighbor monitoring framework | Jon Paul Maloy | 2016-06-15 | 10 | -31/+797 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-06-10 | 1 | -1/+2 |
|\| |
|
| * | tipc: fix an infoleak in tipc_nl_compat_link_dump | Kangjie Lu | 2016-06-03 | 1 | -1/+2 |
* | | tipc: change node timer unit from jiffies to ms | Jon Paul Maloy | 2016-06-08 | 2 | -10/+10 |
* | | tipc: correct error in node fsm | Jon Paul Maloy | 2016-06-08 | 1 | -2/+2 |
|/ |
|
* | tipc: fix potential null pointer dereferences in some compat functions | Baozeng Ding | 2016-05-25 | 1 | -18/+93 |
* | tipc: block BH in TCP callbacks | Eric Dumazet | 2016-05-19 | 1 | -4/+4 |