summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
* | | | fix random typosDanny ter Haar2008-10-161-1/+1
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2008-10-152-83/+133
|\ \ \
| * | | HID: move connect quirksJiri Slaby2008-10-141-3/+0Star
| * | | HID: move apple quirksJiri Slaby2008-10-141-22/+0Star
| * | | HID: move ignore quirksJiri Slaby2008-10-141-1/+1
| * | | HID: hid, make parsing event drivenJiri Slaby2008-10-142-82/+111
| * | | HID: make a bus from hid codeJiri Slaby2008-10-141-9/+55
* | | | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-10-148-207/+989
|\ \ \ \
| * \ \ \ Merge branch 'from-tomtucker' into for-2.6.28J. Bruce Fields2008-10-093-122/+684
| |\ \ \ \
| | * | | | svcrdma: Fix IRD/ORD polarityTom Tucker2008-10-061-1/+1
| | * | | | svcrdma: Update svc_rdma_send_error to use DMA LKEYTom Tucker2008-10-061-2/+9
| | * | | | svcrdma: Modify the RPC reply path to use FRMR when availableTom Tucker2008-10-062-40/+217
| | * | | | svcrdma: Modify the RPC recv path to use FRMR when availableTom Tucker2008-10-062-22/+170
| | * | | | svcrdma: Add support to svc_rdma_send to handle chained WRTom Tucker2008-10-061-8/+21
| | * | | | svcrdma: Modify post recv path to use local dma keyTom Tucker2008-10-061-3/+9
| | * | | | svcrdma: Add a service to register a Fast Reg MR with the deviceTom Tucker2008-10-061-35/+76
| | * | | | svcrdma: Query device for Fast Reg support during connection setupTom Tucker2008-10-061-6/+70
| | * | | | svcrdma: Add FRMR get/put servicesTom Tucker2008-10-061-5/+111
| * | | | | NLM: Remove unused argument from svc_addsock() functionChuck Lever2008-10-041-3/+1Star