Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
dada1a9ffccc832b0130658d26454d37bf41f610
/
net
/
tipc
/
bearer.c
f2875c3
tipc: avoid unnecessary lookup for tipc bearer instance
by Ying Xue
· 11 years ago
4babbaa
tipc: make bearer and media naming consistent
by Ying Xue
· 11 years ago
d4cca39
tipc: avoid possible deadlock while enable and disable bearer
by dingtianhong
· 11 years ago
a29a194
tipc: add InfiniBand media type
by Patrick McHardy
· 12 years ago
8aeb89f
tipc: move bcast_addr from struct tipc_media to struct tipc_bearer
by Patrick McHardy
· 12 years ago
3c294cb
tipc: remove the bearer congestion mechanism
by Ying Xue
· 12 years ago
3812943
tipc: manually inline single use media_name_valid routine
by Ying Xue
· 12 years ago
fc07393
tipc: remove pointless name sanity check and tipc_alphabet array
by Ying Xue
· 12 years ago
dc1aed3
tipc: phase out most of the struct print_buf usage
by Erik Hugne
· 12 years ago
2cf8aa1
tipc: use standard printk shortcut macros (pr_err etc.)
by Erik Hugne
· 12 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
617d3c7
tipc: compress out gratuitous extra carriage returns
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
9efde4a
tipc: Eliminate a test for negative unsigned quantities
by Allan Stephens
· 13 years ago
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
358a0d1
tipc: rename struct media to struct tipc_media
by Paul Gortmaker
· 13 years ago
5c216e1
tipc: Allow run-time alteration of default link settings
by Allan Stephens
· 13 years ago
3d749a6
tipc: Hide media-specific addressing details from generic bearer code
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
4b3743e
tipc: Ensure congested links receive bearer status updates
by Allan Stephens
· 13 years ago
23f0ff9
tipc: Remove non-executable code to handle broadcast bearer congestion
by Allan Stephens
· 14 years ago
f01a2b6
tipc: Eliminate unused field in bearer structure
by Allan Stephens
· 13 years ago
1209966
tipc: Add monitoring of number of nodes discovered by bearer
by Allan Stephens
· 14 years ago
3a777ff
tipc: Enhance handling of discovery object creation failures
by Allan Stephens
· 14 years ago
66e019a
tipc: Strengthen checks for neighboring node discovery
by Allan Stephens
· 14 years ago
50d4923
tipc: Remove bearer flag indicating existence of broadcast address
by Allan Stephens
· 14 years ago
a2b58de
tipc: Remove unused field in bearer structure
by Allan Stephens
· 14 years ago
50d3e63
tipc: Correct misnamed references to neighbor discovery domain
by Allan Stephens
· 14 years ago
2e07dda
tipc: Remove unused message header field for requested number of links
by Allan Stephens
· 14 years ago
2d627b9
tipc: Combine bearer structure with tipc_bearer structure
by Allan Stephens
· 14 years ago
a016892
tipc: remove extraneous braces from single statements
by Allan Stephens
· 14 years ago
e3ec9c7
tipc: remove zeroing assignments to static global variables
by Allan Stephens
· 14 years ago
2db9983
tipc: split variable assignments out of conditional expressions
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
28cc937
tipc: Eliminate useless return value when disabling a bearer
by Allan Stephens
· 14 years ago
c802628
tipc: Remove obsolete inclusions of header files
by Allan Stephens
· 14 years ago
a0e0036
tipc: delete needless memset from bearer enabling.
by Allan Stephens
· 14 years ago
ccc901e
tipc: Simplify bearer shutdown logic
by Allan Stephens
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
b274f4a
tipc: Reduce footprint by un-inlining bearer congestion routine
by Allan Stephens
· 14 years ago
c68ca7b
tipc: add tipc_ prefix to fcns targeted for un-inlining
by Allan Stephens
· 14 years ago
d0021b2
tipc: Fix oops on send prior to entering networked mode (v3)
by Neil Horman
· 15 years ago
b3df9a5
tipc: fix test of bearer_priority range in tipc_register_media()
by roel kluin
· 15 years ago
6c00055
tipc: Don't use structure names which easily globally conflict.
by David S. Miller
· 16 years ago
0e35fd5
tipc: Eliminate improper use of TIPC_OK error code
by Allan Stephens
· 16 years ago
c430728
[NET] TIPC: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
e91ed0b
[TIPC]: Added duplicate node address detection capability
by Allan Stephens
· 18 years ago
0da974f
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
by Panagiotis Issaris
· 18 years ago
34af946
[PATCH] spin/rwlock init cleanups
by Ingo Molnar
· 18 years ago
a10bd92
[TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.
by Allan Stephens
· 18 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
16cb4b3
[TIPC] Updated link priority macros
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