summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | nilfs2: add zero-fill for new btree node buffersRyusuke Konishi2009-11-031-0/+1
| * | | | | | nilfs2: fix irregular checkpoint creation due to data flushRyusuke Konishi2009-11-031-6/+11
| * | | | | | nilfs2: fix dirty page accounting leak causing hang at writeRyusuke Konishi2009-11-031-2/+1
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-0339-180/+606
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-0213-25/+61
| |\ \ \ \ \
| | * | | | | mac80211: check interface is down before type changeJohannes Berg2009-11-021-3/+3
| | * | | | | cfg80211: fix NULL ptr derefJohannes Berg2009-11-021-2/+5
| | * | | | | libertas if_usb: Fix crash on 64-bit machinesDavid Woodhouse2009-10-301-1/+1
| | * | | | | mac80211: fix reason code output endiannessJohannes Berg2009-10-301-1/+1
| | * | | | | mac80211: fix addba timerJohannes Berg2009-10-301-7/+12
| | * | | | | ath9k: fix misplaced semicolon on rate controlLuis R. Rodriguez2009-10-301-1/+1
| | * | | | | b43: Fix DMA TX bounce buffer copyingMichael Buesch2009-10-301-2/+13
| | * | | | | mac80211: fix BSS leakJohannes Berg2009-10-301-2/+4
| | * | | | | rt73usb.c : more idsXose Vazquez Perez2009-10-301-0/+5
| | * | | | | ipw2200: fix oops on missing firmwareZhu Yi2009-10-304-6/+16
| * | | | | | gre: Fix dev_addr clobbering for gretapHerbert Xu2009-10-301-12/+16
| * | | | | | sky2: set carrier off in probeBrandon Philips2009-10-301-0/+2
| * | | | | | net: fix sk_forward_alloc corruptionEric Dumazet2009-10-305-12/+18
| |/ / / / /
| * | | | | pcnet_cs: add cis of PreMax PE-200 ethernet pcmcia cardKen Kawasaki2009-10-298-7/+60
| * | | | | r8169: Fix card drop incoming VLAN tagged MTU byte large jumbo framesRaimonds Cicans2009-10-291-1/+1
| * | | | | ibmtr: possible Read buffer overflow?roel kluin2009-10-291-2/+9
| * | | | | net: Fix RPF to work with policy routingjamal2009-10-293-6/+10
| * | | | | net: fix kmemcheck annotationsEric Dumazet2009-10-291-2/+2
| * | | | | e1000e: rework disable K1 at 1000Mbps for 82577/82578Bruce Allan2009-10-295-28/+190
| * | | | | e1000e: config PHY via software after resetsBruce Allan2009-10-292-78/+218
| * | | | | e100: e100_phy_init() isolates selected PHY, causes 10 second boot delayBruce Allan2009-10-291-7/+19
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2009-11-024-36/+74
|\ \ \ \ \ \
| * | | | | | 9p: fix readdir corner casesEric Van Hensbergen2009-11-023-34/+72
| * | | | | | 9p: fix readlinkMartin Stava2009-11-021-3/+2
| * | | | | | 9p: fix a small bug in readdir for long directoriesMartin Stava2009-11-021-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-11-028-90/+132
|\ \ \ \ \ \
| * | | | | | Revert "[IA64] fix percpu warnings"Tony Luck2009-11-021-1/+1
| * | | | | | Pull ticket-spinaphore into release branchTony Luck2009-10-231-6/+18
| |\ \ \ \ \ \
| | * | | | | | [IA64] Re-implement spinaphores using ticket lock conceptsTony Luck2009-10-091-6/+18
| * | | | | | | Pull ticket4byte into release branchTony Luck2009-10-232-22/+42
| |\ \ \ \ \ \ \
| | * | | | | | | [IA64] SMT friendly version of spin_unlock_wait()Tony Luck2009-10-131-2/+15
| | * | | | | | | [IA64] Squeeze ticket locks back into 4 bytes.Tony Luck2009-10-072-20/+27
| * | | | | | | | [IA64] fix percpu warningsRandy Dunlap2009-10-151-1/+1
| * | | | | | | | [IA64] use printk_once() unaligned.c/io_common.cMarcin Slusarz2009-10-132-10/+4
| * | | | | | | | [IA64] Require SAL 3.2 in order to do extended config space opsMatthew Wilcox2009-10-131-2/+7
| * | | | | | | | [IA64] unsigned cannot be less than 0 in sn_hwperf_ioctl()Roel Kluin2009-10-131-3/+4
| * | | | | | | | [IA64] Restore registers in the stack on INITTakao Indoh2009-10-131-47/+57
* | | | | | | | | Revert "ext4: Remove journal_checksum mount option and enable it by default"Linus Torvalds2009-11-023-7/+22
* | | | | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-11-0220-85/+131
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ARM: ensure initial page tables are setup for SMP systemsRussell King2009-11-023-6/+15
| * | | | | | | | | ARM: 5776/1: Check compiler version and EABI support when adding ARM unwind s...Claudio Scordino2009-11-021-0/+9
| * | | | | | | | | ARM: 5774/1: Fix Realview ARM1176PB board rebootPhilby John2009-11-017-21/+50
| * | | | | | | | | ARM: Fix errata 411920 workaroundsRussell King2009-10-293-29/+12
| * | | | | | | | | ARM: Fix sparsemem with SPARSEMEM_EXTREME enabledRussell King2009-10-291-1/+19
| * | | | | | | | | ARM: Use GFP_DMA only for masks _less_ than 32-bitRussell King2009-10-251-2/+2
OpenPOWER on IntegriCloud