aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-25[TIPC]: recvmsg() now returns TIPC ancillary data using correct level (SOL_TIPC)Allan Stephens1-3/+3
2006-06-25[TIPC]: Improved performance of error checking during socket creation.Allan Stephens1-6/+3
2006-06-25[TIPC]: Stream socket send indicates partial success if data partially sent.Allan Stephens1-7/+11
2006-06-25[TIPC]: Connected send now checks socket state when retrying congested send.Allan Stephens1-8/+8
2006-06-25[TIPC]: Can now return destination name of form {0,x,y} via ancillary data.Allan Stephens1-2/+6
2006-06-25[TIPC]: Implied connect now saves dest name for retrieval as ancillary data.Allan Stephens1-4/+4
2006-06-25[TIPC]: Fixed connect() to detect a dest address that is missing or too short.Allan Stephens1-1/+1
2006-06-25[TIPC]: Non-operation-affecting corrections to comments & function definitions.Allan Stephens1-5/+7
2006-06-25[TIPC]: Validate entire interface name when locating bearer to enable.Allan Stephens1-3/+2
2006-06-25[TIPC]: Added support for MODULE_VERSION capability.Allan Stephens1-2/+3
2006-06-25[TIPC]: Fix misleading comment in buf_discard() routine.Allan Stephens1-1/+1
2006-06-25[TIPC]: Fixed privilege checking typo in dest_name_check().Allan Stephens1-1/+1
2006-06-25[TIPC] Fix for NULL pointer dereferenceEric Sesterhenn1-1/+3
2006-06-25[TIPC]: Allow compilation when CONFIG_TIPC_DEBUG is not set.Allan Stephens1-5/+14
2006-06-25[TIPC]: Multicast link failure now resets all links to "nacking" node.Allan Stephens2-28/+128
2006-06-25[TIPC]: Links now validate destination node specified by incoming messages.Allan Stephens1-0/+5
2006-06-25[TIPC]: Allow ports to receive multicast messages through native API.Allan Stephens1-10/+16
2006-06-25[TIPC]: Corrected potential misuse of tipc_media_addr structure.Allan Stephens1-1/+3
2006-06-25[TIPC]: Use correct upper bound when validating network zone number.Allan Stephens1-1/+1
2006-06-25[TIPC]: Prevent name table corruption if no room for new publicationAllan Stephens1-9/+9
2006-06-25[TIPC] Improved tolerance to promiscuous mode interfaceJon Maloy1-9/+11
2006-06-25Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds6-7/+41
2006-06-25[PATCH] Define __raw_get_cpu_var and use itPaul Mackerras1-1/+1
2006-06-25[PATCH] remove for_each_cpu()Andrew Morton1-1/+1
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust25-122/+635
2006-06-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds16-85/+602
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov2-6/+5
2006-06-23[PATCH] clean up default value of IP_DCCP_ACKVECJean-Luc Leger1-1/+1
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2-6/+7
2006-06-23[NET]: fix net-core kernel-docRandy Dunlap1-2/+2
2006-06-23[IPSEC]: Handle GSO packetsHerbert Xu2-10/+83
2006-06-23[NET]: Added GSO toggleHerbert Xu2-6/+40
2006-06-23[NET]: Add software TSOv4Herbert Xu3-0/+239
2006-06-23[NET]: Add generic segmentation offloadHerbert Xu2-10/+136
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu8-42/+56
2006-06-23[NET]: Prevent transmission after dev_deactivateHerbert Xu2-6/+12
2006-06-23[IPV6] ADDRCONF: Fix default source address selection without CONFIG_IPV6_PRIVACYYOSHIFUJI Hideaki1-0/+3
2006-06-23[IPV6]: Fix source address selection.Ɓukasz Stelmach1-0/+6
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu1-10/+26
2006-06-22Merge branch 'master' into upstreamJeff Garzik5-23/+19
2006-06-20Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust147-2077/+5674
2006-06-20[ATM]: fix broken uses of NIPQUAD in net/atmAl Viro2-18/+7
2006-06-20[SCTP]: sctp_unpack_cookie() fixAl Viro1-2/+2
2006-06-20Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstreamJeff Garzik1-1/+1
2006-06-19[NET]: Prevent multiple qdisc runsHerbert Xu1-2/+9
2006-06-19[NETFILTER]: xt_sctp: fix endless loop caused by 0 chunk lengthPatrick McHardy1-1/+1
2006-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+1
2006-06-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds132-1846/+5268
2006-06-17[ETHTOOL]: Fix UFO typoHerbert Xu1-1/+2
2006-06-17[SCTP]: Fix persistent slowdown in sctp when a gap ack consumes rx buffer.Neil Horman1-1/+9