index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
tipc
Commit message (
Expand
)
Author
Age
Files
Lines
*
tipc: eliminate possible recursive locking detected by LOCKDEP
Ying Xue
2018-10-11
1
-2
/
+9
*
tipc: queue socket protocol error messages into socket receive buffer
Parthasarathy Bhuvaragan
2018-10-10
1
-2
/
+12
*
tipc: set link tolerance correctly in broadcast link
Jon Maloy
2018-10-10
1
-5
/
+11
*
tipc: ignore STATE_MSG on wrong link session
LUU Duc Canh
2018-10-01
2
-2
/
+6
*
tipc: fix failover problem
LUU Duc Canh
2018-09-29
3
-0
/
+49
*
tipc: lock wakeup & inputq at tipc_link_reset()
Parthasarathy Bhuvaragan
2018-09-25
1
-1
/
+6
*
tipc: reset bearer if device carrier not ok
Parthasarathy Bhuvaragan
2018-09-25
1
-5
/
+7
*
tipc: fix flow control accounting for implicit connect
Parthasarathy Bhuvaragan
2018-09-25
1
-1
/
+3
*
tipc: check return value of __tipc_dump_start()
Cong Wang
2018-09-12
1
-1
/
+4
*
tipc: call start and done ops directly in __tipc_nl_compat_dumpit()
Cong Wang
2018-09-06
3
-6
/
+14
*
tipc: orphan sock in tipc_release()
Cong Wang
2018-09-05
1
-0
/
+1
*
tipc: correct spelling errors for tipc_topsrv_queue_evt() comments
Zhenbo Gao
2018-09-03
1
-2
/
+2
*
tipc: correct spelling errors for struct tipc_bc_base's comment
Zhenbo Gao
2018-09-03
1
-2
/
+2
*
tipc: switch to rhashtable iterator
Cong Wang
2018-08-29
4
-26
/
+56
*
tipc: fix a missing rhashtable_walk_exit()
Cong Wang
2018-08-29
1
-0
/
+2
*
tipc: fix the big/little endian issue in tipc_dest
Haiqing Bai
2018-08-27
2
-13
/
+6
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-09
1
-3
/
+1
|
\
|
*
tipc: fix an interrupt unsafe locking scenario
Ying Xue
2018-08-07
1
-3
/
+1
*
|
net/tipc: remove redundant variables 'tn' and 'oport'
Colin Ian King
2018-08-01
1
-4
/
+1
*
|
net: simplify sock_poll_wait
Christoph Hellwig
2018-07-30
1
-1
/
+1
*
|
net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()
Jia-Ju Bai
2018-07-27
1
-1
/
+1
*
|
net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()
Jia-Ju Bai
2018-07-27
1
-1
/
+1
*
|
tipc: add missing dev_put() on error in tipc_enable_l2_media
YueHaibing
2018-07-26
1
-0
/
+1
*
|
tipc: make some functions static
YueHaibing
2018-07-21
3
-8
/
+10
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2018-07-20
3
-15
/
+27
|
\
|
|
*
tipc: make function tipc_net_finalize() thread safe
Jon Maloy
2018-07-07
1
-6
/
+11
|
*
tipc: fix correct setting of message type in second discoverer
Jon Maloy
2018-07-07
1
-6
/
+7
|
*
tipc: correct discovery message handling during address trial period
Jon Maloy
2018-07-07
1
-1
/
+4
|
*
tipc: fix wrong return value from function tipc_node_try_addr()
Jon Maloy
2018-07-07
1
-2
/
+5
*
|
tipc: make link capability update thread safe
Jon Maloy
2018-07-20
1
-0
/
+4
*
|
tipc: remove unused tipc_group_size
YueHaibing
2018-07-18
1
-5
/
+0
*
|
tipc: remove unused tipc_link_is_active
YueHaibing
2018-07-18
1
-5
/
+0
*
|
tipc: check session number before accepting link protocol messages
Jon Maloy
2018-07-11
3
-22
/
+52
*
|
tipc: add sequence number check for link STATE messages
Jon Maloy
2018-07-11
4
-6
/
+32
*
|
tipc: extend link reset criteria for stale packet retransmission
Jon Maloy
2018-07-07
1
-19
/
+24
*
|
tipc: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-07-05
2
-0
/
+2
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-03
1
-5
/
+9
|
\
|
|
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-5
/
+9
*
|
tipc: extend sock diag for group communication
GhantaKrishnamurthy MohanKrishna
2018-06-30
3
-0
/
+38
*
|
tipc: Auto removal of peer down node instance
GhantaKrishnamurthy MohanKrishna
2018-06-30
1
-11
/
+55
*
|
tipc: optimize function tipc_node_timeout()
Tung Nguyen
2018-06-30
1
-3
/
+5
*
|
tipc: eliminate buffer cloning in function tipc_msg_extract()
Tung Nguyen
2018-06-30
1
-20
/
+15
|
/
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-06
8
-59
/
+143
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-11
2
-3
/
+15
|
|
\
|
*
|
tipc: clean up removal of binding table items
Jon Maloy
2018-05-10
1
-50
/
+53
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-04
1
-1
/
+1
|
|
\
\
|
*
|
|
tipc: introduce ioctl for fetching node identity
Jon Maloy
2018-04-27
3
-2
/
+33
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-21
8
-25
/
+40
|
|
\
\
\
|
*
|
|
|
tipc: confgiure and apply UDP bearer MTU on running links
GhantaKrishnamurthy MohanKrishna
2018-04-20
3
-5
/
+25
[next]