summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang2018-04-083-6/+6
* tipc: Fix namespace violation in tipc_sk_fill_sock_diagGhantaKrishnamurthy MohanKrishna2018-04-041-1/+2
* tipc: Fix missing list initializations in struct tipc_subscriptionJon Maloy2018-04-041-0/+2
* tipc: avoid possible string overflowJon Maloy2018-03-311-1/+2
* tipc: permit overlapping service ranges in name tableJon Maloy2018-03-317-111/+60
* tipc: refactor name table translate functionJon Maloy2018-03-311-36/+25
* tipc: replace name table service range array with rb treeJon Maloy2018-03-316-568/+477
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* tipc: tipc_node_create() can be staticWei Yongjun2018-03-271-2/+2
* tipc: fix error handling in tipc_udp_enable()Wei Yongjun2018-03-271-1/+2
* tipc: tipc_disc_addr_trial_msg() can be statickbuild test robot2018-03-251-7/+7
* tipc: obtain node identity from interface by defaultJon Maloy2018-03-233-9/+29
* tipc: handle collisions of 32-bit node address hash valuesJon Maloy2018-03-2311-45/+236
* tipc: add 128-bit node identifierJon Maloy2018-03-2311-56/+146
* tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy2018-03-238-49/+42
* tipc: allow closest-first lookup algorithm when legacy address is configuredJon Maloy2018-03-236-18/+22
* tipc: remove restrictions on node address valuesJon Maloy2018-03-238-105/+21
* tipc: some cleanups in the file discover.cJon Maloy2018-03-234-166/+155
* tipc: refactor function tipc_enable_bearer()Jon Maloy2018-03-231-66/+70
* tipc: step sk->sk_drops when rcv buffer is fullGhantaKrishnamurthy MohanKrishna2018-03-221-2/+7
* tipc: implement socket diagnostics for AF_TIPCGhantaKrishnamurthy MohanKrishna2018-03-225-6/+203
* tipc: modify socket iterator for sock_diagGhantaKrishnamurthy MohanKrishna2018-03-221-24/+41
* tipc: some name changesJon Maloy2018-03-175-103/+106
* tipc: merge two lists in struct publicationJon Maloy2018-03-172-13/+12
* tipc: remove zone_list member in struct publicationJon Maloy2018-03-172-76/+30
* tipc: remove zone publication list in name tableJon Maloy2018-03-174-26/+29
* tipc: obsolete TIPC_ZONE_SCOPEJon Maloy2018-03-176-40/+23
* net: Convert tipc_net_opsKirill Tkhai2018-03-131-0/+1
* tipc: bcast: use true and false for boolean valuesGustavo A. R. Silva2018-03-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-062-0/+2
|\
| * tipc: correct initial value for group congestion flagJon Maloy2018-02-272-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-195-54/+91
|\|
| * tipc: Fix missing RTNL lock protection during setting link propertiesYing Xue2018-02-141-6/+8
| * tipc: Introduce __tipc_nl_net_setYing Xue2018-02-142-3/+13
| * tipc: Introduce __tipc_nl_media_setYing Xue2018-02-142-9/+15
| * tipc: Introduce __tipc_nl_bearer_setYing Xue2018-02-142-9/+15
| * tipc: Introduce __tipc_nl_bearer_enableYing Xue2018-02-142-7/+11
| * tipc: Introduce __tipc_nl_bearer_disableYing Xue2018-02-142-6/+14
| * tipc: Refactor __tipc_nl_compat_doitYing Xue2018-02-141-14/+15
* | tipc: don't call sock_release() in atomic contextPaolo Abeni2018-02-191-1/+1
* | tipc: fix bug on error path in tipc_topsrv_kern_subscr()Jon Maloy2018-02-191-3/+4
* | tipc: rename tipc_server to tipc_topsrvJon Maloy2018-02-167-259/+258
* | tipc: separate topology server listener socket from subcsriber socketsJon Maloy2018-02-161-181/+147
* | tipc: make struct tipc_server private for server.cJon Maloy2018-02-165-128/+110
* | tipc: some prefix changesJon Maloy2018-02-164-56/+54
* | tipc: collapse subscription creation functionsJon Maloy2018-02-164-43/+22
* | tipc: simplify endianness handling in topology subscriberJon Maloy2018-02-165-102/+86
* | tipc: simplify interaction between subscription and topology connectionJon Maloy2018-02-165-149/+88
* | tipc: eliminate struct tipc_subscriberJon Maloy2018-02-164-207/+146
* | tipc: remove unnecessary function pointersJon Maloy2018-02-164-37/+20