summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2018-04-18tipc: fix infinite loop when dumping link monitor summaryTung Nguyen
2018-04-18tipc: fix use-after-free in tipc_nametbl_stopJon Maloy
2018-04-16tipc: fix possible crash in __tipc_nl_net_set()Eric Dumazet
2018-04-16tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet
2018-04-12tipc: fix missing initializer in tipc_sendmsg()Jon Maloy
2018-04-12tipc: fix unbalanced reference counterJon Maloy
2018-04-08tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang
2018-04-04tipc: Fix namespace violation in tipc_sk_fill_sock_diagGhantaKrishnamurthy MohanKrishna
2018-04-04tipc: Fix missing list initializations in struct tipc_subscriptionJon Maloy
2018-03-31tipc: avoid possible string overflowJon Maloy
2018-03-31tipc: permit overlapping service ranges in name tableJon Maloy
2018-03-31tipc: refactor name table translate functionJon Maloy
2018-03-31tipc: replace name table service range array with rb treeJon Maloy
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-27tipc: tipc_node_create() can be staticWei Yongjun
2018-03-27tipc: fix error handling in tipc_udp_enable()Wei Yongjun
2018-03-25tipc: tipc_disc_addr_trial_msg() can be statickbuild test robot
2018-03-23tipc: obtain node identity from interface by defaultJon Maloy
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy
2018-03-23tipc: add 128-bit node identifierJon Maloy
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy
2018-03-23tipc: allow closest-first lookup algorithm when legacy address is configuredJon Maloy
2018-03-23tipc: remove restrictions on node address valuesJon Maloy
2018-03-23tipc: some cleanups in the file discover.cJon Maloy
2018-03-23tipc: refactor function tipc_enable_bearer()Jon Maloy
2018-03-22tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna
2018-03-22tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna
2018-03-22tipc: modify socket iterator for sock_diagGhantaKrishnamurthy MohanKrishna
2018-03-17tipc: some name changesJon Maloy
2018-03-17tipc: merge two lists in struct publicationJon Maloy
2018-03-17tipc: remove zone_list member in struct publicationJon Maloy
2018-03-17tipc: remove zone publication list in name tableJon Maloy
2018-03-17tipc: obsolete TIPC_ZONE_SCOPEJon Maloy
2018-03-13net: Convert tipc_net_opsKirill Tkhai
2018-03-07tipc: bcast: use true and false for boolean valuesGustavo A. R. Silva
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-27tipc: correct initial value for group congestion flagJon Maloy
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-19tipc: don't call sock_release() in atomic contextPaolo Abeni
2018-02-19tipc: fix bug on error path in tipc_topsrv_kern_subscr()Jon Maloy
2018-02-16tipc: rename tipc_server to tipc_topsrvJon Maloy
2018-02-16tipc: separate topology server listener socket from subcsriber socketsJon Maloy
2018-02-16tipc: make struct tipc_server private for server.cJon Maloy
2018-02-16tipc: some prefix changesJon Maloy
2018-02-16tipc: collapse subscription creation functionsJon Maloy
2018-02-16tipc: simplify endianness handling in topology subscriberJon Maloy
2018-02-16tipc: simplify interaction between subscription and topology connectionJon Maloy
2018-02-16tipc: eliminate struct tipc_subscriberJon Maloy
2018-02-16tipc: remove unnecessary function pointersJon Maloy
2018-02-16tipc: remove redundant code in topology serverJon Maloy