Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9eae5e27be4a3948c1b92c0d3c7ce5fc60a08461
/
net
/
tipc
/
link.c
ba5f6a8
tipc: update replicast capability for broadcast send link
by Hoang Le
· 5 years ago
fc1b6d6
tipc: introduce TIPC encryption & authentication
by Tuong Lien
· 5 years ago
d0d605c
tipc: eliminate the dummy packet in link synching
by Tuong Lien
· 5 years ago
426071f
tipc: reduce sensitive to retransmit failures
by Hoang Le
· 5 years ago
06e7c70
tipc: improve message bundling algorithm
by Tuong Lien
· 5 years ago
8ebed8a
tipc: Spelling s/enpoint/endpoint/
by Geert Uytterhoeven
· 5 years ago
e95584a
tipc: fix unlimited bundling of small messages
by Tuong Lien
· 5 years ago
446bf64
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
e654f9f
tipc: clean up skb list lock handling on send path
by Jon Maloy
· 5 years ago
7120423
tipc: fix false detection of retransmit failures
by Tuong Lien
· 5 years ago
7c5b420
tipc: reduce risk of wakeup queue starvation
by Jon Maloy
· 5 years ago
2320bcd
tipc: fix changeover issues due to large packet
by Tuong Lien
· 5 years ago
4929a93
tipc: optimize link synching mechanism
by Tuong Lien
· 5 years ago
53962bc
tipc: embed jiffies in macro TIPC_BC_RETR_LIM
by Jon Maloy
· 6 years ago
a7dc51a
tipc: rename function msg_get_wrapped() to msg_inner_hdr()
by Jon Maloy
· 6 years ago
20c6731
tipc: eliminate unnecessary skb expansion during retransmission
by Jon Maloy
· 6 years ago
77cf8ed
tipc: simplify stale link failure criteria
by Jon Maloy
· 6 years ago
92ad632
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
d0f84d0
tipc: fix issues with early FAILOVER_MSG from peer
by Tuong Lien
· 6 years ago
6a6b5c8
tipc: include retrans failure detection for unicast
by Tuong Lien
· 6 years ago
c0b14a0
tipc: fix missing Name entries due to half-failover
by Tuong Lien
· 6 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
ae0be8d
netlink: make nla_nest_start() add NLA_F_NESTED flag
by Michal Kubecek
· 6 years ago
6b0a7f8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
f7a9378
tipc: fix link established but not in session
by Tuong Lien
· 6 years ago
58ee86b
tipc: adapt link failover for new Gap-ACK algorithm
by Tuong Lien
· 6 years ago
382f598
tipc: reduce duplicate packets for unicast traffic
by Tuong Lien
· 6 years ago
9195948
tipc: improve TIPC throughput by Gap ACK blocks
by Tuong Lien
· 6 years ago
02ec6ca
tipc: support broadcast/replicast configurable for bc-link
by Hoang Le
· 6 years ago
3313da8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
91986ee
tipc: fix link session and re-establish issues
by Tuong Lien
· 6 years ago
7384b53
tipc: fix skb may be leaky in tipc_link_input
by Hoang Le
· 6 years ago
f79e336
tipc: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
0557227
tipc: fix uninitialized value for broadcast retransmission
by Hoang Le
· 6 years ago
26574db
tipc: add trace_events for tipc link
by Tuong Lien
· 6 years ago
b4b9771
tipc: enable tracepoints in tipc
by Tuong Lien
· 6 years ago
2b9b750
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
7ab412d
tipc: fix link re-establish failure
by Jon Maloy
· 6 years ago
31c4f4c
tipc: improve broadcast retransmission algorithm
by LUU Duc Canh
· 6 years ago
4af00f4
tipc: initialize broadcast link stale counter correctly
by Jon Maloy
· 6 years ago
a1f8dd3
tipc: eliminate possible recursive locking detected by LOCKDEP
by Ying Xue
· 6 years ago
047491e
tipc: set link tolerance correctly in broadcast link
by Jon Maloy
· 6 years ago
d949cfe
tipc: ignore STATE_MSG on wrong link session
by LUU Duc Canh
· 6 years ago
c140eb1
tipc: fix failover problem
by LUU Duc Canh
· 6 years ago
3f32d0b
tipc: lock wakeup & inputq at tipc_link_reset()
by Parthasarathy Bhuvaragan
· 6 years ago
e064cce
tipc: make some functions static
by YueHaibing
· 6 years ago
c94b1ac
tipc: remove unused tipc_link_is_active
by YueHaibing
· 6 years ago
7ea817f
tipc: check session number before accepting link protocol messages
by Jon Maloy
· 6 years ago
9012de5
tipc: add sequence number check for link STATE messages
by Jon Maloy
· 6 years ago
a4dc70d
tipc: extend link reset criteria for stale packet retransmission
by Jon Maloy
· 6 years ago
c53e0c7
tipc: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
7494cfa
tipc: avoid possible string overflow
by Jon Maloy
· 7 years ago
218527f
tipc: replace name table service range array with rb tree
by Jon Maloy
· 7 years ago
25b0b9c
tipc: handle collisions of 32-bit node address hash values
by Jon Maloy
· 7 years ago
d50ccc2
tipc: add 128-bit node identifier
by Jon Maloy
· 7 years ago
23fd3ea
tipc: remove direct accesses to own_addr field in struct tipc_net
by Jon Maloy
· 7 years ago
2026364
tipc: remove restrictions on node address values
by Jon Maloy
· 7 years ago
37c64cf
tipc: apply bearer link tolerance on running links
by Jon Maloy
· 7 years ago
4c94cc2
tipc: fall back to smaller MTU if allocation of local send skb fails
by Jon Maloy
· 7 years ago
8d6e79d
tipc: improve link resiliency when rps is activated
by Jon Maloy
· 7 years ago
36c0a9d
tipc: fix rebasing error
by Jon Maloy
· 7 years ago
399574d
tipc: guarantee delivery of UP event before first broadcast
by Jon Maloy
· 7 years ago
2f48771
tipc: guarantee that group broadcast doesn't bypass group unicast
by Jon Maloy
· 7 years ago
75da216
tipc: introduce communication groups
by Jon Maloy
· 7 years ago
40501f90
tipc: don't reset stale broadcast send link
by Jon Paul Maloy
· 7 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
01fd12b
tipc: make replicast a user selectable option
by Jon Paul Maloy
· 8 years ago
a853e4c
tipc: introduce replicast as transport option for multicast
by Jon Paul Maloy
· 8 years ago
580bdf5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
57d5f64
tipc: allocate user memory with GFP_KERNEL flag
by Parthasarathy Bhuvaragan
· 8 years ago
365ad35
tipc: reduce risk of user starvation during link congestion
by Jon Paul Maloy
· 8 years ago
9590112
tipc: fix link statistics counter errors
by Jon Paul Maloy
· 8 years ago
f796755
tipc: fix compatibility bug in link monitoring
by Jon Paul Maloy
· 8 years ago
06bd2b1
tipc: fix broadcast link synchronization problem
by Jon Paul Maloy
· 8 years ago
e0a05eb
tipc: send broadcast nack directly upon sequence gap detection
by Jon Paul Maloy
· 8 years ago
7c4a54b
tipc: rate limit broadcast retransmissions
by Jon Paul Maloy
· 8 years ago
02d11ca
tipc: transfer broadcast nacks in link state messages
by Jon Paul Maloy
· 8 years ago
5a0950c
tipc: ensure that link congestion and wakeup use same criteria
by Jon Paul Maloy
· 8 years ago
de0ba9a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
a71eb72
tipc: ensure correct broadcast send buffer release when peer is lost
by Jon Paul Maloy
· 8 years ago
2d18ac4
tipc: extend broadcast link initialization criteria
by Jon Paul Maloy
· 8 years ago
ee58b57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
c91522f
tipc: eliminate uninitialized variable warning
by Ying Xue
· 9 years ago
35c55c9
tipc: add neighbor monitoring framework
by Jon Paul Maloy
· 9 years ago
5ca509f
tipc: change node timer unit from jiffies to ms
by Jon Paul Maloy
· 9 years ago
8cee83d
tipc: fix stale links after re-enabling bearer
by Parthasarathy Bhuvaragan
· 9 years ago
34b9cd6
tipc: let first message on link be a state message
by Jon Paul Maloy
· 9 years ago
42b18f6
tipc: refactor function tipc_link_timeout()
by Jon Paul Maloy
· 9 years ago
88e8ac7
tipc: reduce transmission rate of reset messages when link is down
by Jon Paul Maloy
· 9 years ago
634696b
tipc: guarantee peer bearer id exchange after reboot
by Jon Paul Maloy
· 9 years ago
49cc66e
tipc: move netlink policies to netlink.c
by Richard Alpe
· 9 years ago
e74a386
tipc: remove pre-allocated message header in link struct
by Jon Paul Maloy
· 9 years ago
b633353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
b53ce3e
tipc: unlock in error path
by Insu Yun
· 9 years ago
4952cd3
tipc: refactor node xmit and fix memory leaks
by Richard Alpe
· 9 years ago
8172981
tipc: fix link priority propagation
by Richard Alpe
· 9 years ago
d01332f
tipc: fix link attribute propagation bug
by Richard Alpe
· 9 years ago
f188b95
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
9a65083
tipc: correct settings of broadcast link state
by Jon Paul Maloy
· 9 years ago
1a90632
tipc: eliminate remnants of hungarian notation
by Jon Paul Maloy
· 9 years ago
Next »