summaryrefslogtreecommitdiff
path: root/net/tipc
Commit message (Expand)AuthorAge
* tipc: fix infinite loop when dumping link monitor summaryTung Nguyen2018-04-18
* tipc: fix use-after-free in tipc_nametbl_stopJon Maloy2018-04-18
* tipc: fix possible crash in __tipc_nl_net_set()Eric Dumazet2018-04-16
* tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet2018-04-16
* tipc: fix missing initializer in tipc_sendmsg()Jon Maloy2018-04-12
* tipc: fix unbalanced reference counterJon Maloy2018-04-12
* tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang2018-04-08
* tipc: Fix namespace violation in tipc_sk_fill_sock_diagGhantaKrishnamurthy MohanKrishna2018-04-04
* tipc: Fix missing list initializations in struct tipc_subscriptionJon Maloy2018-04-04
* tipc: avoid possible string overflowJon Maloy2018-03-31
* tipc: permit overlapping service ranges in name tableJon Maloy2018-03-31
* tipc: refactor name table translate functionJon Maloy2018-03-31
* tipc: replace name table service range array with rb treeJon Maloy2018-03-31
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* tipc: tipc_node_create() can be staticWei Yongjun2018-03-27
* tipc: fix error handling in tipc_udp_enable()Wei Yongjun2018-03-27
* tipc: tipc_disc_addr_trial_msg() can be statickbuild test robot2018-03-25
* tipc: obtain node identity from interface by defaultJon Maloy2018-03-23
* tipc: handle collisions of 32-bit node address hash valuesJon Maloy2018-03-23
* tipc: add 128-bit node identifierJon Maloy2018-03-23
* tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy2018-03-23
* tipc: allow closest-first lookup algorithm when legacy address is configuredJon Maloy2018-03-23
* tipc: remove restrictions on node address valuesJon Maloy2018-03-23
* tipc: some cleanups in the file discover.cJon Maloy2018-03-23
* tipc: refactor function tipc_enable_bearer()Jon Maloy2018-03-23
* tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna2018-03-22
* tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna2018-03-22
* tipc: modify socket iterator for sock_diagGhantaKrishnamurthy MohanKrishna2018-03-22
* tipc: some name changesJon Maloy2018-03-17
* tipc: merge two lists in struct publicationJon Maloy2018-03-17
* tipc: remove zone_list member in struct publicationJon Maloy2018-03-17
* tipc: remove zone publication list in name tableJon Maloy2018-03-17
* tipc: obsolete TIPC_ZONE_SCOPEJon Maloy2018-03-17
* net: Convert tipc_net_opsKirill Tkhai2018-03-13
* tipc: bcast: use true and false for boolean valuesGustavo A. R. Silva2018-03-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-06
|\
| * tipc: correct initial value for group congestion flagJon Maloy2018-02-27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-19
|\ \ | |/
| * tipc: Fix missing RTNL lock protection during setting link propertiesYing Xue2018-02-14
| * tipc: Introduce __tipc_nl_net_setYing Xue2018-02-14
| * tipc: Introduce __tipc_nl_media_setYing Xue2018-02-14
| * tipc: Introduce __tipc_nl_bearer_setYing Xue2018-02-14
| * tipc: Introduce __tipc_nl_bearer_enableYing Xue2018-02-14
| * tipc: Introduce __tipc_nl_bearer_disableYing Xue2018-02-14
| * tipc: Refactor __tipc_nl_compat_doitYing Xue2018-02-14
* | tipc: don't call sock_release() in atomic contextPaolo Abeni2018-02-19
* | tipc: fix bug on error path in tipc_topsrv_kern_subscr()Jon Maloy2018-02-19
* | tipc: rename tipc_server to tipc_topsrvJon Maloy2018-02-16
* | tipc: separate topology server listener socket from subcsriber socketsJon Maloy2018-02-16
* | tipc: make struct tipc_server private for server.cJon Maloy2018-02-16