aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-28[IPV4]: annotate struct in_ifaddrAl Viro5-11/+11
2006-09-28[IPV4]: struct fib_config IPv4 address fields annotatedAl Viro1-1/+1
2006-09-28[IPV4]: RTA_{DST,SRC,GATEWAY,PREFSRC} annotatedAl Viro3-17/+17
2006-09-28[IPV4] net/ipv4/route.c: trivial endianness annotationsAl Viro1-8/+8
2006-09-28[IPV4]: FIB_RES_PREFSRC() annotatedAl Viro1-1/+1
2006-09-28[IPV4]: inet_addr_onlink() annotatedAl Viro1-1/+1
2006-09-28[IPV4]: ip_check_mc() annotationsAl Viro1-1/+1
2006-09-28[IPV4]: fib_validate_source() annotationsAl Viro2-3/+4
2006-09-28[IPV4]: inet_select_addr() annotationsAl Viro6-9/+9
2006-09-28[IPV4]: ip_route_connect() ipv4 address arguments annotatedAl Viro4-4/+4
2006-09-28[IPV4]: annotate rt_hash_code() usersAl Viro1-17/+17
2006-09-28[IPV4]: ip_rt_redirect() annotationsAl Viro1-3/+3
2006-09-28[IPV4]: ip_route_input() annotationsAl Viro3-12/+14
2006-09-28[ATM]: use NIPQUAD instead of open-coding itAl Viro2-18/+7
2006-09-28[TR]: endiannness annotationsAl Viro1-6/+6
2006-09-28[ATALK]: endianness annotationsAl Viro1-51/+28
2006-09-28[NET] Kconfig: fix cut/paste error in TCPPROBEGrant Grundler1-1/+1
2006-09-28[IPV6]: bh_lock_sock_nested on tcp_v6_rcvFabio Olive Leite1-1/+1
2006-09-27Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds3-34/+46
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2-6/+5
2006-09-26Merge branch 'master' into upstreamJeff Garzik23-1427/+1300
2006-09-25[NetLabel]: update docs with website informationPaul Moore1-1/+4
2006-09-25[NetLabel]: rework the Netlink attribute handling (part 2)Paul Moore6-830/+895
2006-09-25[NetLabel]: rework the Netlink attribute handling (part 1)Paul Moore5-548/+67
2006-09-25[NetLabel]: make the CIPSOv4 cache spinlocks bottom half safePaul Moore1-8/+8
2006-09-25[NetLabel]: correct improper handling of non-NetLabel peer contextsPaul Moore2-15/+56
2006-09-25[PATCH] bcm43xx: WE-21 supportLarry Finger1-4/+4
2006-09-25[PATCH] WE-21 support (core API)John W. Linville2-30/+42
2006-09-24[TCP]: make cubic the defaultStephen Hemminger1-6/+6
2006-09-24[TCP]: default congestion control menuStephen Hemminger3-6/+47
2006-09-24Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6David S. Miller7-15/+219
2006-09-24[PATCH] fix iptables __user misannotationsAl Viro1-3/+3
2006-09-24[DCCP]: Introduce dccp_probeIan McDonald3-0/+216
2006-09-24[DCCP]: Use constants for CCIDsIan McDonald2-2/+2
2006-09-24[DCCP]: Allow default/fallback service code.Gerrit Renker2-13/+1
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds10-113/+274
2006-09-23Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds9-351/+460
2006-09-22NFSv4: rpc_mkpipe creating socket inodes w/out sk buffersSteve Dickson1-1/+1
2006-09-22SUNRPC: Fix Oops in pmap_getport_doneTrond Myklebust1-24/+22
2006-09-22SUNRPC: Add refcounting to the struct rpc_xprtTrond Myklebust2-8/+28
2006-09-22SUNRPC: Clean up soft task error handlingTrond Myklebust2-27/+15
2006-09-22SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errorsTrond Myklebust1-0/+8
2006-09-22SUNRPC: rpc_delay() should not clobber the rpc_task->tk_statusTrond Myklebust1-10/+6
2006-09-22SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentTrond Myklebust2-20/+25
2006-09-22SUNRPC: export new RPC client functions with _GPLChuck Lever1-5/+5
2006-09-22SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever4-125/+1
2006-09-22SUNRPC: Convert RPC portmapper to use new rpc_create() APIChuck Lever1-18/+15
2006-09-22SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever2-0/+136
2006-09-22SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever3-7/+13