summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: accounting rework: ct_extend + 64bit counters (v4)Krzysztof Piotr Oledzki2008-07-2115-86/+248
* netlink: add NLA_PUT_BE64 macroKrzysztof Piotr Oledzki2008-07-211-0/+3
* netfilter: nf_nat_core: eliminate useless find_appropriate_src for IP_NAT_RAN...Changli Gao2008-07-211-4/+4
* hdlcdrv: Fix CRC calculation.Micah Dowty2008-07-211-0/+1
* Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe."David S. Miller2008-07-211-22/+77
* net: In __netif_schedule() use WARN_ON instead of BUG_ONLinus Torvalds2008-07-211-1/+2
* net: Improve simple_tx_hash().David S. Miller2008-07-211-13/+21
* pkt_sched: Remove unused variable skb in dev_deactivate_queue function.Daniel Lezcano2008-07-211-3/+0Star
* sunhme: Remove stop/wake TX queue calls in set-multicast-list handler.David S. Miller2008-07-211-4/+0Star
* ucc_geth: do not touch net queue in adjust_link phylib callbackAnton Vorontsov2008-07-211-1/+0Star
* gianfar: do not touch net queue in adjust_link phylib callbackAnton Vorontsov2008-07-211-1/+0Star
* atl1: Do not wake queue before queue has been started.David S. Miller2008-07-211-2/+1Star
* Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-07-2136-966/+1042
|\
| * nfsd: nfs4xdr.c do-while is not a compound statementHarvey Harrison2008-07-181-2/+2
| * nfsd: Use C99 initializers in fs/nfsd/nfs4xdr.cJ. Bruce Fields2008-07-181-74/+74
| * lockd: Pass "struct sockaddr *" to new failover-by-IP functionChuck Lever2008-07-153-15/+34
| * lockd: get host reference in nlmsvc_create_block() instead of callersJ. Bruce Fields2008-07-151-3/+2Star
| * lockd: minor svclock.c style fixesJ. Bruce Fields2008-07-151-5/+5
| * lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lockJeff Layton2008-07-154-11/+6Star
| * lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlockJeff Layton2008-07-154-12/+7Star
| * lockd: nlm_release_host() checks for NULL, caller needn'tJeff Layton2008-07-152-4/+2Star
| * file lock: reorder struct file_lock to save space on 64 bit buildsRichard Kennedy2008-07-131-2/+2
| * nfsd: take file and mnt write in nfs4_upgrade_openBenny Halevy2008-07-071-0/+4
| * nfsd: document open share bit trackingJ. Bruce Fields2008-07-071-0/+18
| * nfsd: tabulate nfs4 xdr encoding functionsBenny Halevy2008-07-041-114/+91Star
| * Merge branch 'for-bfields' of git://linux-nfs.org/~tomtucker/xprt-switch-2.6 ...J. Bruce Fields2008-07-031742-18919/+31340
| |\
| | * svcrdma: Change WR context get/put to use the kmem cacheTom Tucker2008-07-022-115/+12Star
| | * svcrdma: Create a kmem cache for the WR contextsTom Tucker2008-07-021-4/+19
| | * svcrdma: Add flush_scheduled_work to module exit functionTom Tucker2008-07-021-0/+1
| | * svcrdma: Limit ORD based on client's advertised IRDTom Tucker2008-07-021-4/+12
| | * svcrdma: Remove unused wait q from svcrdma_xprt structureTom Tucker2008-07-021-1/+0Star
| | * svcrdma: Remove unneeded spin locks from __svc_rdma_freeTom Tucker2008-07-021-4/+0Star
| | * svcrdma: Add dma map count and WARN_ONTom Tucker2008-07-024-0/+10
| | * svcrdma: Move the DMA unmap logic to the CQ handlerTom Tucker2008-07-021-6/+14
| | * svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker2008-07-022-45/+39Star
| | * svcrdma: Use RPC reply map for RDMA_WRITE processingTom Tucker2008-07-022-88/+80Star
| | * svcrdma: Add a type for keeping NFS RPC mappingTom Tucker2008-07-023-0/+72
| * | nfsd: dprint operation namesBenny Halevy2008-07-031-2/+50
| * | nfsd: nfs4 minorversion decoder vectorsBenny Halevy2008-07-021-3/+14
| * | nfsd: unsupported nfs4 ops should fail with nfserr_opnotsuppBenny Halevy2008-07-021-0/+9
| * | nfsd: tabulate nfs4 xdr decoding functionsBenny Halevy2008-07-021-105/+48Star
| * | nfsd: return nfserr_minor_vers_mismatch when compound minorversion != 0Benny Halevy2008-07-021-7/+3Star
| * | nfsd: clean up mnt_want_write callsMiklos Szeredi2008-07-011-14/+11Star
| * | nfsd: treat all shutdown signals as equivalentJeff Layton2008-06-301-25/+5Star
| * | nfs: rewrap NFS/RDMA documentation to 80 linesJ. Bruce Fields2008-06-301-19/+21
| * | update NFS/RDMA documentationJames Lentini2008-06-301-31/+44
| * | nfsd: fix spurious EACCESS in reconnect_path()Neil Brown2008-06-301-3/+26
| * | gss_krb5: Use random value to initialize confounderKevin Coffman2008-06-231-4/+18
| * | gss_krb5: move gss_krb5_crypto into the krb5 moduleKevin Coffman2008-06-232-12/+2Star
| * | gss_krb5: create a define for token header size and clean up ptr locationKevin Coffman2008-06-234-46/+49