summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* [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-101-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-2/+2
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+1
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+6
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-3/+6
* [TIPC]: Clean up duplicate includes in net/tipc/Jesper Juhl2007-08-131-1/+0
* [TIPC]: Fix two minor sparse warnings.Florian Westphal2007-08-022-3/+1
* [TIPC]: Make function tipc_nameseq_subscribe static.Florian Westphal2007-08-021-1/+1
* [TIPC]: fix tipc_link_create error handlingFlorian Westphal2007-07-311-13/+15
* net/* misc endianness annotationsAl Viro2007-07-261-4/+2
* 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/+1
|/
* [TIPC]: Optimize stream send routine to avoid fragmentationAllan Stephens2007-07-104-25/+32
* [TIPC]: Use standard socket "not implemented" routinesAllan Stephens2007-07-101-41/+14
* [TIPC]: Improved support for Ethernet traffic filteringAllan Stephens2007-07-101-5/+6
* [TIPC]: Fix infinite loop in netlink handlerFlorian Westphal2007-06-231-1/+1
* [TIPC]: Fixed erroneous introduction of for_each_netdevJon Paul Maloy2007-05-241-4/+6
* [TIPC]: Use menuconfig objects.Jan Engelhardt2007-05-241-13/+11
* 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-031-5/+7
|/
* [TIPC]: Enhancements to msg_set_bits() routineAllan Stephens2007-04-251-4/+7
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-253-29/+32
* [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-252-2/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-251-2/+2
* [NET] TIPC: Use htons() where appropriate.YOSHIFUJI Hideaki2007-04-251-1/+1
* [NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1044-1203/+1203
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [TIPC]: Use kzalloc where appropriateArnaldo Carvalho de Melo2006-12-023-8/+4
* [TIPC]: endianness annotationsAl Viro2006-12-024-34/+20
* [TIPC] net/tipc/port.c: fix NULL dereferenceAdrian Bunk2006-11-011-2/+3
* [TIPC]: Updated TIPC version number to 1.6.2Allan Stephens2006-10-181-1/+1
* [TIPC]: Unrecognized configuration command now returns error messageAllan Stephens2006-10-181-2/+3
* [TIPC]: Added subscription cancellation capabilityLijun Chen2006-10-181-15/+84
* [TIPC]: Can now list multicast link on an isolated network nodeAllan Stephens2006-10-181-1/+1
* [TIPC]: Fixed slow link reactivation when link tolerance is largeAllan Stephens2006-10-181-3/+4
* [TIPC]: Name publication events now delivered in chronological orderAllan Stephens2006-10-181-1/+1
* [TIPC]: Add support for Ethernet VLANsAllan Stephens2006-10-182-3/+7
* [TIPC]: Remove code bloat introduced by print buffer reworkAllan Stephens2006-10-182-7/+7
* [TIPC]: Optimize wakeup logic when socket has no waiting processesAllan Stephens2006-10-181-2/+4
* [TIPC]: Added duplicate node address detection capabilityAllan Stephens2006-10-182-5/+35