index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tipc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-31
tipc: move all link_reset() calls to link aggregation level
Jon Paul Maloy
5
-69
/
+104
2015-07-31
tipc: eliminate function tipc_link_activate()
Jon Paul Maloy
3
-16
/
+8
2015-07-30
tipc: fix bug in broadcast synch message create function
Jon Maloy
1
-0
/
+3
2015-07-27
tipc: clean up socket layer message reception
Jon Paul Maloy
4
-146
/
+134
2015-07-27
tipc: introduce new tipc_sk_respond() function
Jon Paul Maloy
3
-39
/
+47
2015-07-27
tipc: let function tipc_msg_reverse() expand header when needed
Jon Paul Maloy
3
-34
/
+48
2015-07-22
tipc: fix compatibility bug
Jon Paul Maloy
1
-1
/
+1
2015-07-21
tipc: reduce locking scope during packet reception
Jon Paul Maloy
8
-389
/
+478
2015-07-21
tipc: introduce node contact FSM
Jon Paul Maloy
4
-54
/
+185
2015-07-21
tipc: move link supervision timer to node level
Jon Paul Maloy
4
-80
/
+68
2015-07-21
tipc: simplify link timer implementation
Jon Paul Maloy
2
-45
/
+72
2015-07-21
tipc: improve link FSM implementation
Jon Paul Maloy
2
-156
/
+195
2015-07-21
tipc: introduce new link protocol msg create function
Jon Paul Maloy
1
-67
/
+77
2015-07-21
tipc: clean up definitions and usage of link flags
Jon Paul Maloy
4
-78
/
+67
2015-07-21
tipc: make media xmit call outside node spinlock context
Jon Paul Maloy
8
-77
/
+198
2015-07-21
tipc: change sk_buffer handling in tipc_link_xmit()
Jon Paul Maloy
3
-40
/
+37
2015-07-21
tipc: use bearer index when looking up active links
Jon Paul Maloy
2
-73
/
+59
2015-07-21
tipc: move link input queue to tipc_node
Jon Paul Maloy
4
-19
/
+27
2015-07-21
tipc: move link creation from neighbor discoverer to node
Jon Paul Maloy
3
-16
/
+37
2015-07-21
tipc: introduce link entry structure to struct tipc_node
Jon Paul Maloy
6
-136
/
+143
2015-07-09
net/tipc: initialize security state for new connection socket
Stephen Smalley
1
-0
/
+1
2015-06-29
tipc: purge backlog queue counters when broadcast link is reset
Jon Paul Maloy
3
-1
/
+7
2015-06-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+11
2015-06-11
tipc: disconnect socket directly after probe failure
Erik Hugne
1
-5
/
+11
2015-05-31
tipc: unconditionally put sock refcnt when sock timer to be deleted is pending
Ying Xue
1
-5
/
+2
2015-05-27
tipc: fix bug in link protocol message create function
Jon Paul Maloy
1
-2
/
+0
2015-05-14
tipc: use sock_create_kern interface to create kernel socket
Ying Xue
1
-1
/
+1
2015-05-14
tipc: add packet sequence number at instant of transmission
Jon Paul Maloy
5
-41
/
+54
2015-05-14
tipc: improve link congestion algorithm
Jon Paul Maloy
3
-10
/
+22
2015-05-14
tipc: simplify link supervision checkpointing
Jon Paul Maloy
2
-61
/
+22
2015-05-14
tipc: rename fields in struct tipc_link
Jon Paul Maloy
3
-96
/
+97
2015-05-14
tipc: simplify packet sequence number handling
Jon Paul Maloy
4
-62
/
+53
2015-05-14
tipc: simplify include dependencies
Jon Paul Maloy
8
-17
/
+22
2015-05-14
tipc: simplify link timer handling
Jon Paul Maloy
1
-3
/
+3
2015-05-14
tipc: simplify resetting and disabling of bearers
Jon Paul Maloy
3
-32
/
+10
2015-05-11
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
1
-1
/
+1
2015-05-09
tipc: send explicit not supported error in nl compat
Richard Alpe
1
-1
/
+1
2015-05-09
tipc: add broadcast link window set/get to nl api
Richard Alpe
3
-30
/
+58
2015-05-09
tipc: fix default link prop regression in nl compat
Richard Alpe
2
-23
/
+114
2015-05-04
tipc: deal with return value of tipc_conn_new callback
Ying Xue
1
-0
/
+4
2015-05-04
tipc: adjust locking policy of subscription
Ying Xue
1
-2
/
+4
2015-05-04
tipc: involve reference counter for subscriber
Ying Xue
1
-68
/
+52
2015-05-04
tipc: introduce tipc_subscrb_create routine
Ying Xue
1
-13
/
+17
2015-05-04
tipc: rename functions defined in subscr.c
Ying Xue
4
-97
/
+75
2015-04-29
tipc: fix problem with parallel link synchronization mechanism
Jon Paul Maloy
1
-5
/
+2
2015-04-29
tipc: remove wrong use of NLM_F_MULTI
Nicolas Dichtel
2
-12
/
+13
2015-04-23
tipc: fix node refcount issue
Erik Hugne
1
-1
/
+0
2015-04-23
tipc: fix random link reset problem
Erik Hugne
1
-1
/
+2
2015-04-23
tipc: fix topology server broken issue
Ying Xue
1
-6
/
+3
2015-04-07
udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().
David Miller
1
-2
/
+4
[prev]
[next]