summaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)Author
2018-10-18tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan
2018-10-13tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang
2018-10-10tipc: switch to rhashtable iteratorCong Wang
2018-09-26tipc: orphan sock in tipc_release()Cong Wang
2018-09-15tipc: fix the big/little endian issue in tipc_destHaiqing Bai
2018-09-15tipc: fix a missing rhashtable_walk_exit()Cong Wang
2018-08-07tipc: fix an interrupt unsafe locking scenarioYing Xue
2018-07-07tipc: make function tipc_net_finalize() thread safeJon Maloy
2018-07-07tipc: fix correct setting of message type in second discovererJon Maloy
2018-07-07tipc: correct discovery message handling during address trial periodJon Maloy
2018-07-07tipc: fix wrong return value from function tipc_node_try_addr()Jon Maloy
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net/tipc: convert to ->poll_maskChristoph Hellwig
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-10tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet
2018-05-10tipc: clean up removal of binding table itemsJon Maloy
2018-05-10tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-27tipc: introduce ioctl for fetching node identityJon Maloy
2018-04-27tipc: fix bug in function tipc_nl_node_dump_monitorJon Maloy
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-20tipc: confgiure and apply UDP bearer MTU on running linksGhantaKrishnamurthy MohanKrishna
2018-04-20tipc: implement configuration of UDP media MTUGhantaKrishnamurthy MohanKrishna
2018-04-20tipc: set default MTU for UDP mediaGhantaKrishnamurthy MohanKrishna
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