Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / net / tipc /
2012-02-29 Allan Stephenstipc: Optimize setting of immutable payload message...
2012-02-29 Allan Stephenstipc: Eliminate obsolete code for re-sending a message
2012-02-29 Allan Stephenstipc: Un-inline port routine for processing incoming...
2012-02-24 Allan Stephenstipc: Eliminate support for tipc_mode global variable
2012-02-24 Allan Stephenstipc: Eliminate obsolete support for "not running"...
2012-02-24 Allan Stephenstipc: Revert name table translation optimization
2012-02-24 Allan Stephenstipc: Minor optimization to broadcast link synchronizat...
2012-02-24 Allan Stephenstipc: Remove obsolete comments about routing table...
2012-02-24 Allan Stephenstipc: Eliminate trivial buffer manipulation helper...
2012-02-24 Allan Stephenstipc: Hide internal details of node table implementation
2012-02-24 Allan Stephenstipc: Eliminate a test for negative unsigned quantities
2012-02-24 Paul Gortmakertipc: nuke the delimit static inline function.
2012-02-24 Allan Stephenstipc: Add check to prevent insertion of duplicate name...
2012-02-24 Allan Stephenstipc: Simplify enforcement of reserved name type prohib...
2012-02-24 Allan Stephenstipc: Remove duplicate check of message destination...
2012-02-24 Allan Stephenstipc: Detect duplicate nodes using different network...
2012-02-24 Allan Stephenstipc: Introduce node signature field in neighbor discov...
2012-02-06 Allan Stephenstipc: Minor optimization to rejection of connection...
2012-02-06 Allan Stephenstipc: Eliminate alteration of publication key during...
2012-02-06 Allan Stephenstipc: Prevent loss of fragmented messages over broadcas...
2012-02-06 Allan Stephenstipc: Prevent loss of fragmented messages over unicast...
2012-02-06 Allan Stephenstipc: Remove obsolete broadcast tag capability
2012-02-06 Allan Stephenstipc: Major redesign of broadcast link ACK/NACK algorithms
2012-02-06 Allan Stephenstipc: Add missing locks in broadcast link statistics...
2012-02-06 Allan Stephenstipc: Fix bug in broadcast link duplicate message stati...
2012-02-06 Allan Stephenstipc: Fix node lock reclamation issues in broadcast...
2012-02-06 Allan Stephenstipc: Add missing broadcast link lock when sending...
2012-02-06 Allan Stephenstipc: Fix problem with broadcast link synchronization...
2012-02-06 Allan Stephenstipc: Ensure broadcast link re-acquires node after...
2012-02-06 Allan Stephenstipc: Prevent broadcast link stalling in dual LAN envir...
2012-02-06 Allan Stephenstipc: Prevent transmission of outdated link protocol...
2012-02-06 Allan Stephenstipc: improve the link deferred queue insertion algorithm
2011-12-30 Paul Gortmakertipc: rename struct bearer_name to struct tipc_bearer_names
2011-12-30 Paul Gortmakertipc: rename struct link* to struct tipc_link*
2011-12-30 Paul Gortmakertipc: rename struct bcbearer* to tipc_bcbearer*
2011-12-30 Paul Gortmakertipc: rename struct bclink to struct tipc_bclink
2011-12-30 Paul Gortmakertipc: rename struct subscriber to struct tipc_subscriber
2011-12-30 Paul Gortmakertipc: rename struct subscription to struct tipc_subscri...
2011-12-30 Paul Gortmakertipc: rename struct port_list to struct tipc_port_list
2011-12-30 Paul Gortmakertipc: rename struct media to struct tipc_media
2011-12-27 Allan Stephenstipc: Allow use of buf_seqno() helper routine by unicas...
2011-12-27 Allan Stephenstipc: Ignore broadcast acknowledgements that are out...
2011-12-27 Allan Stephenstipc: Flush unsent broadcast messages when contact...
2011-12-27 Allan Stephenstipc: Minor optimization of broadcast link transmit...
2011-12-27 Allan Stephenstipc: Handle broadcast attempt when no neighboring...
2011-12-27 Allan Stephenstipc: Ensure broadcast link spinlock is held when updat...
2011-12-27 Allan Stephenstipc: Eliminate dynamic allocation of broadcast link...
2011-12-27 Allan Stephenstipc: Eliminate useless check when network address...
2011-12-27 Allan Stephenstipc: Minor correction to TIPC module unloading
2011-12-27 Allan Stephenstipc: Eliminate useless memset operations in Ethernet...
2011-12-27 Allan Stephenstipc: Do timely cleanup of disabled Ethernet bearer...
2011-12-27 Allan Stephenstipc: Minor optimization to deactivation of Ethernet...
2011-12-27 Allan Stephenstipc: Revise comment justifying release of configuratio...
2011-12-27 Allan Stephenstipc: Allow run-time alteration of default link settings
2011-12-27 Allan Stephenstipc: Ignore neighbor discovery messages containing...
2011-12-27 Allan Stephenstipc: Hide media-specific addressing details from gener...
2011-12-27 Allan Stephenstipc: Add new address conversion routines for Ethernet...
2011-12-27 Allan Stephenstipc: Improve handling of media address printing errors
2011-12-27 Allan Stephenstipc: Streamline media registration error checking
2011-12-27 Allan Stephenstipc: Eliminate duplication of media structures
2011-12-27 Allan Stephenstipc: Optimize detection of duplicate media registration
2011-12-27 Allan Stephenstipc: Register new media using pre-compiled structure
2011-12-27 Allan Stephenstipc: Enable use by containers having their own network...
2011-12-19 Eric Dumazetnet: two vzalloc() cleanups
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-10-31 Paul Gortmakernet: Fix files explicitly needing to include module.h
2011-09-18 Ying Xuetipc: Remove unused link event tracking code
2011-09-18 Ying Xuetipc: Remove callback field from subscription structure
2011-09-18 Ying Xuetipc: Simplify prohibition of listen and accept for...
2011-09-18 Ying Xuetipc: Add support for SO_SNDTIMEO socket option
2011-09-18 Allan Stephenstipc: Enhance sending of bulk name table messages
2011-09-18 Paul Gortmakertipc: relocate/coalesce node cast in tipc_named_node_up
2011-09-18 Allan Stephenstipc: Prevent fragmented messages during initial name...
2011-09-18 Allan Stephenstipc: Lower limits for number of bearers and media...
2011-09-18 Allan Stephenstipc: Remove redundant search when enabling bearer
2011-09-18 Allan Stephenstipc: Fix unsafe device list search when enabling bearer
2011-09-18 Allan Stephenstipc: Ensure both nodes recognize loss of contact betwe...
2011-09-01 Allan Stephenstipc: Ensure congested links receive bearer status...
2011-09-01 Allan Stephenstipc: Prevent rounding issues when saving connect timeo...
2011-09-01 Allan Stephenstipc: Eliminate redundant check when sending messages
2011-09-01 Allan Stephenstipc: Remove obsolete congestion handling when sending...
2011-09-01 Allan Stephenstipc: Discard incoming broadcast messages that are...
2011-09-01 Allan Stephenstipc: Remove deferred queue head caching during broadca...
2011-09-01 Allan Stephenstipc: Fix node lock problems during broadcast message...
2011-09-01 Allan Stephenstipc: Prevent broadcast link stalling when another...
2011-09-01 Allan Stephenstipc: Enhance cleanup of broadcast link when contact...
2011-09-01 Allan Stephenstipc: Remove non-executable code to handle broadcast...
2011-09-01 Allan Stephenstipc: Cosmetic changes to broadcast bearer send routine
2011-09-01 Allan Stephenstipc: Update obsolete references to multicast link
2011-09-01 Allan Stephenstipc: Enhance filtering of out-dated link reset messages
2011-09-01 Allan Stephenstipc: Initialize peer session field of newly created...
2011-09-01 Allan Stephenstipc: Display meaningful peer interface name during...
2011-09-01 Allan Stephenstipc: Eliminate obsolete filter for unexpected unicast...
2011-09-01 Allan Stephenstipc: Remove obsolete manipulation of message re-route...
2011-07-26 Arun Sharmaatomic: use <linux/atomic.h>
2011-06-24 Allan Stephenstipc: Optimize creation of connection protocol messages
2011-06-24 Allan Stephenstipc: Don't create payload message using connection...
2011-06-24 Allan Stephenstipc: Reject connection protocol message sent to unconn...
2011-06-24 Allan Stephenstipc: Optimize creation of FIN messages
2011-06-24 Allan Stephenstipc: Cleanup of message header size terminology
next