index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
tipc
Commit message (
Expand
)
Author
Age
Files
Lines
*
tipc: fix bug in function tipc_nl_node_dump_monitor
Jon Maloy
2018-04-27
1
-1
/
+1
*
tipc: fix infinite loop when dumping link monitor summary
Tung Nguyen
2018-04-18
2
-8
/
+5
*
tipc: fix use-after-free in tipc_nametbl_stop
Jon Maloy
2018-04-18
1
-12
/
+17
*
tipc: fix possible crash in __tipc_nl_net_set()
Eric Dumazet
2018-04-16
2
-0
/
+4
*
tipc: add policy for TIPC_NLA_NET_ADDR
Eric Dumazet
2018-04-16
1
-1
/
+2
*
tipc: fix missing initializer in tipc_sendmsg()
Jon Maloy
2018-04-12
1
-1
/
+3
*
tipc: fix unbalanced reference counter
Jon Maloy
2018-04-12
3
-3
/
+9
*
tipc: use the right skb in tipc_sk_fill_sock_diag()
Cong Wang
2018-04-08
3
-6
/
+6
*
tipc: Fix namespace violation in tipc_sk_fill_sock_diag
GhantaKrishnamurthy MohanKrishna
2018-04-04
1
-1
/
+2
*
tipc: Fix missing list initializations in struct tipc_subscription
Jon Maloy
2018-04-04
1
-0
/
+2
*
tipc: avoid possible string overflow
Jon Maloy
2018-03-31
1
-1
/
+2
*
tipc: permit overlapping service ranges in name table
Jon Maloy
2018-03-31
7
-111
/
+60
*
tipc: refactor name table translate function
Jon Maloy
2018-03-31
1
-36
/
+25
*
tipc: replace name table service range array with rb tree
Jon Maloy
2018-03-31
6
-568
/
+477
*
net: Drop pernet_operations::async
Kirill Tkhai
2018-03-27
1
-1
/
+0
*
tipc: tipc_node_create() can be static
Wei Yongjun
2018-03-27
1
-2
/
+2
*
tipc: fix error handling in tipc_udp_enable()
Wei Yongjun
2018-03-27
1
-1
/
+2
*
tipc: tipc_disc_addr_trial_msg() can be static
kbuild test robot
2018-03-25
1
-7
/
+7
*
tipc: obtain node identity from interface by default
Jon Maloy
2018-03-23
3
-9
/
+29
*
tipc: handle collisions of 32-bit node address hash values
Jon Maloy
2018-03-23
11
-45
/
+236
*
tipc: add 128-bit node identifier
Jon Maloy
2018-03-23
11
-56
/
+146
*
tipc: remove direct accesses to own_addr field in struct tipc_net
Jon Maloy
2018-03-23
8
-49
/
+42
*
tipc: allow closest-first lookup algorithm when legacy address is configured
Jon Maloy
2018-03-23
6
-18
/
+22
*
tipc: remove restrictions on node address values
Jon Maloy
2018-03-23
8
-105
/
+21
*
tipc: some cleanups in the file discover.c
Jon Maloy
2018-03-23
4
-166
/
+155
*
tipc: refactor function tipc_enable_bearer()
Jon Maloy
2018-03-23
1
-66
/
+70
*
tipc: step sk->sk_drops when rcv buffer is full
GhantaKrishnamurthy MohanKrishna
2018-03-22
1
-2
/
+7
*
tipc: implement socket diagnostics for AF_TIPC
GhantaKrishnamurthy MohanKrishna
2018-03-22
5
-6
/
+203
*
tipc: modify socket iterator for sock_diag
GhantaKrishnamurthy MohanKrishna
2018-03-22
1
-24
/
+41
*
tipc: some name changes
Jon Maloy
2018-03-17
5
-103
/
+106
*
tipc: merge two lists in struct publication
Jon Maloy
2018-03-17
2
-13
/
+12
*
tipc: remove zone_list member in struct publication
Jon Maloy
2018-03-17
2
-76
/
+30
*
tipc: remove zone publication list in name table
Jon Maloy
2018-03-17
4
-26
/
+29
*
tipc: obsolete TIPC_ZONE_SCOPE
Jon Maloy
2018-03-17
6
-40
/
+23
*
net: Convert tipc_net_ops
Kirill Tkhai
2018-03-13
1
-0
/
+1
*
tipc: bcast: use true and false for boolean values
Gustavo A. R. Silva
2018-03-07
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-06
2
-0
/
+2
|
\
|
*
tipc: correct initial value for group congestion flag
Jon Maloy
2018-02-27
2
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-02-19
5
-54
/
+91
|
\
|
|
*
tipc: Fix missing RTNL lock protection during setting link properties
Ying Xue
2018-02-14
1
-6
/
+8
|
*
tipc: Introduce __tipc_nl_net_set
Ying Xue
2018-02-14
2
-3
/
+13
|
*
tipc: Introduce __tipc_nl_media_set
Ying Xue
2018-02-14
2
-9
/
+15
|
*
tipc: Introduce __tipc_nl_bearer_set
Ying Xue
2018-02-14
2
-9
/
+15
|
*
tipc: Introduce __tipc_nl_bearer_enable
Ying Xue
2018-02-14
2
-7
/
+11
|
*
tipc: Introduce __tipc_nl_bearer_disable
Ying Xue
2018-02-14
2
-6
/
+14
|
*
tipc: Refactor __tipc_nl_compat_doit
Ying Xue
2018-02-14
1
-14
/
+15
*
|
tipc: don't call sock_release() in atomic context
Paolo Abeni
2018-02-19
1
-1
/
+1
*
|
tipc: fix bug on error path in tipc_topsrv_kern_subscr()
Jon Maloy
2018-02-19
1
-3
/
+4
*
|
tipc: rename tipc_server to tipc_topsrv
Jon Maloy
2018-02-16
7
-259
/
+258
*
|
tipc: separate topology server listener socket from subcsriber sockets
Jon Maloy
2018-02-16
1
-181
/
+147
[next]