Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ea47ebf15d68d616cf0daef31e7f694d11b59f7f
/
net
/
tipc
/
node.c
ed193ec
tipc: simplify link mtu negotiation
by Jon Paul Maloy
· 10 years ago
dff29b1
tipc: eliminate delayed link deletion at link failover
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
22ae7cf
tipc: nl compat add noop and remove legacy nl framework
by Richard Alpe
· 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
bfb3e5d
tipc: move and rename the legacy nl api to "nl compat"
by Richard Alpe
· 10 years ago
cb1b728
tipc: eliminate race condition at multicast reception
by Jon Paul Maloy
· 10 years ago
708ac32
tipc: simplify connection abort notifications when links break
by Jon Paul Maloy
· 10 years ago
c637c10
tipc: resolve race problem at unicast message reception
by Jon Paul Maloy
· 10 years ago
c589863
tipc: reduce usage of context info in socket and link
by Jon Paul Maloy
· 10 years ago
b45db71
tipc: eliminate race during node creation
by Jon Paul Maloy
· 10 years ago
7d24dcd
tipc: avoid stale link after aborted failover
by Jon Paul Maloy
· 10 years ago
3fa9cac
tipc: fix excessive network event logging
by Erik Hugne
· 10 years ago
3474753
tipc: make tipc node address support net namespace
by Ying Xue
· 10 years ago
1da4656
tipc: make tipc broadcast link support net namespace
by Ying Xue
· 10 years ago
f2f9800
tipc: make tipc node table aware of net namespace
by Ying Xue
· 10 years ago
340b6e5
tipc: fix broadcast wakeup contention after congestion
by Richard Alpe
· 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
d818280
tipc: fix sparse warnings in new nl api
by Richard Alpe
· 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
02be61a
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
dbdf6d2
tipc: make name table distributor use new send function
by Jon Paul Maloy
· 10 years ago
16e166b
tipc: make link mtu easily accessible from socket
by Jon Paul Maloy
· 10 years ago
37e2216
tipc: rename and move message reassembly function
by Jon Paul Maloy
· 10 years ago
ca9cf06
tipc: don't directly overwrite node action_flags
by Ying Xue
· 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
d7bb74c
tipc: fix out of bounds indexing
by Erik Hugne
· 11 years ago
78acb1f
tipc: add ioctl to fetch link names
by Erik Hugne
· 11 years ago
a89778d
tipc: add support for link state subscriptions
by Erik Hugne
· 11 years ago
7216cd9
tipc: purge tipc_net_lock lock
by Ying Xue
· 11 years ago
7a2f7d1
tipc: decouple the relationship between bearer and link
by Ying Xue
· 11 years ago
dde2026
tipc: use node list lock to protect tipc_num_links variable
by Ying Xue
· 11 years ago
2220646
tipc: use node_list_lock to protect tipc_num_nodes variable
by Ying Xue
· 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
76d7882
tipc: remove unnecessary checking for node object
by Ying Xue
· 11 years ago
247f0f3
tipc: align tipc function names with common naming practice in the network
by Ying Xue
· 11 years ago
074bb43
tipc: fix a loop style problem
by Jon Paul Maloy
· 11 years ago
7d33939
tipc: delay delete of link when failover is needed
by Jon Paul Maloy
· 11 years ago
170b392
tipc: rename functions related to link failover and improve comments
by Jon Paul Maloy
· 11 years ago
eec73f1
tipc: remove unused code
by stephen hemminger
· 11 years ago
d77b383
tipc: eliminate redundant code with kfree_skb_list routine
by Ying Xue
· 11 years ago
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
Next »