| Commit message (Expand) | Author | Age | Files | Lines |
* | tipc: permit overlapping service ranges in name table | Jon Maloy | 2018-04-01 | 1 | -1/+1 |
* | tipc: replace name table service range array with rb tree | Jon Maloy | 2018-04-01 | 1 | -2/+2 |
* | tipc: tipc_node_create() can be static | Wei Yongjun | 2018-03-27 | 1 | -2/+2 |
* | tipc: handle collisions of 32-bit node address hash values | Jon Maloy | 2018-03-23 | 1 | -7/+78 |
* | tipc: add 128-bit node identifier | Jon Maloy | 2018-03-23 | 1 | -6/+2 |
* | tipc: remove restrictions on node address values | Jon Maloy | 2018-03-23 | 1 | -6/+2 |
* | tipc: apply bearer link tolerance on running links | Jon Maloy | 2018-02-14 | 1 | -0/+24 |
* | tipc: fix a memory leak in tipc_nl_node_get_link() | Cong Wang | 2018-01-15 | 1 | -12/+14 |
* | tipc: enforce valid ratio between skb truesize and contents | Jon Maloy | 2017-11-16 | 1 | -1/+1 |
* | net: tipc: Convert timers to use timer_setup() | Kees Cook | 2017-11-01 | 1 | -4/+4 |
* | tipc: add new function for sending multiple small messages | Jon Maloy | 2017-10-13 | 1 | -0/+16 |
* | tipc: add ability to obtain node availability status from other files | Jon Maloy | 2017-10-13 | 1 | -5/+21 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-09-02 | 1 | -1/+3 |
|\ |
|
| * | tipc: context imbalance at node read unlock | Parthasarathy Bhuvaragan | 2017-08-25 | 1 | -1/+1 |
| * | tipc: perform skb_linearize() before parsing the inner header | Parthasarathy Bhuvaragan | 2017-08-25 | 1 | -0/+2 |
* | | tipc: don't reset stale broadcast send link | Jon Paul Maloy | 2017-08-21 | 1 | -10/+4 |
|/ |
|
* | tipc: remove premature ESTABLISH FSM event at link synchronization | Jon Paul Maloy | 2017-08-10 | 1 | -3/+1 |
* | tipc: check return value of nlmsg_new | Pan Bian | 2017-04-24 | 1 | -0/+2 |
* | netlink: pass extended ACK struct where available | Johannes Berg | 2017-04-13 | 1 | -4/+4 |
* | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 2017-04-13 | 1 | -6/+6 |
* | tipc: move premature initilalization of stack variables | Jon Paul Maloy | 2017-02-24 | 1 | -5/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-28 | 1 | -2/+7 |
|\ |
|
| * | tipc: fix nametbl_lock soft lockup at node/link events | Parthasarathy Bhuvaragan | 2017-01-24 | 1 | -2/+7 |
* | | tipc: introduce replicast as transport option for multicast | Jon Paul Maloy | 2017-01-20 | 1 | -9/+18 |
* | | tipc: reduce risk of user starvation during link congestion | Jon Paul Maloy | 2017-01-03 | 1 | -10/+5 |
|/ |
|
* | tipc: fix broadcast link synchronization problem | Jon Paul Maloy | 2016-10-29 | 1 | -1/+1 |
* | tipc: transfer broadcast nacks in link state messages | Jon Paul Maloy | 2016-09-03 | 1 | -2/+30 |
* | tipc: add peer removal functionality | Richard Alpe | 2016-08-19 | 1 | -0/+63 |
* | tipc: dump monitor attributes | Parthasarathy Bhuvaragan | 2016-07-26 | 1 | -0/+86 |
* | tipc: get monitor threshold for the cluster | Parthasarathy Bhuvaragan | 2016-07-26 | 1 | -0/+52 |
* | tipc: make cluster size threshold for monitoring configurable | Parthasarathy Bhuvaragan | 2016-07-26 | 1 | -0/+27 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-07-24 | 1 | -4/+11 |
|\ |
|
| * | tipc: reset all unicast links when broadcast send link fails | Jon Paul Maloy | 2016-07-12 | 1 | -4/+11 |
* | | tipc: add neighbor monitoring framework | Jon Paul Maloy | 2016-06-15 | 1 | -14/+12 |
* | | tipc: change node timer unit from jiffies to ms | Jon Paul Maloy | 2016-06-08 | 1 | -8/+10 |
* | | tipc: correct error in node fsm | Jon Paul Maloy | 2016-06-08 | 1 | -2/+2 |
|/ |
|
* | tipc: eliminate risk of double link_up events | Jon Paul Maloy | 2016-05-12 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-04 | 1 | -0/+5 |
|\ |
|
| * | tipc: only process unicast on intended node | Hamish Martin | 2016-05-02 | 1 | -0/+5 |
* | | tipc: propagate peer node capabilities to socket layer | Jon Paul Maloy | 2016-05-03 | 1 | -2/+19 |
* | | tipc: set 'active' state correctly for first established link | Jon Paul Maloy | 2016-05-02 | 1 | -0/+1 |
* | | tipc: let first message on link be a state message | Jon Paul Maloy | 2016-04-15 | 1 | -1/+4 |
* | | tipc: ensure that first packets on link are sent in order | Jon Paul Maloy | 2016-04-15 | 1 | -0/+4 |
|/ |
|
* | tipc: move netlink policies to netlink.c | Richard Alpe | 2016-03-07 | 1 | -22/+1 |
* | tipc: don't check link reset on non existing link | Richard Alpe | 2016-03-07 | 1 | -1/+1 |
* | tipc: fix crash during node removal | Jon Paul Maloy | 2016-02-25 | 1 | -13/+11 |
* | tipc: eliminate risk of finding to-be-deleted node instance | Jon Paul Maloy | 2016-02-25 | 1 | -9/+9 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-02-23 | 1 | -6/+6 |
|\ |
|
| * | tipc: fix premature addition of node to lookup table | Jon Paul Maloy | 2016-02-16 | 1 | -6/+6 |
* | | tipc: refactor node xmit and fix memory leaks | Richard Alpe | 2016-02-16 | 1 | -22/+32 |