summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 9p: apply common request code to trans_fdEric Van Hensbergen2008-10-173-171/+117Star
* 9p: apply common tagpool handling to trans_fdEric Van Hensbergen2008-10-171-34/+10Star
* 9p: move request management to client codeEric Van Hensbergen2008-10-172-127/+161
* 9p: eliminate callback complexityEric Van Hensbergen2008-10-171-83/+66Star
* 9p: consolidate mux_rpc and request structureEric Van Hensbergen2008-10-171-46/+22Star
* 9p: remove unnecessary prototypesEric Van Hensbergen2008-10-172-548/+495Star
* 9p: remove duplicate client stateEric Van Hensbergen2008-10-171-15/+11Star
* 9p: consolidate transport structureEric Van Hensbergen2008-10-174-157/+120Star
* 9p-trans_fd: use single pollerTejun Heo2008-10-171-166/+86Star
* Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-10-177-268/+616
|\
| * Merge branch 'next'Trond Myklebust2008-10-157-268/+616
| |\
| | * RPC/RDMA: ensure connection attempt is complete before signalling.Tom Talpey2008-10-101-5/+1Star
| | * RPC/RDMA: correct the reconnect timer backoffTom Talpey2008-10-101-0/+7
| | * RPC/RDMA: optionally emit useful transport info upon connect/disconnect.Tom Talpey2008-10-102-1/+22
| | * RPC/RDMA: reformat a debug printk to keep lines together.Tom Talpey2008-10-101-2/+2
| | * RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey2008-10-102-4/+10
| | * RPC/RDMA: fix connect/reconnect resource leak.Tom Talpey2008-10-101-5/+4Star
| | * RPC/RDMA: return a consistent error, when connect fails.Tom Talpey2008-10-101-1/+1
| | * RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.Tom Talpey2008-10-103-2/+33
| | * RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.Tom Talpey2008-10-101-11/+9Star
| | * RPC/RDMA: maintain the RPC task bytes-sent statistic.Tom Talpey2008-10-101-0/+1
| | * RPC/RDMA: suppress retransmit on RPC/RDMA clients.Tom Talpey2008-10-103-4/+15
| | * RPC/RDMA: fix connection IRD/ORD settingTom Tucker2008-10-101-37/+14Star
| | * RPC/RDMA: support FRMR client memory registration.Tom Talpey2008-10-102-6/+167
| | * RPC/RDMA: check selected memory registration mode at runtime.Tom Talpey2008-10-101-15/+80
| | * RPC/RDMA: add data types and new FRMR memory registration enum.Tom Talpey2008-10-101-1/+7
| | * RPC/RDMA: refactor the inline memory registration code.Tom Talpey2008-10-101-158/+207
| | * sunrpc: fix oops in rpc_create when the mount namespace is unsharedCedric Le Goater2008-10-081-2/+2
| | * SUNRPC: Fix a memory leak in rpcb_getport_asyncTrond Myklebust2008-10-081-1/+3
| | * SUNRPC: Fix autobind on cloned rpc clientsTrond Myklebust2008-10-081-7/+29
| | * sunrpc: do not pin sunrpc module in the memoryDenis V. Lunev2008-10-081-8/+4Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-161-1/+1
|\ \ \
| * | | driver core: basic infrastructure for per-module dynamic debug messagesJason Baron2008-10-161-1/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-1621-117/+220
|\ \ \
| * | | decnet: Fix compiler warning in dn_dev.cDavid S. Miller2008-10-161-1/+1
| * | | IPV6: Fix default gateway criteria wrt. HIGH/LOW preference radv optionPedro Ribeiro2008-10-161-1/+1
| * | | net/802/fc.c: Fix compilation warningsManish Katiyar2008-10-151-1/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-10-1510-16/+36
| |\ \ \
| | * | | ath9k/mac80211: disallow fragmentation in ath9k, report to userspaceJohannes Berg2008-10-151-1/+1
| | * | | mac80211: Fix scan RX processing oopsJouni Malinen2008-10-151-1/+2
| | * | | cfg80211: fix debugfs error handlingJohannes Berg2008-10-151-1/+4
| | * | | mac80211: fix debugfs netdev renameJohannes Berg2008-10-151-1/+5
| | * | | mac80211: fix HT information element parsingJohannes Berg2008-10-153-11/+6Star
| | * | | mac80211: fix debugfs lockupJohannes Berg2008-10-153-1/+18
| * | | | netns: correct mib stats in ip6_route_me_harder()Alexey Dobriyan2008-10-151-3/+3
| * | | | netns: fix net_generic array leakAlexey Dobriyan2008-10-151-1/+1
| * | | | netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf...Pablo Neira Ayuso2008-10-144-93/+174
| * | | | netfilter: fix ebtables dependenciesPatrick McHardy2008-10-141-0/+1
| * | | | netfilter: restore lost #ifdef guarding defrag exceptionPatrick McHardy2008-10-141-1/+2
| |/ / /
* | | | sysctl: simplify ->strategyAlexey Dobriyan2008-10-167-31/+21Star