summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6Linus Torvalds2005-10-214-18/+8
| |\ \ \
| | * | | [TCP] Allow len == skb->len in tcp_fragmentHerbert Xu2005-10-201-11/+1
| | * | | [DCCP]: Clear the IPCB areaHerbert Xu2005-10-202-0/+3
| | * | | [DCCP]: Make dccp_write_xmit always free the packetHerbert Xu2005-10-202-3/+2
| | * | | [DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULLHerbert Xu2005-10-201-4/+2
| * | | | [PATCH] drm: another mga bugDave Airlie2005-10-213-3/+4
| * | | | [PATCH] ppc64: Fix pages marked dirty abusivelyBenjamin Herrenschmidt2005-10-211-2/+1
| * | | | [PATCH] ppc64: Fix typo in time calculationsPaul Mackerras2005-10-211-1/+1
| * | | | [PATCH] mptsas: fix phy identifiersEric Moore2005-10-211-4/+8
| |/ / /
| * | | [PATCH] Fix handling spurious page fault for hugetlb regionHugh Dickins2005-10-203-25/+27
| |/ /
* | | NFS: Fix a bad cast in nfs3_read_doneTrond Myklebust2005-10-271-1/+1
* | | Revert "RPC: stops the release_pipe() funtion from being called twice"Trond Myklebust2005-10-271-2/+0
* | | Merge branch 'master' of ssh://rsync.linux-nfs.org/home/trondmy/www_sites/rsy...Trond Myklebust2005-10-2167-528/+1602
|\ \ \
| * \ \ Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6Trond Myklebust2005-10-2026-279/+591
| |\ \ \ | | |/ /
| | * | Linux v2.6.14-rc5v2.6.14-rc5Linus Torvalds2005-10-191-1/+1
| | * | [PATCH] build fix for uml/amd64Al Viro2005-10-191-4/+0
| | * | [PATCH] scsi_error thread exits in TASK_INTERRUPTIBLE state.Steven Rostedt2005-10-191-0/+2
| | * | [PATCH] ppc64: update defconfigsPaul Mackerras2005-10-196-163/+380
| | * | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-10-192-2/+9
| | |\ \
| | | * | [ARM] 3024/1: Add cpu_v6_proc_finTony Lindgren2005-10-191-1/+8
| | | * | [ARM] 3023/1: pxa-regs: Typo in ARM pxa register definitions.Paul Schulz2005-10-181-1/+1
| | * | | [PATCH] swiotlb: make sure initial DMA allocations really are in DMA memoryYasunori Goto2005-10-193-14/+53
| | * | | [PATCH] `unaligned access' in acpi get_root_bridge_busnr()Peter Chubb2005-10-191-4/+4
| | * | | [PATCH] fix MGA DRM regression before 2.6.14Dave Airlie2005-10-191-3/+19
| | * | | [PATCH] Threads shouldn't inherit PF_NOFREEZEAlan Stern2005-10-191-1/+1
| | * | | [PATCH] Export RCS_TAR_IGNORE for rpm targetsTom Rini2005-10-191-1/+1
| | * | | [PATCH] ppc64: Fix error in vDSO 32 bits dateBenjamin Herrenschmidt2005-10-191-1/+1
| | * | | [PATCH] Three one-liners in md.cNeilBrown2005-10-191-1/+3
| | * | | [PATCH] raw1394: fix locking in the presence of SMP and interruptsAndy Wingo2005-10-192-49/+57
| | * | | [PATCH] orinoco: limit message rateAndrew Morton2005-10-191-2/+3
| | * | | [PATCH] mm: hugetlb truncation fixesHugh Dickins2005-10-191-14/+21
| | * | | [PATCH] Fix cpu timers exit deadlock and racesRoland McGrath2005-10-191-17/+11
| | * | | [PATCH] Handle spurious page fault for hugetlb regionSeth, Rohit2005-10-192-2/+25
| | |/ /
| * | | NFSv4: Fix up locking for nfs4_state_ownerTrond Myklebust2005-10-203-5/+18
| * | | NFSv4: Final tweak to sequence idTrond Myklebust2005-10-202-11/+14
| * | | RPCSEC_GSS: krb5 cleanupJ. Bruce Fields2005-10-184-41/+10
| * | | RPCSEC_GSS remove all qop parametersJ. Bruce Fields2005-10-1814-97/+41
| * | | RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism.J. Bruce Fields2005-10-187-7/+552
| * | | RPCSEC_GSS: krb5 pre-privacy cleanupJ. Bruce Fields2005-10-184-62/+16
| * | | RPCSEC_GSS: Simplify rpcsec_gss crypto codeJ. Bruce Fields2005-10-181-29/+77
| * | | RPCSEC_GSS: client-side privacy supportJ. Bruce Fields2005-10-181-1/+148
| * | | RPCSEC_GSS: cleanup au_rslack calculationJ. Bruce Fields2005-10-182-15/+12
| * | | SUNRPC: Retry wrap in case of memory allocation failure.J. Bruce Fields2005-10-181-3/+10
| * | | SUNRPC: Provide a callback to allow free pages allocated during xdr encodingJ. Bruce Fields2005-10-182-1/+7
| * | | SUNRPC: Add support for privacy to generic gss-api code.J. Bruce Fields2005-10-182-0/+44
| * | | NFSv4: Fix acl buffer sizeJ. Bruce Fields2005-10-181-1/+1
| * | | NFSv4: handle no acl attrJ. Bruce Fields2005-10-181-1/+2
| * | | RPC: stops the release_pipe() funtion from being called twiceSteve Dickson2005-10-181-0/+2
| * | | NFSv4: Fix an oopsable condition in nfs_free_seqidTrond Myklebust2005-10-182-9/+1
| * | | Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6Trond Myklebust2005-10-1816-11/+101
| |\ \ \ | | |/ /
OpenPOWER on IntegriCloud