Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cef82c9f5a3deab94c1f1f02cfc25213844852ed
/
net
/
tipc
/
node.c
40ba3cd
tipc: message reassembly using fragment chain
by Erik Hugne
· 11 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
c64f7a6
tipc: introduce message to synchronize broadcast link
by Jon Maloy
· 12 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
2cf8aa1
tipc: use standard printk shortcut macros (pr_err etc.)
by Erik Hugne
· 12 years ago
617d3c7
tipc: compress out gratuitous extra carriage returns
by Paul Gortmaker
· 13 years ago
872f24d
tipc: remove inline instances from C source files.
by Paul Gortmaker
· 13 years ago
336ebf5
tipc: Add routines for safe checking of node's network address
by Allan Stephens
· 13 years ago
b58343f
tipc: Eliminate support for tipc_mode global variable
by Allan Stephens
· 13 years ago
75aba9a
tipc: Minor optimization to broadcast link synchronization logic
by Allan Stephens
· 13 years ago
1cc35df
tipc: Remove obsolete comments about routing table updates
by Allan Stephens
· 13 years ago
5f6d912
tipc: Eliminate trivial buffer manipulation helper routines
by Allan Stephens
· 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
36559591
tipc: Ignore broadcast acknowledgements that are out-of-range
by Allan Stephens
· 13 years ago
cd3decd
tipc: Ensure broadcast link spinlock is held when updating node map
by Allan Stephens
· 13 years ago
b4b5610
tipc: Ensure both nodes recognize loss of contact between them
by Allan Stephens
· 13 years ago
169073d
tipc: Prevent broadcast link stalling when another node fails
by Allan Stephens
· 14 years ago
c5bd4d8
tipc: Enhance cleanup of broadcast link when contact with node is lost
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
34e4625
tipc: manually inline net_start/stop, make assoc. vars static
by Allan Stephens
· 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
9df3b7e
tipc: Fix problem with missing link in "tipc-config -l" output
by Allan Stephens
· 14 years ago
f137917
tipc: Cosmetic changes to node subscription code
by Allan Stephens
· 14 years ago
431697e
tipc: Prevent null pointer error when removing a node subscription
by Allan Stephens
· 14 years ago
a3796f8
tipc: Add network address mask helper routines
by Allan Stephens
· 14 years ago
aa847294
tipc: Correct broadcast link peer info when displaying links
by Allan Stephens
· 14 years ago
2d627b9
tipc: Combine bearer structure with tipc_bearer structure
by Allan Stephens
· 14 years ago
e3ec9c7
tipc: remove zeroing assignments to static global variables
by Allan Stephens
· 14 years ago
0e65967
tipc: cleanup various cosmetic whitespace issues
by Allan Stephens
· 14 years ago
886ef52
tipc: remove redundant #includes
by Allan Stephens
· 14 years ago
b29f142
tipc: remove calls to dbg() and msg_dbg()
by Allan Stephens
· 14 years ago
5af5479
tipc: Remove internal linked list of node objects
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
08c80e9
tipc: Remove prototype code for supporting slave nodes
by Allan Stephens
· 14 years ago
51f98a8
tipc: Remove prototype code for supporting multiple zones
by Allan Stephens
· 14 years ago
528c771
tipc: Delete useless function prototypes
by Allan Stephens
· 14 years ago
c802628
tipc: Remove obsolete inclusions of header files
by Allan Stephens
· 14 years ago
31e3c3f
tipc: cleanup function namespace
by stephen hemminger
· 14 years ago
7368ddf
tipc: clean out all instances of #if 0'd unused code
by Paul Gortmaker
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
5a68d5e
tipc: Prevent missing name table entries when link flip-flops rapidly
by Allan Stephens
· 14 years ago
76ae0d7
tipc: Optimize tipc_node_has_active_links()
by Allan Stephens
· 14 years ago
c68ca7b
tipc: add tipc_ prefix to fcns targeted for un-inlining
by Allan Stephens
· 14 years ago
a570f09
tipc: remove trailing space in messages
by Frans Pop
· 15 years ago
4b704d5
tipc: fix non-const printf format arguments
by Stephen Hemminger
· 16 years ago
6c00055
tipc: Don't use structure names which easily globally conflict.
by David S. Miller
· 16 years ago
1aad72d
tipc: Add missing locks when inspecting node list & link list
by Allan Stephens
· 16 years ago
2ecb092
tipc: Prevent node object duplication due to simultaneous discovery
by Allan Stephens
· 16 years ago
d788d80
[TIPC]: Fix two minor sparse warnings.
by Florian Westphal
· 17 years ago
c430728
[NET] TIPC: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
2710b57
[TIPC]: Use kzalloc where appropriate
by Arnaldo Carvalho de Melo
· 18 years ago
3e6c8cd
[TIPC]: endianness annotations
by Al Viro
· 18 years ago
fc144de
[TIPC]: Can now list multicast link on an isolated network node
by Allan Stephens
· 18 years ago
ea13847
[TIPC]: Improve response to requests for node/link information
by Allan Stephens
· 18 years ago
34af946
[PATCH] spin/rwlock init cleanups
by Ingo Molnar
· 18 years ago
5392d64
[TIPC]: Fixed link switchover bugs
by Allan Stephens
· 18 years ago
a10bd92
[TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.
by Allan Stephens
· 18 years ago
f131072
[TIPC]: First phase of assert() cleanup
by Allan Stephens
· 18 years ago
988f088
[TIPC]: Cleanups
by Adrian Bunk
· 19 years ago
1fc54d8
[TIPC]: Fix simple sparse warnings
by Sam Ravnborg
· 19 years ago
4323add
[TIPC] Avoid polluting the global namespace
by Per Liden
· 19 years ago
593a5f2
[TIPC] More updates of file headers
by Per Liden
· 19 years ago
9da1c8b
[TIPC] Update of file headers
by Per Liden
· 19 years ago
9ea1fd3
[TIPC] License header update
by Per Liden
· 19 years ago
b97bf3f
[TIPC] Initial merge
by Per Liden
· 19 years ago