summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* [TIPC]: Ignore message padding when receiving stream dataAllan Stephens2008-04-151-1/+1
* [TIPC]: Allow stream receive to read from multiple TIPC messagesAllan Stephens2008-04-151-1/+3
* [TIPC]: Skip connection flow control in connectionless socketsAllan Stephens2008-04-151-1/+2
* [TIPC]: Improve socket time conversionsAllan Stephens2008-04-141-4/+5
* [TIPC]: Remove redundant socket wait queue initializationAllan Stephens2008-04-141-1/+0Star
* [TIPC]: Cosmetic cleanup of TIPC polling logicAllan Stephens2008-03-271-42/+36Star
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-2/+2
* [TIPC]: Update version to 1.6.3Allan Stephens2008-03-071-1/+1
* [TIPC]: Enhancements to message header writingAllan Stephens2008-03-071-2/+4
* [TIPC]: Use correct bitmask when setting versionAllan Stephens2008-03-071-1/+1
* [TIPC]: Minor cleanup of message header codeAllan Stephens2008-03-074-29/+27Star
* [TIPC]: Eliminate "sparse" symbol warningsAllan Stephens2008-03-072-8/+6Star
* [TIPC]: Add argument validation for shutdown()Allan Stephens2008-03-071-2/+3
* [TIPC]: Removal of message header option codeAllan Stephens2008-03-073-31/+0Star
* [TIPC]: Convert tsock->sem in a mutexMatthias Kaehlcke2008-03-041-28/+28
* tipc: fix integer as NULL pointer sparse warnings in tipcHarvey Harrison2008-02-254-4/+4
* [TIPC]: declare proto_ops structures as 'const'.Florian Westphal2008-02-081-7/+7
* [TIPC]: Kill unused static inline (x5)Ilpo Järvinen2008-02-083-23/+0Star
* [TIPC]: Use tipc_port_unlockJulia Lawall2008-01-291-10/+10
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+1Star
* [TIPC]: Fix semaphore handling.Andrew Morton2007-12-141-1/+1
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-111-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-2/+2
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-1/+1
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-111-0/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-111-0/+6
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-111-3/+6
* [TIPC]: Clean up duplicate includes in net/tipc/Jesper Juhl2007-08-141-1/+0Star
* [TIPC]: Fix two minor sparse warnings.Florian Westphal2007-08-032-3/+1Star
* [TIPC]: Make function tipc_nameseq_subscribe static.Florian Westphal2007-08-031-1/+1
* [TIPC]: fix tipc_link_create error handlingFlorian Westphal2007-07-311-13/+15
* net/* misc endianness annotationsAl Viro2007-07-261-4/+2Star
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-07-191-6/+6
|\
| * [NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-07-191-6/+6
* | some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1Star
|/
* [TIPC]: Optimize stream send routine to avoid fragmentationAllan Stephens2007-07-114-25/+32
* [TIPC]: Use standard socket "not implemented" routinesAllan Stephens2007-07-111-41/+14Star
* [TIPC]: Improved support for Ethernet traffic filteringAllan Stephens2007-07-111-5/+6
* [TIPC]: Fix infinite loop in netlink handlerFlorian Westphal2007-06-241-1/+1
* [TIPC]: Fixed erroneous introduction of for_each_netdevJon Paul Maloy2007-05-251-4/+6
* [TIPC]: Use menuconfig objects.Jan Engelhardt2007-05-251-13/+11Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-05-061-1/+1
|\
| * kconfig: fix path to modules.txt in Kconfig helpAlexander E. Patrakov2007-05-021-1/+1
* | [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-041-5/+7
|/
* [TIPC]: Enhancements to msg_set_bits() routineAllan Stephens2007-04-261-4/+7
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-263-29/+32