tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / net / tipc /
2010-01-19 Allan Stephenstipc: Clean up configuration file
2010-01-04 Amerigo Wangtipc: use kconfig to limit numeric ranges
2009-11-30 Joe Perchesnet: Move && and || to end of previous line
2009-11-25 Octavian Purdilanet: use net_eq to compare nets
2009-11-06 Eric Parisnet: pass kern to net_proto_family create function
2009-09-30 David S. Millernet: Make setsockopt() optlen be unsigned.
2009-08-29 roel kluintipc: fix test of bearer_priority range in tipc_registe...
2009-07-12 Johannes Berggenetlink: make netns aware
2009-07-06 oscar.medina@motor... tipc: Add socket options to get number of queued messages
2009-05-21 Michał Mirosławtipc: Use genl_register_family_with_ops()
2009-05-17 Jiri Pirkonet: remove needless (now buggy) & from dev->dev_addr
2009-03-19 Stephen Hemmingertipc: fix non-const printf format arguments
2009-01-11 Julia Lawallnet/tipc/bcast.h: use ARRAY_SIZE
2008-11-08 Harvey Harrisontipc: trivial endian annotation in debug statement
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-09-03 David S. Millertipc: Don't use structure names which easily globally...
2008-08-13 Andrew Mortonnet/tipc/subscr.c: don't use ___constant_swab32
2008-07-20 YOSHIFUJI Hideakinetns: Use net_eq() to compare net-namespaces for optim...
2008-07-15 Allan Stephenstipc: Optimization to multicast name lookup algorithm
2008-07-15 Allan Stephenstipc: Add missing locks when inspecting node list ...
2008-07-15 Allan Stephenstipc: Fix bug in scope checking for multicast messages
2008-07-15 Allan Stephenstipc: Eliminate improper use of TIPC_OK error code
2008-07-15 Allan Stephenstipc: Fix race condition that could cause accept()...
2008-07-15 Allan Stephenstipc: Optimize pointer dereferencing when receiving...
2008-07-15 Allan Stephenstipc: Remove unneeded parameter to tipc_createport_raw()
2008-06-05 Allan Stephenstipc: Message rejection rework preparatory changes
2008-06-05 Allan Stephenstipc: Fix bugs in rejection of message with short header
2008-06-05 Allan Stephenstipc: Message header creation optimizations
2008-06-05 Allan Stephenstipc: Expand link sequence gap field to 13 bits
2008-06-05 Allan Stephenstipc: Add missing spinlock in name table display code
2008-06-05 Allan Stephenstipc: Prevent display of name table types with no publi...
2008-06-05 Allan Stephenstipc: Optimize message initialization routine
2008-06-05 Allan Stephenstipc: Prevent access of non-existent field in short...
2008-06-05 Allan Stephenstipc: Minor optimizations to received message processing
2008-06-05 Allan Stephenstipc: Fix minor bugs in link session number handling
2008-06-05 Allan Stephenstipc: Fix bugs in message error code display when debugging
2008-06-05 Allan Stephenstipc: Standardize error checking on incoming messages...
2008-06-05 Allan Stephenstipc: Fix bug in connection setup via native API
2008-05-21 Allan Stephenstipc: Fix initialization sequence problems when enterin...
2008-05-21 Allan Stephenstipc: Update "previous node" indicators when node addre...
2008-05-21 Allan Stephenstipc: Optimize null pointer check during neighbor discovery
2008-05-21 Allan Stephenstipc: Prevent node object duplication due to simultaneo...
2008-05-21 Allan Stephenstipc: Fix skb_under_panic when configuring TIPC without...
2008-05-19 Allan Stephenstipc: Cosmetic cleanup of topology service code
2008-05-19 Allan Stephenstipc: Consolidate subscriber & subscriber port references
2008-05-19 Allan Stephenstipc: Fix bug in topology server byte swapping routine
2008-05-19 Allan Stephenstipc: Add support for customized subscription endianness
2008-05-19 Allan Stephenstipc: Add support for customized subscription overlap...
2008-05-15 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-05-12 Allan Stephenstipc: Fix race condition when creating socket or native...
2008-05-12 Allan Stephenstipc: Enhancements to name table initialization
2008-05-09 Allan Stephenstipc: Increase buffer header to support worst-case...
2008-05-05 Allan Stephenstipc: Update version number to TIPC 1.6.4
2008-05-05 Allan Stephenstipc: Exclude debug-only print buffer code when not...
2008-05-05 Allan Stephenstipc: Cosmetic cleanup of system & debug output declara...
2008-05-05 Allan Stephens[TIPC]: Cosmetic cleanup of print buffer code
2008-05-05 Allan Stephenstipc: Elimination of print buffer chaining
2008-05-05 Allan Stephenstipc: Fix null pointer dereference in debug code
2008-05-05 Allan Stephenstipc: Fix recursive spinlock invocation in print buffer...
2008-05-05 Allan Stephenstipc: Provide feedback when log buffer resizing fails
2008-05-05 Allan Stephenstipc: Simplify log buffer resizing
2008-04-27 Al Virotipc: endianness annotations
2008-04-25 Pavel Emelyanovnet: Fix wrong interpretation of some copy_to_user...
2008-04-17 Allan Stephens[TIPC]: Cleanup of TIPC reference table code
2008-04-17 Allan Stephens[TIPC]: Optimized initialization of TIPC reference...
2008-04-17 Allan Stephens[TIPC]: Remove inlining of reference table locking...
2008-04-16 Allan Stephens[TIPC]: Enhance validation of format on incoming messages
2008-04-16 Allan Stephens[TIPC]: Force linearization of non-linear sk_buffs
2008-04-16 Allan Stephens[TIPC]: Use fast buffer cloning to improve performance
2008-04-16 Allan Stephens[TIPC]: Remove redundant NULL check when discarding...
2008-04-15 Allan Stephens[TIPC]: Overhaul of socket locking logic
2008-04-15 Allan Stephens[TIPC]: Cosmetic changes to TIPC connect() code
2008-04-15 Allan Stephens[TIPC]: Add error check to detect non-blocking form...
2008-04-15 Allan Stephens[TIPC]: Correct "off by 1" error in socket queue limit...
2008-04-15 Allan Stephens[TIPC]: Ignore message padding when receiving stream...
2008-04-15 Allan Stephens[TIPC]: Allow stream receive to read from multiple...
2008-04-15 Allan Stephens[TIPC]: Skip connection flow control in connectionless...
2008-04-14 Allan Stephens[TIPC]: Improve socket time conversions
2008-04-14 Allan Stephens[TIPC]: Remove redundant socket wait queue initialization
2008-03-26 Allan Stephens[TIPC]: Cosmetic cleanup of TIPC polling logic
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-03-06 Allan Stephens[TIPC]: Update version to 1.6.3
2008-03-06 Allan Stephens[TIPC]: Enhancements to message header writing
2008-03-06 Allan Stephens[TIPC]: Use correct bitmask when setting version
2008-03-06 Allan Stephens[TIPC]: Minor cleanup of message header code
2008-03-06 Allan Stephens[TIPC]: Eliminate "sparse" symbol warnings
2008-03-06 Allan Stephens[TIPC]: Add argument validation for shutdown()
2008-03-06 Allan Stephens[TIPC]: Removal of message header option code
2008-03-04 Matthias Kaehlcke[TIPC]: Convert tsock->sem in a mutex
2008-02-25 Harvey Harrisontipc: fix integer as NULL pointer sparse warnings in...
2008-02-08 Florian Westphal[TIPC]: declare proto_ops structures as 'const'.
2008-02-08 Ilpo Järvinen[TIPC]: Kill unused static inline (x5)
2008-01-28 Julia Lawall[TIPC]: Use tipc_port_unlock
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2007-12-14 Andrew Morton[TIPC]: Fix semaphore handling.
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-10 Stephen Hemminger[NET]: Wrap netdevice hardware header creation.
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
next