Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c45ac8887e778c4fa2b572c51a94a681a0955d4d
/
net
/
tipc
f19765f
tipc: rename struct bearer_name to struct tipc_bearer_names
by Paul Gortmaker
· 13 years ago
a18c4bc
tipc: rename struct link* to struct tipc_link*
by Paul Gortmaker
· 13 years ago
7f9ab6a
tipc: rename struct bcbearer* to tipc_bcbearer*
by Paul Gortmaker
· 13 years ago
6765fd6
tipc: rename struct bclink to struct tipc_bclink
by Paul Gortmaker
· 13 years ago
11f9990
tipc: rename struct subscriber to struct tipc_subscriber
by Paul Gortmaker
· 13 years ago
fead390
tipc: rename struct subscription to struct tipc_subscription
by Paul Gortmaker
· 13 years ago
4584310
tipc: rename struct port_list to struct tipc_port_list
by Paul Gortmaker
· 13 years ago
358a0d1
tipc: rename struct media to struct tipc_media
by Paul Gortmaker
· 13 years ago
f905730
tipc: Allow use of buf_seqno() helper routine by unicast links
by Allan Stephens
· 13 years ago
36559591
tipc: Ignore broadcast acknowledgements that are out-of-range
by Allan Stephens
· 13 years ago
10745cd
tipc: Flush unsent broadcast messages when contact with last node is lost
by Allan Stephens
· 13 years ago
9157baf
tipc: Minor optimization of broadcast link transmit queue statistic
by Allan Stephens
· 13 years ago
2b78f9a
tipc: Handle broadcast attempt when no neighboring nodes exist
by Allan Stephens
· 13 years ago
cd3decd
tipc: Ensure broadcast link spinlock is held when updating node map
by Allan Stephens
· 13 years ago
c47e9b9
tipc: Eliminate dynamic allocation of broadcast link data structures
by Allan Stephens
· 13 years ago
945af1c
tipc: Eliminate useless check when network address is assigned
by Allan Stephens
· 13 years ago
97f1b62
tipc: Minor correction to TIPC module unloading
by Allan Stephens
· 13 years ago
d47ce2e
tipc: Eliminate useless memset operations in Ethernet media support
by Allan Stephens
· 13 years ago
64b32f7
tipc: Do timely cleanup of disabled Ethernet bearer resources
by Allan Stephens
· 13 years ago
8c12118d
tipc: Minor optimization to deactivation of Ethernet media suppot
by Allan Stephens
· 13 years ago
bfec73d
tipc: Revise comment justifying release of configuration spinlock
by Allan Stephens
· 13 years ago
5c216e1
tipc: Allow run-time alteration of default link settings
by Allan Stephens
· 13 years ago
d6d4577
tipc: Ignore neighbor discovery messages containing invalid address
by Allan Stephens
· 13 years ago
3d749a6
tipc: Hide media-specific addressing details from generic bearer code
by Allan Stephens
· 13 years ago
4d163a3
tipc: Add new address conversion routines for Ethernet media
by Allan Stephens
· 13 years ago
c61b666
tipc: Improve handling of media address printing errors
by Allan Stephens
· 13 years ago
6c34921
tipc: Streamline media registration error checking
by Allan Stephens
· 13 years ago
a31abe8
tipc: Eliminate duplication of media structures
by Allan Stephens
· 13 years ago
c79be45
tipc: Optimize detection of duplicate media registration
by Allan Stephens
· 13 years ago
706767d
tipc: Register new media using pre-compiled structure
by Allan Stephens
· 13 years ago
2060a57
tipc: Enable use by containers having their own network namespace
by Allan Stephens
· 13 years ago
966567b
net: two vzalloc() cleanups
by Eric Dumazet
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
3a9a231
net: Fix files explicitly needing to include module.h
by Paul Gortmaker
· 13 years ago
94362c7
tipc: Remove unused link event tracking code
by Ying Xue
· 13 years ago
7e24477
tipc: Remove callback field from subscription structure
by Ying Xue
· 13 years ago
245f3d3
tipc: Simplify prohibition of listen and accept for connectionless sockets
by Ying Xue
· 13 years ago
1d83587
tipc: Add support for SO_SNDTIMEO socket option
by Ying Xue
· 13 years ago
9aa88c2
tipc: Enhance sending of bulk name table messages
by Allan Stephens
· 13 years ago
1c553bb
tipc: relocate/coalesce node cast in tipc_named_node_up
by Paul Gortmaker
· 13 years ago
149ce37
tipc: Prevent fragmented messages during initial name table exchange
by Allan Stephens
· 13 years ago
909234c
tipc: Lower limits for number of bearers and media types
by Allan Stephens
· 13 years ago
18abf0f
tipc: Remove redundant search when enabling bearer
by Allan Stephens
· 13 years ago
bcd326e
tipc: Fix unsafe device list search when enabling bearer
by Allan Stephens
· 13 years ago
b4b5610
tipc: Ensure both nodes recognize loss of contact between them
by Allan Stephens
· 13 years ago
4b3743e
tipc: Ensure congested links receive bearer status updates
by Allan Stephens
· 13 years ago
a0f40f0
tipc: Prevent rounding issues when saving connect timeout option
by Allan Stephens
· 13 years ago
ff60af8
tipc: Eliminate redundant check when sending messages
by Allan Stephens
· 13 years ago
0f38513
tipc: Remove obsolete congestion handling when sending a broadcast NACK
by Allan Stephens
· 14 years ago
9f6bdcd4
tipc: Discard incoming broadcast messages that are unexpected
by Allan Stephens
· 14 years ago
693d03a
tipc: Remove deferred queue head caching during broadcast message reception
by Allan Stephens
· 14 years ago
5d3c488
tipc: Fix node lock problems during broadcast message reception
by Allan Stephens
· 14 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
23f0ff9
tipc: Remove non-executable code to handle broadcast bearer congestion
by Allan Stephens
· 14 years ago
2ff9f92
tipc: Cosmetic changes to broadcast bearer send routine
by Allan Stephens
· 14 years ago
2e2d9be
tipc: Update obsolete references to multicast link
by Allan Stephens
· 14 years ago
641c218
tipc: Enhance filtering of out-dated link reset messages
by Allan Stephens
· 14 years ago
f882cb76
tipc: Initialize peer session field of newly created link endpoint
by Allan Stephens
· 14 years ago
062b4c9
tipc: Display meaningful peer interface name during link creation
by Allan Stephens
· 14 years ago
ed33a9c
tipc: Eliminate obsolete filter for unexpected unicast messages
by Allan Stephens
· 14 years ago
5adeb17
tipc: Remove obsolete manipulation of message re-route count field
by Allan Stephens
· 14 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
e4a0aee
tipc: Optimize creation of connection protocol messages
by Allan Stephens
· 13 years ago
f55b564
tipc: Don't create payload message using connection protocol routine
by Allan Stephens
· 13 years ago
1c1a551
tipc: Reject connection protocol message sent to unconnected port
by Allan Stephens
· 13 years ago
e244a91
tipc: Optimize creation of FIN messages
by Allan Stephens
· 13 years ago
741d9eb
tipc: Cleanup of message header size terminology
by Allan Stephens
· 13 years ago
15f4e2b
tipc: Eliminate useless check when creating internal message
by Allan Stephens
· 13 years ago
a9948ba
tipc: Remove unnecessary includes in socket code
by Allan Stephens
· 13 years ago
f01a2b6
tipc: Eliminate unused field in bearer structure
by Allan Stephens
· 13 years ago
0f305bf
tipc: Correct typo in link statistics output
by Allan Stephens
· 13 years ago
8af4638
tipc: Eliminate checks for empty zone list during name translation
by Allan Stephens
· 13 years ago
f6f0a4d
tipc: Convert name table publication lists to standard kernel lists
by Allan Stephens
· 13 years ago
b52124a
tipc: Partition name table instance array info into two parts
by Allan Stephens
· 13 years ago
7eb878e
tipc: Eliminate redundant masking in message header routines
by Allan Stephens
· 13 years ago
74d33b3
tipc: Eliminate message header routines for caching destination node
by Allan Stephens
· 13 years ago
7dd1bf2
tipc: Optimizations & corrections to message rejection
by Allan Stephens
· 13 years ago
017dac3
tipc: Optimize routing of returned payload messages
by Allan Stephens
· 13 years ago
76d1252
tipc: Add sanity check to detect rejection of non-payload messages
by Allan Stephens
· 13 years ago
acc631b
tipc: Standardize exit logic for message rejection handling
by Allan Stephens
· 13 years ago
7ae4738
tipc: Remove unused sanity test macro
by Allan Stephens
· 13 years ago
5e72690
tipc: Convert fatal broadcast sanity check to non-fatal check
by Allan Stephens
· 13 years ago
972a77f
tipc: Revise timings used when sending link request messages
by Allan Stephens
· 14 years ago
1209966
tipc: Add monitoring of number of nodes discovered by bearer
by Allan Stephens
· 14 years ago
691a620
tipc: Enhance sending of discovery object link request messages
by Allan Stephens
· 14 years ago
3a777ff
tipc: Enhance handling of discovery object creation failures
by Allan Stephens
· 14 years ago
dc63d91
tipc: Introduce routine to enqueue a chain of messages on link tx queue
by Allan Stephens
· 14 years ago
2689690
tipc: Avoid recomputation of outgoing message length
by Allan Stephens
· 14 years ago
c29c3f7
tipc: Abort excessive send requests as early as possible
by Allan Stephens
· 15 years ago
66e019a
tipc: Strengthen checks for neighboring node discovery
by Allan Stephens
· 14 years ago
1f3de47
tipc: make zone/cluster mask constants a define
by Paul Gortmaker
· 14 years ago
bebc55a
tipc: Fix sk_buff leaks when link congestion is detected
by Allan Stephens
· 14 years ago
7f47f5c
tipc: Update destination node field on incoming multicast messages
by Allan Stephens
· 14 years ago
7462b9e
tipc: Fix problem with bundled multicast message
by Allan Stephens
· 14 years ago
53b9436
tipc: Set name lookup scope field properly in all data messages
by Allan Stephens
· 14 years ago
7756155
tipc: Fix issues with fragmentation of an existing message buffer
by Allan Stephens
· 14 years ago
e0f0859
tipc: Avoid pointless masking of fragmented message identifier
by Allan Stephens
· 14 years ago
670c540
tipc: Don't initialize link selector field in fragmented messages
by Allan Stephens
· 14 years ago
7775bcc
tipc: Remove code to emulate loss of broadcast messages
by Allan Stephens
· 14 years ago
Next »