Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5563cabdde7ee53c34ec7e5e0283bfcc9a1bc893
/
net
/
tipc
/
node.h
1ef6f7c
tipc: add automatic session key exchange
by Tuong Lien
· 4 years, 3 months ago
cad2929
tipc: update a binding service via broadcast
by Hoang Huu Le
· 4 years, 7 months ago
e1f3219
tipc: add support for AEAD key setting via netlink
by Tuong Lien
· 5 years ago
fc1b6d6
tipc: introduce TIPC encryption & authentication
by Tuong Lien
· 5 years ago
4cbf8ac
tipc: enable creating a "preliminary" node
by Tuong Lien
· 5 years ago
c0bceb9
tipc: add smart nagle feature
by Jon Maloy
· 5 years ago
f73b128
tipc: improve throughput between nodes in netns
by Hoang Le
· 5 years ago
4929a93
tipc: optimize link synching mechanism
by Tuong Lien
· 5 years ago
9195948
tipc: improve TIPC throughput by Gap ACK blocks
by Tuong Lien
· 6 years ago
ff2ebbf
tipc: introduce new capability flag for cluster
by Hoang Le
· 6 years ago
b4b9771
tipc: enable tracepoints in tipc
by Tuong Lien
· 6 years ago
25b9221
tipc: add SYN bit to connection setup messages
by Jon Maloy
· 6 years ago
9012de5
tipc: add sequence number check for link STATE messages
by Jon Maloy
· 6 years ago
3e5cf36
tipc: introduce ioctl for fetching node identity
by Jon Maloy
· 7 years ago
682cd3c
tipc: confgiure and apply UDP bearer MTU on running links
by GhantaKrishnamurthy MohanKrishna
· 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
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
75da216
tipc: introduce communication groups
by Jon Maloy
· 7 years ago
f70d37b
tipc: add new function for sending multiple small messages
by Jon Maloy
· 7 years ago
38077b8
tipc: add ability to obtain node availability status from other files
by Jon Maloy
· 7 years ago
01fd12b
tipc: make replicast a user selectable option
by Jon Paul Maloy
· 8 years ago
02d11ca
tipc: transfer broadcast nacks in link state messages
by Jon Paul Maloy
· 8 years ago
b340402
tipc: add peer removal functionality
by Richard Alpe
· 8 years ago
cf6f7e1
tipc: dump monitor attributes
by Parthasarathy Bhuvaragan
· 8 years ago
bf1035b
tipc: get monitor threshold for the cluster
by Parthasarathy Bhuvaragan
· 8 years ago
7b3f522
tipc: make cluster size threshold for monitoring configurable
by Parthasarathy Bhuvaragan
· 8 years ago
10724cc
tipc: redesign connection-level flow control
by Jon Paul Maloy
· 9 years ago
60020e1
tipc: propagate peer node capabilities to socket layer
by Jon Paul Maloy
· 9 years ago
38206d5
tipc: narrow down interface towards struct tipc_link
by Jon Paul Maloy
· 9 years ago
5be9c08
tipc: narrow down exposure of struct tipc_node
by Jon Paul Maloy
· 9 years ago
5405ff6
tipc: convert node lock to rwlock
by Jon Paul Maloy
· 9 years ago
2312bf6
tipc: introduce per-link spinlock
by Jon Paul Maloy
· 9 years ago
1d7e1c2
tipc: reduce code dependency between binding table and node layer
by Jon Paul Maloy
· 9 years ago
2af5ae3
tipc: clean up unused code and structures
by Jon Paul Maloy
· 9 years ago
5266698
tipc: let broadcast packet reception use new link receive function
by Jon Paul Maloy
· 9 years ago
fd556f2
tipc: introduce capability bit for broadcast synchronization
by Jon Paul Maloy
· 9 years ago
23d8335
tipc: remove implicit message delivery in node_unlock()
by Jon Paul Maloy
· 9 years ago
cf14881
tipc: move received discovery data evaluation inside node.c
by Jon Paul Maloy
· 9 years ago
6e49815
tipc: move link synch and failover to link aggregation level
by Jon Paul Maloy
· 9 years ago
66996b6
tipc: extend node FSM
by Jon Paul Maloy
· 9 years ago
6144a99
tipc: move all link_reset() calls to link aggregation level
by Jon Paul Maloy
· 9 years ago
d999297
tipc: reduce locking scope during packet reception
by Jon Paul Maloy
· 9 years ago
1a20cc2
tipc: introduce node contact FSM
by Jon Paul Maloy
· 9 years ago
8a1577c
tipc: move link supervision timer to node level
by Jon Paul Maloy
· 9 years ago
af9b028
tipc: make media xmit call outside node spinlock context
by Jon Paul Maloy
· 9 years ago
36e78a4
tipc: use bearer index when looking up active links
by Jon Paul Maloy
· 9 years ago
d39bbd4
tipc: move link input queue to tipc_node
by Jon Paul Maloy
· 9 years ago
d3a43b9
tipc: move link creation from neighbor discoverer to node
by Jon Paul Maloy
· 9 years ago
9d13ec6
tipc: introduce link entry structure to struct tipc_node
by Jon Paul Maloy
· 9 years ago
a6bf70f
tipc: simplify include dependencies
by Jon Paul Maloy
· 10 years ago
8a0f6eb
tipc: involve reference counter for node structure
by Ying Xue
· 10 years ago
b952b2b
tipc: fix potential deadlock when all links are reset
by Ying Xue
· 10 years ago
05dcc5a
tipc: split link outqueue
by Jon Paul Maloy
· 10 years ago
7764d6e
tipc: add framework for node capabilities exchange
by Jon Paul Maloy
· 10 years ago
4b28cb5
tipc: convert legacy nl node dump to nl compat
by Richard Alpe
· 10 years ago
357ebdb
tipc: convert legacy nl link dump to nl compat
by Richard Alpe
· 10 years ago
cb1b728
tipc: eliminate race condition at multicast reception
by Jon Paul Maloy
· 10 years ago
c637c10
tipc: resolve race problem at unicast message reception
by Jon Paul Maloy
· 10 years ago
f2f9800
tipc: make tipc node table aware of net namespace
by Ying Xue
· 10 years ago
bc6fecd
tipc: use generic SKB list APIs to manage deferred queue of link
by Ying Xue
· 10 years ago
a8f48af
tipc: remove node subscription infrastructure
by Ying Xue
· 10 years ago
3e4b6ab
tipc: add node get/dump to new netlink api
by Richard Alpe
· 10 years ago
7b8613e
tipc: fix a potential deadlock
by Ying Xue
· 10 years ago
908344c
tipc: fix bug in multicast congestion handling
by Jon Maloy
· 10 years ago
02be61a9
tipc: use message to abort connections when losing contact to node
by Jon Paul Maloy
· 10 years ago
50100a5
tipc: use pseudo message to wake up sockets after link congestion
by Jon Paul Maloy
· 10 years ago
16e166b
tipc: make link mtu easily accessible from socket
by Jon Paul Maloy
· 11 years ago
37e2216
tipc: rename and move message reassembly function
by Jon Paul Maloy
· 11 years ago
aecb9bb
tipc: rename enum names of node flags
by Ying Xue
· 11 years ago
ca0c427
tipc: avoid to asynchronously deliver name tables to peer node
by Ying Xue
· 11 years ago
9d56194
tipc: remove TIPC_NAMES_GONE node flag
by Ying Xue
· 11 years ago
9db9fdd
tipc: avoid to asynchronously notify subscriptions
by Ying Xue
· 11 years ago
10f465c
tipc: rename setup_blocked variable of node struct to flags
by Ying Xue
· 11 years ago
486f930
tipc: adjust order of variables in tipc_node structure
by Ying Xue
· 11 years ago
78acb1f
tipc: add ioctl to fetch link names
by Erik Hugne
· 11 years ago
6c7a762
tipc: tipc: convert node list and node hlist to RCU lists
by Ying Xue
· 11 years ago
46651c5
tipc: rename node create lock to protect node list and hlist
by Ying Xue
· 11 years ago
b9d4c33
tipc: remove 'has_redundant_link' flag from STATE link protocol messages
by Jon Paul Maloy
· 11 years ago
eec73f1
tipc: remove unused code
by stephen hemminger
· 11 years ago
40ba3cd
tipc: message reassembly using fragment chain
by Erik Hugne
· 11 years ago
389dd9b
tipc: rename supported flag to recv_permitted
by Ying Xue
· 12 years ago
818f4da
tipc: remove supportable flag from bclink structure
by Ying Xue
· 12 years ago
617d3c7
tipc: compress out gratuitous extra carriage returns
by Paul Gortmaker
· 13 years ago
a635b46
tipc: Hide internal details of node table implementation
by Allan Stephens
· 13 years ago
fc0eea6
tipc: Introduce node signature field in neighbor discovery message
by Allan Stephens
· 13 years ago
1ec2bb0
tipc: Remove obsolete broadcast tag capability
by Allan Stephens
· 13 years ago
7a54d4a
tipc: Major redesign of broadcast link ACK/NACK algorithms
by Allan Stephens
· 13 years ago
9349931
tipc: Ensure broadcast link re-acquires node after link failure
by Allan Stephens
· 13 years ago
a18c4bc
tipc: rename struct link* to struct tipc_link*
by Paul Gortmaker
· 13 years ago
b4b5610
tipc: Ensure both nodes recognize loss of contact between them
by Allan Stephens
· 14 years ago
37b9c08
tipc: Optimizations to link creation code
by Allan Stephens
· 14 years ago
8f19afb
tipc: cosmetic - function names are not to be full sentences
by Paul Gortmaker
· 14 years ago
672d99e
tipc: Convert node object array to a hash table
by Allan Stephens
· 14 years ago
d1bcb11
tipc: Split up unified structure of network-related variables
by Allan Stephens
· 14 years ago
8f92df6
tipc: Remove prototype code for supporting multiple clusters
by Allan Stephens
· 14 years ago
51a8e4d
tipc: Remove prototype code for supporting inter-cluster routing
by Allan Stephens
· 14 years ago
51f98a8
tipc: Remove prototype code for supporting multiple zones
by Allan Stephens
· 14 years ago
31e3c3f
tipc: cleanup function namespace
by stephen hemminger
· 14 years ago
Next »