summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bzip2/lzma: move CONFIG_RD_* options under CONFIG_EMBEDDEDH. Peter Anvin2009-03-281-8/+8
* Merge commit 'v2.6.29' into x86/setup-lzmaIngo Molnar2009-03-263472-61325/+123997
|\
| * Linux 2.6.29v2.6.29Linus Torvalds2009-03-231-2/+2
| * Build with -fno-dwarf2-cfi-asmKyle McMartin2009-03-231-0/+3
| * trivial: fix orphan dates in ext2 documentationJody McIntyre2009-03-231-2/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-03-2339-121/+314
| |\
| | * ucc_geth: Fix oops when using fixed-link supportAnton Vorontsov2009-03-222-26/+11
| | * dm9000: locking bugfixDavid Brownell2009-03-221-2/+4
| | * net: update dnet.c for bus_id removalStephen Rothwell2009-03-221-3/+3
| | * dnet: DNET should depend on HAS_IOMEMIlya Yanok2009-03-211-1/+1
| | * dca: add missing copyright/license headersMaciej Sosnowski2009-03-212-0/+41
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-03-201-0/+11
| | |\
| | | * nl80211: Check that function pointer != NULL before using itJouni Malinen2009-03-201-0/+11
| | * | sungem: missing net_device_opsStephen Hemminger2009-03-191-5/+4
| | * | be2net: fix to restore vlan ids into BE2 during a IF DOWN->UP cycleSathya Perla2009-03-191-5/+5
| | * | be2net: replenish when posting to rx-queue is starved in out of mem conditionsSathya Perla2009-03-192-21/+30
| | |/
| | * bas_gigaset: correctly allocate USB interrupt transfer bufferTilman Schmidt2009-03-181-3/+13
| | * smsc911x: reset last known duplex and carrier on openSteve Glendinning2009-03-181-0/+4
| | * sh_eth: Fix mistake of the address of SH7763Nobuhiro Iwamatsu2009-03-181-2/+2
| | * sh_eth: Change handling of IRQNobuhiro Iwamatsu2009-03-181-3/+17
| | * netns: oops in ip[6]_frag_reasm incrementing statsJorge Boncompte [DTI2]2009-03-182-5/+5
| | * net: kfree(napi->skb) => kfree_skbRoel Kluin2009-03-181-1/+1
| | * net: fix sctp breakageAl Viro2009-03-181-1/+2
| | * ipv6: fix display of local and remote sit endpointsBjørn Mork2009-03-181-1/+1
| | * net: Document /proc/sys/net/core/netdev_budgetStanislaw Gruszka2009-03-181-0/+7
| | * tulip: fix crash on iface up with shirq debugKyle McMartin2009-03-181-16/+29
| | * virtio_net: Make virtio_net support carrier detectionPantelis Koukousoulas2009-03-181-0/+3
| | * bonding: Fix updating of speed/duplex changesJay Vosburgh2009-03-181-5/+20
| | * bnx2: Fix problem of using wrong IRQ handler.Michael Chan2009-03-181-6/+6
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-03-179-5/+81
| | |\
| | | * zd1211rw: Do not panic on device eject when associatedJouni Malinen2009-03-161-2/+6
| | | * mac80211: Fix panic on fragmentation with power savingJouni Malinen2009-03-161-0/+2
| | | * ath9k: AR9280 PCI devices must serialize IO as wellLuis R. Rodriguez2009-03-161-1/+2
| | | * ath9k: implement IO serializationLuis R. Rodriguez2009-03-164-2/+55
| | | * lib80211: silence excessive crypto debugging messagesJohn W. Linville2009-03-163-0/+16
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-175-8/+10
| | |\ \
| | | * | netfilter: conntrack: check for NEXTHDR_NONE before header sanity checkingChristoph Paasch2009-03-161-4/+4
| | | * | netfilter: conntrack: fix dropping packet after l4proto->packet()Christoph Paasch2009-03-162-3/+3
| | | * | netfilter: ctnetlink: fix crash during expectation creationPablo Neira Ayuso2009-03-161-0/+1
| | | * | netfilter: conntrack: don't deliver events for racy packetsPablo Neira Ayuso2009-03-161-1/+2
| | * | | gro: Fix legacy path napi_complete crashHerbert Xu2009-03-171-2/+3
| | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-03-236-25/+12
| |\ \ \
| | * \ \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-181194-34409/+48041
| | |\ \ \
| | * | | | sparc64: Fix crash with /proc/iomemMikulas Patocka2009-03-181-1/+1
| | * | | | sparc64: Reschedule KGDB capture to a software interrupt.David S. Miller2009-03-184-24/+10
| | * | | | sbus: Auto-load openprom module when device opened.Scott James Remnant2009-03-131-0/+1
| * | | | | fix ptrace slownessMiklos Szeredi2009-03-231-0/+8
| * | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds2009-03-231-0/+9
| |\ \ \ \ \
| | * | | | | powerpc/mm: Fix Respect _PAGE_COHERENT on classic ppc32 SW TLB load machinesKumar Gala2009-03-231-0/+9
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2009-03-222-16/+51
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud