Age | Commit message (Expand) | Author | Files | Lines |
2008-11-01 | key: fix setkey(8) policy set breakage | Alexey Dobriyan | 1 | -1/+0 |
2008-10-31 | bpa10x: free sk_buff with kfree_skb | Ilpo Järvinen | 1 | -2/+2 |
2008-10-31 | xfrm: do not leak ESRCH to user space | fernando@oss.ntt.co | 1 | -0/+2 |
2008-10-31 | net: Really remove all of LOOPBACK_TSO code. | David S. Miller | 1 | -9/+0 |
2008-10-31 | Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6 | David S. Miller | 4 | -4/+29 |
2008-10-31 | netfilter: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys() | Alexey Dobriyan | 1 | -2/+2 |
2008-10-31 | netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsys | Alexey Dobriyan | 2 | -0/+34 |
2008-10-31 | net: delete excess kernel-doc notation | Randy Dunlap | 3 | -3/+0 |
2008-10-31 | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga... | David S. Miller | 13 | -37/+127 |
2008-10-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 9 | -25/+19 |
2008-10-31 | pppoe: Fix socket leak. | David S. Miller | 1 | -3/+3 |
2008-10-31 | gianfar: Don't reset TBI<->SerDes link if it's already up | Trent Piepho | 1 | -0/+9 |
2008-10-31 | gianfar: Fix race in TBI/SerDes configuration | Trent Piepho | 5 | -1/+59 |
2008-10-31 | at91_ether: request/free GPIO for PHY interrupt | David Brownell | 1 | -1/+5 |
2008-10-31 | amd8111e: fix dma_free_coherent context | Chunbo Luo | 1 | -5/+4 |
2008-10-31 | atl1: fix vlan tag regression | Jay Cliburn | 2 | -4/+5 |
2008-10-31 | SMC91x: delete unused local variable "lp" | Mike Frysinger | 1 | -2/+0 |
2008-10-31 | myri10ge: fix stop/go mmio ordering | Brice Goglin | 1 | -1/+3 |
2008-10-31 | bonding: fix panic when taking bond interface down before removing module | Andy Gospodarek | 1 | -5/+8 |
2008-10-31 | bonding: Clean up resource leaks | Jay Vosburgh | 1 | -18/+31 |
2008-10-31 | bonding: fix miimon failure counter | Jay Vosburgh | 1 | -0/+3 |
2008-10-31 | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 1 | -0/+7 |
2008-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 3 | -14/+22 |
2008-10-31 | Merge branch 'x86-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 14 | -40/+85 |
2008-10-31 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -3/+1 |
2008-10-31 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -10/+20 |
2008-10-31 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+3 |
2008-10-31 | lguest: fix irq vectors. | Rusty Russell | 1 | -0/+3 |
2008-10-31 | lguest: fix early_ioremap. | Rusty Russell | 1 | -12/+17 |
2008-10-31 | lguest: fix example launcher compile after moved asm-x86 dir. | Rusty Russell | 2 | -2/+2 |
2008-10-31 | x86: cpu_index build fix | Ingo Molnar | 1 | -0/+2 |
2008-10-31 | x86/voyager: fix missing cpu_index initialisation | James Bottomley | 2 | -0/+3 |
2008-10-31 | x86/voyager: fix compile breakage caused by dc1e35c6e95e8923cf1d3510438b63c60... | James Bottomley | 3 | -1/+11 |
2008-10-31 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 27 | -95/+94 |
2008-10-31 | ftrace: handle archs that do not support irqs_disabled_flags | Steven Rostedt | 3 | -10/+20 |
2008-10-31 | x86: fix /dev/mem mmap breakage when PAT is disabled | Ravikiran G Thirumalai | 1 | -0/+4 |
2008-10-31 | x86/voyager: fix compile breakage casued by x86: move prefill_possible_map ca... | James Bottomley | 1 | -0/+6 |
2008-10-31 | x86: use CONFIG_X86_SMP instead of CONFIG_SMP | James Bottomley | 2 | -2/+2 |
2008-10-31 | x86/voyager: fix boot breakage caused by x86: boot secondary cpus through ini... | James Bottomley | 1 | -1/+4 |
2008-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Linus Torvalds | 9 | -22/+48 |
2008-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 25 | -44/+44 |
2008-10-30 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 24 | -1243/+281 |
2008-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 8 | -10/+20 |
2008-10-30 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 3 | -26/+61 |
2008-10-30 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 15 | -43/+48 |
2008-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 3 | -9/+28 |
2008-10-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 5 | -23/+16 |
2008-10-30 | tty: Fix USB kref leak | Alan Cox | 1 | -0/+1 |
2008-10-30 | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 4 | -12/+13 |
2008-10-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 7 | -18/+51 |