summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-13powerpc: Add POWER8 features to CPU_FTRS_POSSIBLE/ALWAYSMichael Ellerman1-2/+4
2014-08-13powerpc/ppc476: Disable BTACAlistair Popple1-1/+3
2014-08-13powerpc/powernv: Fix IOMMU group lostGavin Shan2-18/+22
2014-08-13powerpc: Add smp_mb()s to arch_spin_unlock_wait()Michael Ellerman1-0/+4
2014-08-13powerpc: Add smp_mb() to arch_spin_is_locked()Michael Ellerman1-0/+1
2014-08-13powerpc: Fix "attempt to move .org backwards" errorGuenter Roeck1-55/+55
2014-08-13powerpc/nohash: Split __early_init_mmu() into boot and secondaryScott Wood1-45/+66
2014-08-13RDMA/ocrdma: report asic-id in query deviceMitesh Ahuja1-1/+1
2014-08-13RDMA/ocrdma: Update sli data structure for endiannessDevesh Sharma2-50/+129
2014-08-13RDMA/ocrdma: Obtain SL from device structureDevesh Sharma2-4/+4
2014-08-13RDMA/uapi: Include socket.h in rdma_user_cm.hDoug Ledford1-0/+1
2014-08-13IB/srpt: Handle GID change eventsDoug Ledford1-0/+1
2014-08-13IB/mlx5: Use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-1/+1
2014-08-13IB/mlx4: Use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-4/+2
2014-08-13RDMA/amso1100: Check for integer overflow in c2_alloc_cq_buf()Dan Carpenter1-2/+5
2014-08-13IPoIB: Remove unnecessary test for NULL before debugfs_remove()Fabian Frederick1-4/+2
2014-08-12reiserfs: Fix use after free in journal teardownJan Kara2-7/+21
2014-08-12sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller3-3/+8
2014-08-12sparc64: Do not disable interrupts in nmi_cpu_busy()David S. Miller1-1/+0
2014-08-12Merge branch 'bcmgenet'David S. Miller2-15/+30
2014-08-12net: bcmgenet: correctly resume adapter from Wake-on-LANFlorian Fainelli1-4/+6
2014-08-12net: bcmgenet: update UMAC_CMD only when link is detectedFlorian Fainelli1-2/+6
2014-08-12net: bcmgenet: correctly suspend and resume PHY deviceFlorian Fainelli1-2/+11
2014-08-12net: bcmgenet: request and enable main clock earlierFlorian Fainelli1-7/+7
2014-08-12net: ethernet: myricom: myri10ge: myri10ge.c: Cleaning up missing null-termin...Rickard Strandqvist1-0/+1
2014-08-12xen-netfront: Fix handling packets on compound pages with skb_linearizeZoltan Kiss1-3/+4
2014-08-12net: fec: Support phys probed from devicetree and fixed-linkUwe Kleine-König3-22/+84
2014-08-12smsc: replace WARN_ON() with WARN_ON_SMP()Sanjeev Sharma1-1/+1
2014-08-12xen-netback: Don't deschedule NAPI when carrier offZoltan Kiss1-5/+1
2014-08-12Merge tag 'efi-urgent' into x86/efiH. Peter Anvin6-24/+73
2014-08-12seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lockGuenter Roeck2-6/+6
2014-08-11net: ethernet: qlogic: qlcnic: Remove duplicate object file from MakefileAndreas Ruprecht1-1/+1
2014-08-11wan: wanxl: Remove typedefs from struct namesHimangi Saraogi1-31/+32
2014-08-11m68k/atari: EtherNEC - ethernet support (ne)Michael Schmitz2-1/+4
2014-08-11net: ethernet: ti: cpmac.c: Cleaning up missing null-terminate after strncpy ...Rickard Strandqvist1-0/+1
2014-08-11hdlc: Remove typedefs from struct namesHimangi Saraogi1-31/+32
2014-08-11airo_cs: Remove typedef local_info_tHimangi Saraogi1-12/+13
2014-08-11atmel: Remove typedef atmel_priv_ioctlHimangi Saraogi1-4/+4
2014-08-11com20020_cs: Remove typedef com20020_dev_tHimangi Saraogi1-8/+8
2014-08-11ethernet: amd: Remove typedef local_info_tHimangi Saraogi1-20/+20
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich6-61/+56
2014-08-11Merge branch 'apm_xgene'David S. Miller15-3/+2404
2014-08-11drivers: net: Add APM X-Gene SoC ethernet driver support.Iyappan Subramanian11-0/+2299
2014-08-11dts: Add bindings for APM X-Gene SoC ethernet driverIyappan Subramanian2-3/+31
2014-08-11Documentation: dts: Add bindings for APM X-Gene SoC ethernet driverIyappan Subramanian1-0/+66
2014-08-11MAINTAINERS: Add entry for APM X-Gene SoC ethernet driverIyappan Subramanian1-0/+8
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds36-465/+645
2014-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-86/+39
2014-08-11fix copy_tree() regressionAl Viro1-7/+24
2014-08-11__generic_file_write_iter(): fix handling of sync error after DIOAl Viro1-1/+1