aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2018-11-11tipc: fix link re-establish failureGravatar Jon Maloy 1-4/+7
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-1/+1
2018-10-23Revert "net: simplify sock_poll_wait"Gravatar Karsten Graul 1-1/+1
2018-10-22tipc: eliminate message disordering during binding table updateGravatar Jon Maloy 3-8/+12
2018-10-22tipc: use destination length for copy stringGravatar Guoqing Jiang 1-1/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-2/+4
2018-10-18tipc: fix info leak from kernel tipc_eventGravatar Jon Maloy 1-0/+1
2018-10-15tipc: fix unsafe rcu locking when accessing publication listGravatar Tung Nguyen 1-2/+2
2018-10-15tipc: initialize broadcast link stale counter correctlyGravatar Jon Maloy 1-0/+1
2018-10-15tipc: support binding to specific ip address when activating UDP bearerGravatar Hoang Le 1-3/+15
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-9/+32
2018-10-11tipc: eliminate possible recursive locking detected by LOCKDEPGravatar Ying Xue 1-2/+9
2018-10-10tipc: queue socket protocol error messages into socket receive bufferGravatar Parthasarathy Bhuvaragan 1-2/+12
2018-10-10tipc: set link tolerance correctly in broadcast linkGravatar Jon Maloy 1-5/+11
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-8/+70
2018-10-01tipc: ignore STATE_MSG on wrong link sessionGravatar LUU Duc Canh 2-2/+6
2018-09-29tipc: fix failover problemGravatar LUU Duc Canh 3-0/+49
2018-09-29tipc: buffer overflow handling in listener socketGravatar Tung Nguyen 3-6/+64
2018-09-29tipc: add SYN bit to connection setup messagesGravatar Jon Maloy 3-5/+22
2018-09-29tipc: refactor function tipc_sk_filter_connect()Gravatar Jon Maloy 1-58/+43
2018-09-29tipc: refactor function tipc_sk_timeout()Gravatar Jon Maloy 1-24/+38
2018-09-29tipc: refactor function tipc_msg_reverse()Gravatar Jon Maloy 1-30/+28
2018-09-25tipc: lock wakeup & inputq at tipc_link_reset()Gravatar Parthasarathy Bhuvaragan 1-1/+6
2018-09-25tipc: reset bearer if device carrier not okGravatar Parthasarathy Bhuvaragan 1-5/+7
2018-09-25tipc: fix flow control accounting for implicit connectGravatar Parthasarathy Bhuvaragan 1-1/+3
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-6/+18
2018-09-12tipc: check return value of __tipc_dump_start()Gravatar Cong Wang 1-1/+4
2018-09-10net: Add and use skb_mark_not_on_list().Gravatar David S. Miller 1-1/+1
2018-09-06tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Gravatar Cong Wang 3-6/+14
2018-09-05tipc: orphan sock in tipc_release()Gravatar Cong Wang 1-0/+1
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 8-43/+68
2018-09-03tipc: correct spelling errors for tipc_topsrv_queue_evt() commentsGravatar Zhenbo Gao 1-2/+2
2018-09-03tipc: correct spelling errors for struct tipc_bc_base's commentGravatar Zhenbo Gao 1-2/+2
2018-09-03tipc: correct structure parameter comments for topsrvGravatar Zhenbo Gao 1-8/+2
2018-08-29tipc: switch to rhashtable iteratorGravatar Cong Wang 4-26/+56
2018-08-29tipc: fix a missing rhashtable_walk_exit()Gravatar Cong Wang 1-0/+2
2018-08-27tipc: fix the big/little endian issue in tipc_destGravatar Haiqing Bai 2-13/+6
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+1
2018-08-07tipc: fix an interrupt unsafe locking scenarioGravatar Ying Xue 1-3/+1
2018-08-01net/tipc: remove redundant variables 'tn' and 'oport'Gravatar Colin Ian King 1-4/+1
2018-07-30net: simplify sock_poll_waitGravatar Christoph Hellwig 1-1/+1
2018-07-27net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()Gravatar Jia-Ju Bai 1-1/+1
2018-07-27net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Gravatar Jia-Ju Bai 1-1/+1
2018-07-26tipc: add missing dev_put() on error in tipc_enable_l2_mediaGravatar YueHaibing 1-0/+1
2018-07-21tipc: make some functions staticGravatar YueHaibing 3-8/+10
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxGravatar David S. Miller 3-15/+27
2018-07-20tipc: make link capability update thread safeGravatar Jon Maloy 1-0/+4
2018-07-18tipc: remove unused tipc_group_sizeGravatar YueHaibing 1-5/+0
2018-07-18tipc: remove unused tipc_link_is_activeGravatar YueHaibing 1-5/+0