| Commit message (Expand) | Author | Age | Files | Lines |
* | tipc: fix infinite loop when dumping link monitor summary | Tung Nguyen | 2018-04-18 | 2 | -8/+5 |
* | tipc: fix use-after-free in tipc_nametbl_stop | Jon Maloy | 2018-04-18 | 1 | -12/+17 |
* | tipc: fix possible crash in __tipc_nl_net_set() | Eric Dumazet | 2018-04-16 | 2 | -0/+4 |
* | tipc: add policy for TIPC_NLA_NET_ADDR | Eric Dumazet | 2018-04-16 | 1 | -1/+2 |
* | tipc: fix missing initializer in tipc_sendmsg() | Jon Maloy | 2018-04-12 | 1 | -1/+3 |
* | tipc: fix unbalanced reference counter | Jon Maloy | 2018-04-12 | 3 | -3/+9 |
* | tipc: use the right skb in tipc_sk_fill_sock_diag() | Cong Wang | 2018-04-08 | 3 | -6/+6 |
* | tipc: Fix namespace violation in tipc_sk_fill_sock_diag | GhantaKrishnamurthy MohanKrishna | 2018-04-04 | 1 | -1/+2 |
* | tipc: Fix missing list initializations in struct tipc_subscription | Jon Maloy | 2018-04-04 | 1 | -0/+2 |
* | tipc: avoid possible string overflow | Jon Maloy | 2018-03-31 | 1 | -1/+2 |
* | tipc: permit overlapping service ranges in name table | Jon Maloy | 2018-03-31 | 7 | -111/+60 |
* | tipc: refactor name table translate function | Jon Maloy | 2018-03-31 | 1 | -36/+25 |
* | tipc: replace name table service range array with rb tree | Jon Maloy | 2018-03-31 | 6 | -568/+477 |
* | net: Drop pernet_operations::async | Kirill Tkhai | 2018-03-27 | 1 | -1/+0 |
* | tipc: tipc_node_create() can be static | Wei Yongjun | 2018-03-27 | 1 | -2/+2 |
* | tipc: fix error handling in tipc_udp_enable() | Wei Yongjun | 2018-03-27 | 1 | -1/+2 |
* | tipc: tipc_disc_addr_trial_msg() can be static | kbuild test robot | 2018-03-25 | 1 | -7/+7 |
* | tipc: obtain node identity from interface by default | Jon Maloy | 2018-03-23 | 3 | -9/+29 |
* | tipc: handle collisions of 32-bit node address hash values | Jon Maloy | 2018-03-23 | 11 | -45/+236 |
* | tipc: add 128-bit node identifier | Jon Maloy | 2018-03-23 | 11 | -56/+146 |
* | tipc: remove direct accesses to own_addr field in struct tipc_net | Jon Maloy | 2018-03-23 | 8 | -49/+42 |
* | tipc: allow closest-first lookup algorithm when legacy address is configured | Jon Maloy | 2018-03-23 | 6 | -18/+22 |
* | tipc: remove restrictions on node address values | Jon Maloy | 2018-03-23 | 8 | -105/+21 |
* | tipc: some cleanups in the file discover.c | Jon Maloy | 2018-03-23 | 4 | -166/+155 |
* | tipc: refactor function tipc_enable_bearer() | Jon Maloy | 2018-03-23 | 1 | -66/+70 |
* | tipc: step sk->sk_drops when rcv buffer is full | GhantaKrishnamurthy MohanKrishna | 2018-03-22 | 1 | -2/+7 |
* | tipc: implement socket diagnostics for AF_TIPC | GhantaKrishnamurthy MohanKrishna | 2018-03-22 | 5 | -6/+203 |
* | tipc: modify socket iterator for sock_diag | GhantaKrishnamurthy MohanKrishna | 2018-03-22 | 1 | -24/+41 |
* | tipc: some name changes | Jon Maloy | 2018-03-17 | 5 | -103/+106 |
* | tipc: merge two lists in struct publication | Jon Maloy | 2018-03-17 | 2 | -13/+12 |
* | tipc: remove zone_list member in struct publication | Jon Maloy | 2018-03-17 | 2 | -76/+30 |
* | tipc: remove zone publication list in name table | Jon Maloy | 2018-03-17 | 4 | -26/+29 |
* | tipc: obsolete TIPC_ZONE_SCOPE | Jon Maloy | 2018-03-17 | 6 | -40/+23 |
* | net: Convert tipc_net_ops | Kirill Tkhai | 2018-03-13 | 1 | -0/+1 |
* | tipc: bcast: use true and false for boolean values | Gustavo A. R. Silva | 2018-03-07 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-03-06 | 2 | -0/+2 |
|\ |
|
| * | tipc: correct initial value for group congestion flag | Jon Maloy | 2018-02-27 | 2 | -0/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-02-19 | 5 | -54/+91 |
|\| |
|
| * | tipc: Fix missing RTNL lock protection during setting link properties | Ying Xue | 2018-02-14 | 1 | -6/+8 |
| * | tipc: Introduce __tipc_nl_net_set | Ying Xue | 2018-02-14 | 2 | -3/+13 |
| * | tipc: Introduce __tipc_nl_media_set | Ying Xue | 2018-02-14 | 2 | -9/+15 |
| * | tipc: Introduce __tipc_nl_bearer_set | Ying Xue | 2018-02-14 | 2 | -9/+15 |
| * | tipc: Introduce __tipc_nl_bearer_enable | Ying Xue | 2018-02-14 | 2 | -7/+11 |
| * | tipc: Introduce __tipc_nl_bearer_disable | Ying Xue | 2018-02-14 | 2 | -6/+14 |
| * | tipc: Refactor __tipc_nl_compat_doit | Ying Xue | 2018-02-14 | 1 | -14/+15 |
* | | tipc: don't call sock_release() in atomic context | Paolo Abeni | 2018-02-19 | 1 | -1/+1 |
* | | tipc: fix bug on error path in tipc_topsrv_kern_subscr() | Jon Maloy | 2018-02-19 | 1 | -3/+4 |
* | | tipc: rename tipc_server to tipc_topsrv | Jon Maloy | 2018-02-16 | 7 | -259/+258 |
* | | tipc: separate topology server listener socket from subcsriber sockets | Jon Maloy | 2018-02-16 | 1 | -181/+147 |
* | | tipc: make struct tipc_server private for server.c | Jon Maloy | 2018-02-16 | 5 | -128/+110 |