summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 9p: consolidate read/write functionsEric Van Hensbergen2008-10-171-122/+28
* 9p: drop broken unused error path from p9_conn_create()Tejun Heo2008-10-171-16/+1
* 9p: make rpc code common and rework flush codeEric Van Hensbergen2008-10-173-307/+311
* 9p: use the rcall structure passed in the request in trans_fd read_workEric Van Hensbergen2008-10-171-63/+66
* 9p: apply common request code to trans_fdEric Van Hensbergen2008-10-173-171/+117
* 9p: apply common tagpool handling to trans_fdEric Van Hensbergen2008-10-171-34/+10
* 9p: move request management to client codeEric Van Hensbergen2008-10-172-127/+161
* 9p: eliminate callback complexityEric Van Hensbergen2008-10-171-83/+66
* 9p: consolidate mux_rpc and request structureEric Van Hensbergen2008-10-171-46/+22
* 9p: remove unnecessary prototypesEric Van Hensbergen2008-10-172-548/+495
* 9p: remove duplicate client stateEric Van Hensbergen2008-10-171-15/+11
* 9p: consolidate transport structureEric Van Hensbergen2008-10-174-157/+120
* 9p-trans_fd: use single pollerTejun Heo2008-10-171-166/+86
* Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-10-167-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/+1
| | * 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/+4
| | * 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/+9
| | * 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/+14
| | * 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-071-2/+2
| | * SUNRPC: Fix a memory leak in rpcb_getport_asyncTrond Myklebust2008-10-071-1/+3
| | * SUNRPC: Fix autobind on cloned rpc clientsTrond Myklebust2008-10-071-7/+29
| | * sunrpc: do not pin sunrpc module in the memoryDenis V. Lunev2008-10-071-8/+4
* | | 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-151-1/+1
| * | | IPV6: Fix default gateway criteria wrt. HIGH/LOW preference radv optionPedro Ribeiro2008-10-151-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-1410-16/+36
| |\ \ \
| | * | | ath9k/mac80211: disallow fragmentation in ath9k, report to userspaceJohannes Berg2008-10-141-1/+1
| | * | | mac80211: Fix scan RX processing oopsJouni Malinen2008-10-141-1/+2
| | * | | cfg80211: fix debugfs error handlingJohannes Berg2008-10-141-1/+4
| | * | | mac80211: fix debugfs netdev renameJohannes Berg2008-10-141-1/+5
| | * | | mac80211: fix HT information element parsingJohannes Berg2008-10-143-11/+6
| | * | | mac80211: fix debugfs lockupJohannes Berg2008-10-143-1/+18
| * | | | netns: correct mib stats in ip6_route_me_harder()Alexey Dobriyan2008-10-141-3/+3
| * | | | netns: fix net_generic array leakAlexey Dobriyan2008-10-141-1/+1