summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-097-12/+247
|\
| * clocksource: arm_arch_timer: Consolidate arch_timer_evtstrm_enableNathan Lynch2014-09-291-0/+15
| * clocksource: arm_arch_timer: Enable counter access for 32-bit ARMNathan Lynch2014-09-291-0/+17
| * clocksource: arm_arch_timer: Change clocksource name if CP15 unavailableNathan Lynch2014-09-291-2/+10
| * clocksource: sirf: Disable counter before re-setting itHao Liu2014-09-291-1/+4
| * clocksource: cadence_ttc: Add support for 32bit modeMichal Simek2014-09-291-5/+10
| * clocksource: tcb_clksrc: Sanitize IRQ requestGael Portay2014-09-291-9/+4
| * clocksource: arm_arch_timer: Discard unavailable timers correctlySudeep Holla2014-09-291-4/+16
| * clocksource: vf_pit_timer: Support shutdown modeStefan Agner2014-09-291-0/+4
| * ARM: meson6: clocksource: Add Meson6 timer supportCarlo Caione2014-09-293-0/+171
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-09793-28225/+128708
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-0824-133/+138
| |\ \
| | * | 3c59x: fix bad split of cpu_to_le32(pci_map_single())Sylvain "ythier" Hitier2014-10-071-1/+1
| | * | bna: allow transmit tagged framesIvan Vecera2014-10-072-2/+2
| | * | net: spider_net: avoid using signed char for bitopsAntoine Ténart2014-10-061-3/+3
| | * | net: spider_net: do not read mac address again after setting itAntoine Ténart2014-10-061-34/+2
| | * | hyperv: Fix a bug in netvsc_send()KY Srinivasan2014-10-061-7/+8
| | * | team: avoid race condition in scheduling delayed workJoe Lawrence2014-10-051-2/+2
| | * | net: systemport: fix bcm_sysport_insert_tsb()Florian Fainelli2014-10-051-6/+7
| | * | r8152: autoresume before setting MAC addresshayeswang2014-10-041-2/+9
| | * | asix: Don't reset PHY on if_up for ASIX 88772Michel Stam2014-10-041-1/+1
| * | | net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet2014-10-081-2/+3
| * | | cxgb4: clean up a type issueDan Carpenter2014-10-081-10/+8
| * | | cxgb4: potential shift wrapping bugDan Carpenter2014-10-081-1/+1
| * | | i40e: skb->xmit_more supportEric Dumazet2014-10-081-44/+46
| * | | net: fs_enet: Add NAPI TXLEROY Christophe2014-10-085-11/+132
| * | | net: fs_enet: Remove non NAPI RXLEROY Christophe2014-10-081-149/+15
| * | | r8169:add support for RTL8168EPChun-Hao Lin2014-10-081-44/+517
| * | | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-0712-16/+23
| * | | net/mlx4_en: remove NETDEV_TX_BUSYEric Dumazet2014-10-071-24/+24
| * | | net: bcmgenet: fix Tx ring priority programmingPetri Gynther2014-10-072-17/+27
| * | | net: phy: adjust fixed_phy_register() return valuePetri Gynther2014-10-072-10/+13
| * | | openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou2014-10-071-1/+0
| * | | r8152: nway reset after setting eeehayeswang2014-10-061-0/+2
| * | | bonding: Simplify the xmit function for modes that use xmit_hashMahesh Bandewar2014-10-065-152/+249
| * | | bonding: display xmit_hash_policy for non-dynamic-tlb modeMahesh Bandewar2014-10-062-2/+8
| * | | net/mlx4_en: Use the new tx_copybreak to set inline thresholdEric Dumazet2014-10-063-2/+44
| * | | net/mlx4_en: Enable the compiler to make is_inline() inlinedEric Dumazet2014-10-061-29/+38
| * | | net/mlx4_en: tx_info->ts_requested was not clearedEric Dumazet2014-10-061-0/+1
| * | | net/mlx4_en: Use local var for skb_headlen(skb)Eric Dumazet2014-10-061-10/+11
| * | | net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)Eric Dumazet2014-10-061-24/+34
| * | | net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid...Eric Dumazet2014-10-061-5/+11
| * | | net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()Eric Dumazet2014-10-061-7/+15
| * | | net/mlx4_en: Use prefetch in tx pathEric Dumazet2014-10-061-0/+9
| * | | net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb'sEric Dumazet2014-10-062-37/+49
| * | | net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()Eric Dumazet2014-10-061-3/+3
| * | | net/mlx4_en: Avoid calling bswap in tx fast pathEric Dumazet2014-10-062-8/+12
| * | | net/mlx4_en: Align tx path structures to cache linesEric Dumazet2014-10-061-40/+46
| * | | net/mlx4_en: Code cleanups in tx pathEric Dumazet2014-10-062-24/+26
| * | | fec: Fix fec_enet_alloc_buffers() error pathFabio Estevam2014-10-061-7/+10