summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-068-59/+143
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-112-3/+15
| |\
| * | tipc: clean up removal of binding table itemsJon Maloy2018-05-101-50/+53
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-1/+1
| |\ \
| * | | tipc: introduce ioctl for fetching node identityJon Maloy2018-04-273-2/+33
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-218-25/+40
| |\ \ \
| * | | | tipc: confgiure and apply UDP bearer MTU on running linksGhantaKrishnamurthy MohanKrishna2018-04-203-5/+25
| * | | | tipc: implement configuration of UDP media MTUGhantaKrishnamurthy MohanKrishna2018-04-203-0/+30
| * | | | tipc: set default MTU for UDP mediaGhantaKrishnamurthy MohanKrishna2018-04-201-2/+2
* | | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-9/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | net/tipc: convert to ->poll_maskChristoph Hellwig2018-05-261-9/+5
| | |/ / | |/| |
* | | | tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet2018-05-101-1/+2
* | | | tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue2018-05-101-2/+13
| |_|/ |/| |
* | | tipc: fix bug in function tipc_nl_node_dump_monitorJon Maloy2018-04-271-1/+1
|/ /
* | tipc: fix infinite loop when dumping link monitor summaryTung Nguyen2018-04-182-8/+5
* | tipc: fix use-after-free in tipc_nametbl_stopJon Maloy2018-04-181-12/+17
* | tipc: fix possible crash in __tipc_nl_net_set()Eric Dumazet2018-04-162-0/+4
* | tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet2018-04-161-1/+2
* | tipc: fix missing initializer in tipc_sendmsg()Jon Maloy2018-04-121-1/+3
* | tipc: fix unbalanced reference counterJon Maloy2018-04-123-3/+9
|/
* 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
OpenPOWER on IntegriCloud