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