summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: make urg+gso work for real this timeIlpo Järvinen2008-12-041-12/+10Star
* enc28j60: Fix sporadic packet loss (corrected again)Baruch Siach2008-12-041-2/+14
* hysdn: fix writing outside the field on 64 bitsPascal Terjan2008-12-041-2/+2
* b1isa: fix b1isa_exit() to really remove registered capi controllersWilfried Klaebe2008-12-041-4/+2Star
* can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp2008-12-043-19/+53
* Phonet: do not dump addresses from other namespacesremi.denis-courmont@nokia2008-12-041-0/+3
* netlabel: Fix a potential NULL pointer dereferencePaul Moore2008-12-031-4/+6
* bnx2: Add workaround to handle missed MSI.Michael Chan2008-12-032-3/+38
* xfrm: Fix kernel panic when flush and dump SPD entriesWei Yongjun2008-12-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2008-12-034-88/+116
|\
| * [WATCHDOG] hpwdt: Fix kdump when using hpwdtBernhard Walle2008-12-011-1/+1
| * [WATCHDOG] hpwdt: set the mapped BIOS address space as executableBernhard Walle2008-11-211-0/+3
| * [WATCHDOG] iTCO_wdt: add PCI ID's for ICH9 & ICH10 chipsetsWim Van Sebroeck2008-11-211-45/+73
| * [WATCHDOG] iTCO_wdt : correct status clearingWim Van Sebroeck2008-11-211-2/+3
| * [WATCHDOG] iTCO_wdt : problem with rebooting on new ICH9 based motherboardsWim Van Sebroeck2008-11-212-40/+32Star
| * [WATCHDOG] fix mtx1_wdt compilation failureFlorian Fainelli2008-11-211-0/+4
* | Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds2008-12-0315-111/+223
|\ \
| * | UBIFS: pre-allocate bulk-read bufferArtem Bityutskiy2008-11-213-18/+76
| * | UBIFS: do not allocate too muchArtem Bityutskiy2008-11-214-33/+60
| * | UBIFS: do not print scary memory allocation warningsArtem Bityutskiy2008-11-213-8/+15
| * | UBIFS: allow for gaps when dirtying the LPTAdrian Hunter2008-11-071-2/+0Star
| * | UBIFS: fix compilation warningsArtem Bityutskiy2008-11-067-50/+70
| * | MAINTAINERS: change UBI/UBIFS git tree URLsArtem Bityutskiy2008-11-061-2/+2
| * | UBIFS: endian handling fixes and annotationsHarvey Harrison2008-11-066-13/+15
| * | UBIFS: remove printkArtem Bityutskiy2008-11-061-2/+2
* | | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-039-7/+29
|\ \ \
| * | | KVM: MMU: avoid creation of unreachable pages in the shadowMarcelo Tosatti2008-11-261-0/+1
| * | | KVM: ppc: stop leaking host memory on VM exitHollis Blanchard2008-11-253-0/+11
| * | | KVM: MMU: fix sync of ptes addressed at owner pagetableMarcelo Tosatti2008-11-231-1/+1
| * | | KVM: ia64: Fix: Use correct calling convention for PAL_VPS_RESUME_HANDLERXiantao Zhang2008-11-231-4/+7
| * | | KVM: ia64: Fix incorrect kbuild CFLAGS overrideXiantao Zhang2008-11-231-1/+1
| * | | KVM: VMX: Fix interrupt loss during race with NMIAvi Kivity2008-11-231-1/+3
| * | | KVM: s390: Fix problem state handling in guest sigp handlerChristian Borntraeger2008-11-231-0/+5
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-12-032-54/+14Star
|\ \ \
| * | | sparc64: Fix offset calculation in compute_size()David S. Miller2008-12-011-1/+1
| * | | rtc: rtc-starfire fixesAlessandro Zummo2008-11-211-53/+13Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-0340-85/+229
|\ \ \ \
| * | | | MAINTAINERS: add netdev to ATMJiri Slaby2008-12-011-0/+1
| * | | | ATM: horizon, fix hrz_probe fail pathJiri Slaby2008-11-301-1/+1
| * | | | pppol2tp: Add missing sock_put() in pppol2tp_release()Frédéric Moulins2008-11-291-0/+1
| * | | | net: Fix soft lockups/OOM issues w/ unix garbage collectordann frazier2008-11-273-3/+13
| * | | | macvlan: don't broadcast PAUSE frames to macvlan devicesPatrick McHardy2008-11-271-0/+3
| * | | | Phonet: fix oops in phonet_address_del() on non-Phonet deviceRémi Denis-Courmont2008-11-271-1/+1
| * | | | netfilter: ctnetlink: fix GFP_KERNEL allocation under spinlockPatrick McHardy2008-11-261-1/+1
| * | | | sungem: Fix PCS_MIICTRL register write in gem_init_phy().David S. Miller2008-11-261-1/+1
| * | | | net: make skb_truesize_bug() call WARN()Arjan van de Ven2008-11-261-1/+1
| * | | | net: hp-plus uses eip_pollRandy Dunlap2008-11-261-1/+1
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-11-258-21/+74
| |\ \ \ \
| | * | | | net/wireless/reg.c: fix bad WARN_ON in if statementIngo Molnar2008-11-251-2/+2
| | * | | | ath5k: disable beacon filter when station is not associatedMartin Xu2008-11-252-1/+35