Commit Graph

343 Commits (fc832ad3645f0507f24d11752544525a50a83c71)

Author SHA1 Message Date
Paul Gortmaker 1fa073803e tipc: delete extra semicolon blocking node deletion 14 years ago
Allan Stephens 390bce4237 tipc: Eliminate obsolete routine for handling routed messages 14 years ago
Allan Stephens 7945c1fb02 tipc: Eliminate remaining support for routing table messages 14 years ago
Allan Stephens 50d492321a tipc: Remove bearer flag indicating existence of broadcast address 14 years ago
Allan Stephens f9107ebe7d tipc: Don't respond to neighbor discovery request on blocked bearer 14 years ago
Allan Stephens d901a42b27 tipc: Eliminate unnecessary constant for neighbor discovery msg size 14 years ago
Allan Stephens a2b58de2e3 tipc: Remove unused field in bearer structure 14 years ago
Allan Stephens 50d3e6399a tipc: Correct misnamed references to neighbor discovery domain 14 years ago
Allan Stephens 37b9c08a88 tipc: Optimizations to link creation code 14 years ago
Allan Stephens fa2bae2d5b tipc: Give Tx of discovery responses priority over link messages 14 years ago
Allan Stephens a728750e4f tipc: Cosmetic changes to neighbor discovery logic 14 years ago
Allan Stephens 75f0aa4990 tipc: Fix redundant link field handling in link protocol message 14 years ago
Allan Stephens 77f167fcce tipc: make msg_set_redundant_link() consistent with other set ops 14 years ago
Paul Gortmaker 8f19afb2db tipc: cosmetic - function names are not to be full sentences 14 years ago
Allan Stephens e7b3acb6a8 tipc: Eliminate timestamp from link protocol messages 14 years ago
Allan Stephens 34e46258cb tipc: manually inline net_start/stop, make assoc. vars static 14 years ago
Allan Stephens 672d99e19a tipc: Convert node object array to a hash table 14 years ago
Allan Stephens f831c963b5 tipc: Eliminate configuration for maximum number of cluster nodes 14 years ago
Allan Stephens d1bcb11544 tipc: Split up unified structure of network-related variables 14 years ago
Allan Stephens 9df3b7eb6e tipc: Fix problem with missing link in "tipc-config -l" output 14 years ago
Allan Stephens 71092ea122 tipc: Add support for SO_RCVTIMEO socket option 14 years ago
Allan Stephens f137917332 tipc: Cosmetic changes to node subscription code 14 years ago
Allan Stephens 431697eb60 tipc: Prevent null pointer error when removing a node subscription 14 years ago
Allan Stephens a3796f895f tipc: Add network address mask helper routines 14 years ago
Allan Stephens aa84729484 tipc: Correct broadcast link peer info when displaying links 14 years ago
Allan Stephens 0232fd0ac4 tipc: Allow receiving into iovec containing multiple entries 14 years ago
Allan Stephens bf781ecfc6 tipc: Avoid reliable broadcast preparation for NACK messages 14 years ago
Allan Stephens 2e07dda165 tipc: Remove unused message header field for requested number of links 14 years ago
Allan Stephens 741de3e9ff tipc: Remove support for per-connection message sequence numbering 14 years ago
Allan Stephens 214dda4a36 tipc: Add in missing lock during link initialization 14 years ago
Allan Stephens cb7ce91448 tipc: Fix port counter handling to correct congestion control 14 years ago
Allan Stephens 69218fc426 tipc: Minor optimization to topology service connection establishment 14 years ago
Allan Stephens f23d9bf2b7 tipc: Set unused probe field of link protocol messages to defined value 14 years ago
Allan Stephens 9bd80b6082 tipc: Improve accuracy of link transmit queue maximum size statistic 14 years ago
Allan Stephens 9f54b545bd tipc: Eliminate unnecessary locking when starting topology service 14 years ago
Allan Stephens 01d83eddc5 tipc: Clean up tracking of node requesting a broadcast retransmit 14 years ago
Allan Stephens c8a61b52eb tipc: Fix print statements that assume pointers are 32-bit values 14 years ago
Allan Stephens 5413b4c6c0 tipc: Improve handling of invalid link tolerance values 14 years ago
Allan Stephens 3f8dd9446e tipc: Prevent invalid memory access when sending to configuration service 14 years ago
Allan Stephens 4132facae1 tipc: Remove unused global variable tipc_user_count 14 years ago
Allan Stephens 2d627b92fd tipc: Combine bearer structure with tipc_bearer structure 14 years ago
Allan Stephens 23dd4cce38 tipc: Combine port structure with tipc_port structure 14 years ago
Paul Gortmaker 40cd201e37 tipc: update log.h re-include protection to reflect new name 14 years ago
Allan Stephens a016892cd6 tipc: remove extraneous braces from single statements 14 years ago
Allan Stephens e3ec9c7d5e tipc: remove zeroing assignments to static global variables 14 years ago
Allan Stephens 2db9983a43 tipc: split variable assignments out of conditional expressions 14 years ago
Allan Stephens 0e65967e33 tipc: cleanup various cosmetic whitespace issues 14 years ago
Paul Gortmaker 25860c3bd5 tipc: recode getsockopt error handling for better readability 14 years ago
Allan Stephens e83504f724 tipc: remove pointless check for NULL prior to kfree 14 years ago
Allan Stephens 886ef52a8c tipc: remove redundant #includes 14 years ago