aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-05[TIPC]: Cosmetic cleanup of print buffer codeAllan Stephens2-9/+11
2008-05-05tipc: Elimination of print buffer chainingAllan Stephens3-94/+80
2008-05-05tipc: Fix null pointer dereference in debug codeAllan Stephens1-3/+0
2008-05-05tipc: Fix recursive spinlock invocation in print buffer codeAllan Stephens1-5/+12
2008-05-05tipc: Provide feedback when log buffer resizing failsAllan Stephens2-5/+12
2008-05-05tipc: Simplify log buffer resizingAllan Stephens4-25/+13
2008-04-27tipc: endianness annotationsAl Viro1-4/+3
2008-04-25net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov1-2/+2
2008-04-16[TIPC]: Cleanup of TIPC reference table codeAllan Stephens1-47/+34
2008-04-16[TIPC]: Optimized initialization of TIPC reference tableAllan Stephens1-47/+76
2008-04-16[TIPC]: Remove inlining of reference table locking routinesAllan Stephens2-89/+91
2008-04-15[TIPC]: Enhance validation of format on incoming messagesAllan Stephens1-12/+77
2008-04-15[TIPC]: Force linearization of non-linear sk_buffsAllan Stephens2-0/+18
2008-04-15[TIPC]: Use fast buffer cloning to improve performanceAllan Stephens1-1/+1
2008-04-15[TIPC]: Remove redundant NULL check when discarding buffersAllan Stephens1-2/+1
2008-04-15[TIPC]: Overhaul of socket locking logicAllan Stephens2-431/+602
2008-04-15[TIPC]: Cosmetic changes to TIPC connect() codeAllan Stephens1-71/+72
2008-04-15[TIPC]: Add error check to detect non-blocking form of connect()Allan Stephens1-0/+5
2008-04-15[TIPC]: Correct "off by 1" error in socket queue limit enforcementAllan Stephens1-12/+10
2008-04-15[TIPC]: Ignore message padding when receiving stream dataAllan Stephens1-1/+1
2008-04-15[TIPC]: Allow stream receive to read from multiple TIPC messagesAllan Stephens1-1/+3
2008-04-15[TIPC]: Skip connection flow control in connectionless socketsAllan Stephens1-1/+2
2008-04-13[TIPC]: Improve socket time conversionsAllan Stephens1-4/+5
2008-04-13[TIPC]: Remove redundant socket wait queue initializationAllan Stephens1-1/+0
2008-03-26[TIPC]: Cosmetic cleanup of TIPC polling logicAllan Stephens1-42/+36
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-03-06[TIPC]: Update version to 1.6.3Allan Stephens1-1/+1
2008-03-06[TIPC]: Enhancements to message header writingAllan Stephens1-2/+4
2008-03-06[TIPC]: Use correct bitmask when setting versionAllan Stephens1-1/+1
2008-03-06[TIPC]: Minor cleanup of message header codeAllan Stephens4-29/+27
2008-03-06[TIPC]: Eliminate "sparse" symbol warningsAllan Stephens2-8/+6
2008-03-06[TIPC]: Add argument validation for shutdown()Allan Stephens1-2/+3
2008-03-06[TIPC]: Removal of message header option codeAllan Stephens3-31/+0
2008-03-03[TIPC]: Convert tsock->sem in a mutexMatthias Kaehlcke1-28/+28
2008-02-24tipc: fix integer as NULL pointer sparse warnings in tipcHarvey Harrison4-4/+4
2008-02-07[TIPC]: declare proto_ops structures as 'const'.Florian Westphal1-7/+7
2008-02-07[TIPC]: Kill unused static inline (x5)Ilpo Järvinen3-23/+0
2008-01-28[TIPC]: Use tipc_port_unlockJulia Lawall1-10/+10
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+1
2007-12-14[TIPC]: Fix semaphore handling.Andrew Morton1-1/+1
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger1-1/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-2/+2
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+3
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+6
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-3/+6
2007-08-13[TIPC]: Clean up duplicate includes in net/tipc/Jesper Juhl1-1/+0
2007-08-02[TIPC]: Fix two minor sparse warnings.Florian Westphal2-3/+1