aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-02[TIPC]: Make function tipc_nameseq_subscribe static.Florian Westphal1-1/+1
2007-07-31[TIPC]: fix tipc_link_create error handlingFlorian Westphal1-13/+15
2007-07-26net/* misc endianness annotationsAl Viro1-4/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-6/+6
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-19[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-6/+6
2007-07-10[TIPC]: Optimize stream send routine to avoid fragmentationAllan Stephens4-25/+32
2007-07-10[TIPC]: Use standard socket "not implemented" routinesAllan Stephens1-41/+14
2007-07-10[TIPC]: Improved support for Ethernet traffic filteringAllan Stephens1-5/+6
2007-06-23[TIPC]: Fix infinite loop in netlink handlerFlorian Westphal1-1/+1