summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* svcauth_unix.c: quiet sparse noiseH Hartley Sweeten2011-07-151-0/+1
* svcsock.c: include sunrpc.h to quiet sparse noiseH Hartley Sweeten2011-07-151-0/+2
* nfsd: Remove deprecated nfsctl system call and related code.NeilBrown2011-07-1514-1238/+0
* NFSD: allow OP_DESTROY_CLIENTID to be only op in COMPOUNDBenny Halevy2011-07-151-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-07-132-27/+63
|\
| * mmc: core: Bus width testing needs to handle suspend/resumePhilip Rakity2011-07-132-27/+63
* | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-07-135-19/+15
|\ \
| * | SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear2011-07-121-1/+1
| * | NFSv4.1: update nfs4_fattr_bitmap_maxszAndy Adamson2011-07-111-1/+1
| * | SUNRPC: Fix a race between work-queue and rpc_killall_tasksTrond Myklebust2011-07-071-16/+11
| * | pnfs: write: Set mds_offset in the generic layer - it is needed by all LDsBoaz Harrosh2011-06-282-1/+2
* | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2011-07-131-4/+6
|\ \ \
| * | | kbuild: Do not write to builddir in modules_installMichal Marek2011-07-121-4/+6
* | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-07-137-15/+38
|\ \ \ \
| * | | | drm/radeon/kms/evergreen: emit SQ_LDS_RESOURCE_MGMT for blitsAlex Deucher2011-07-131-2/+7
| * | | | agp/intel: Fix typo in G4x_GMCH_SIZE_VT_2MChris Wilson2011-07-131-3/+4
| * | | | drm/radeon/kms: fix typo in read_disabled vbios codeAlex Deucher2011-07-122-6/+17
| * | | | drm/radeon/kms: use correct BUS_CNTL reg on rs600Alex Deucher2011-07-121-3/+3
| * | | | drm/radeon/kms: fix backend map typo on juniperAlex Deucher2011-07-121-1/+1
| * | | | drm/radeon/kms: fix regression in hotplugAlex Deucher2011-07-121-0/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-07-1329-72/+187
|\ \ \ \ \
| * | | | | slip: fix wrong SLIP6 ifdef-endif placingMatvejchikov Ilya2011-07-111-1/+1
| * | | | | natsemi: fix another dma-debug reportJim Cromie2011-07-101-2/+2
| * | | | | sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf2011-07-083-9/+22
| * | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-07-0816-42/+92
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-0816-42/+92
| | |\ \ \ \ \
| | | * | | | | mac80211: fix TKIP replay vulnerabilityJohannes Berg2011-07-071-3/+13
| | | * | | | | mac80211: fix ie memory allocation for scheduled scansLuciano Coelho2011-07-071-1/+2
| | | * | | | | ssb: fix init regression of hostmode PCI coreRafał Miłecki2011-07-071-9/+9
| | | * | | | | rtlwifi: rtl8192cu: Add new USB ID for Netgear WNA1000MYoann DI-RUZZA2011-07-051-0/+1
| | | * | | | | ath9k: Fix tx throughput drops for AR9003 chips with AES encryptionRajkumar Manoharan2011-07-051-1/+2
| | | * | | | | carl9170: add NEC WL300NU-AG usbidChristian Lamparter2011-07-051-0/+2
| | | * | | | | cfg80211: fix deadlock with rfkill/sched_scan by adding new mutexLuciano Coelho2011-07-054-14/+34
| | | * | | | | ath5k: fix incorrect use of drvdata in PCI suspend/resume codePavel Roskin2011-07-051-2/+5
| | | * | | | | ath5k: fix incorrect use of drvdata in sysfs codePavel Roskin2011-07-051-3/+6
| | | * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville2011-07-054-9/+18
| | | |\ \ \ \ \
| | | | * | | | | Bluetooth: Fix memory leak under page timeoutsTomas Targownik2011-06-301-0/+3
| | | | * | | | | Bluetooth: Fix regression with incoming L2CAP connectionsGustavo F. Padovan2011-06-301-1/+2
| | | | * | | | | Bluetooth: Fix hidp disconnect deadlocks and lost wakeupPeter Hurley2011-06-302-7/+12
| | | | * | | | | Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg2011-06-281-1/+1
| * | | | | | | | net: Fix default in docs for tcp_orphan_retries.David S. Miller2011-07-081-1/+1
| * | | | | | | | hso: fix a use after free conditionGreg KH2011-07-081-3/+4
| * | | | | | | | net/natsemi: Fix module parameter permissionsJean Delvare2011-07-081-1/+1
| * | | | | | | | XFRM: Fix memory leak in xfrm_state_updateTushar Gohad2011-07-081-0/+2
| |/ / / / / / /
| * | | | | | | sctp: Enforce retransmission limit during shutdownThomas Graf2011-07-075-13/+62
* | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2011-07-124-14/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | powerpc/mm: Fix memory_block_size_bytes() for non-pseriesBenjamin Herrenschmidt2011-07-121-11/+19
| * | | | | | | | mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt2011-07-123-3/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/lin...Linus Torvalds2011-07-1212-35/+52
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Arnd Bergmann2011-07-113-24/+26
| |\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud