summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller8-19/+95
2009-06-29netfilter: xtables: conntrack match revision 2Jan Engelhardt2-6/+73
2009-06-29netfilter: headers_check fix: linux/netfilter/xt_osf.hJaswinder Singh Rajput1-0/+2
2009-06-29netfilter: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy3-11/+16
2009-06-28be2net: Fix to avoid a crash seen on PPC with LRO and Jumbo frames.Ajit Khaparde3-16/+35
2009-06-26gro: Flush GRO packets in napi_disable_pending pathHerbert Xu1-3/+5
2009-06-26inet: Call skb_orphan before tproxy activatesHerbert Xu2-0/+6
2009-06-26mac80211: Use rcu_barrier() on unload.Jesper Dangaard Brouer1-1/+1
2009-06-26sunrpc: Use rcu_barrier() on unload.Jesper Dangaard Brouer1-0/+1
2009-06-26bridge: Use rcu_barrier() instead of syncronize_net() on unload.Jesper Dangaard Brouer1-1/+1
2009-06-26ipv6: Use rcu_barrier() on module unload.Jesper Dangaard Brouer1-0/+2
2009-06-26decnet: Use rcu_barrier() on module unload.Jesper Dangaard Brouer1-0/+2
2009-06-26sky2: Fix checksum endiannessAnton Vorontsov1-1/+1
2009-06-25mdio add missing GPL flagNicolas Reinecke1-0/+4
2009-06-25sh_eth: remove redundant test on unsignedroel kluin1-8/+1
2009-06-25fsl_pq_mdio: Fix fsl_pq_mdio to work with modulesIonut Nicu1-4/+4
2009-06-25ipv6: avoid wraparound for expired preferred lifetimeJens Rosenboom1-1/+4
2009-06-25tcp: missing check ACK flag of received segment in FIN-WAIT-2 stateWei Yongjun1-1/+2
2009-06-25nf_conntrack: Use rcu_barrier()Jesper Dangaard Brouer2-2/+4
2009-06-25atl1*: add device_set_wakeup_enable to atl1*_set_wolBrandon Philips2-0/+4
2009-06-25Phonet: generate Netlink RTM_DELADDR when destroying a deviceRémi Denis-Courmont1-21/+31
2009-06-25Phonet: publicize the Netlink notification functionRémi Denis-Courmont2-2/+3
2009-06-25Revert "veth: prevent oops caused by netdev destructor"David S. Miller1-16/+25
2009-06-24cpmac: fix compilation failure introduced with netdev_ops conversionFlorian Fainelli1-1/+1
2009-06-24ipsec: Fix name of CAST algorithmHerbert Xu1-2/+2
2009-06-24Linux 2.6.31-rc1v2.6.31-rc1Linus Torvalds1-2/+2
2009-06-24Revert "PCI: use ACPI _CRS data by default"Linus Torvalds5-6/+6
2009-06-24Merge git://git.infradead.org/battery-2.6Linus Torvalds8-17/+420
2009-06-24Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-18/+23
2009-06-24another race fix in jfs_check_acl()Al Viro1-6/+7
2009-06-24Get "no acls for this inode" right, fix shmem breakageAl Viro4-10/+13
2009-06-24audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALLEric Paris1-2/+2
2009-06-24inline functions left without protection of ifdef (acl)Markus Trippelsdorf1-1/+2
2009-06-24Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-21/+24
2009-06-24futex: Fix the write access fault problem for realThomas Gleixner1-21/+24
2009-06-24SLUB: Don't pass __GFP_FAIL for the initial allocationPekka Enberg1-2/+8
2009-06-24Don't warn about order-1 allocations with __GFP_NOFAILLinus Torvalds1-2/+2
2009-06-24Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds63-492/+996
2009-06-24Staging: octeon-ethernet: Fix race freeing transmit buffers.David Daney4-66/+106
2009-06-24Staging: octeon-ethernet: Convert to use net_device_ops.David Daney10-396/+390
2009-06-24MIPS: Cavium: Add CPU hotplugging code.Ralf Baechle5-2/+365
2009-06-24MIPS: SMP: Allow suspend and hibernation if CPU hotplug is availableRalf Baechle1-2/+2
2009-06-24MIPS: Add arch generic CPU hotplugRalf Baechle7-7/+78
2009-06-24DMA: txx9dmac: use dma_unmap_single if DMA_COMPL_{SRC,DEST}_UNMAP_SINGLE setAtsushi Nemoto1-8/+12
2009-06-24MIPS: Sibyte: Fix build error if CONFIG_SERIAL_SB1250_DUART is undefined.Ralf Baechle1-3/+4
2009-06-24MIPS: MIPSsim: Fix build error if MSC01E_INT_BASE is undefined.Ralf Baechle1-0/+1
2009-06-24MIPS: Hibernation: Remove SMP TLB and cacheflushing code.Ralf Baechle1-9/+0
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle39-1/+39
2009-06-24MIPS: bug.h Build fix - include <linux/compiler.h>.Ralf Baechle1-0/+1
2009-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds35-435/+3993