summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'master-2014-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-109-40/+67
|\
| * rtlwifi: Fix possible unaligned array in ether_addr_copy()Larry Finger2014-10-081-1/+1
| * ath9k: Fix sequence number assignmentSujith Manoharan2014-10-084-23/+35
| * ath9k_htc: avoid kernel panic in ath9k_hw_resetMarek Puzyniak2014-10-071-0/+1
| * ath9k: Fix crash in MCC modeSujith Manoharan2014-10-071-1/+1
| * ath: Fix smatch warningSujith Manoharan2014-10-071-4/+4
| * rtl818x_pci: fix response rate may be incorrect.Andrea Merello2014-10-071-11/+25
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-10-0713-27/+71
| |\
* | | stmmac: correct mc_filter local variable in set_filter and set_mac_addr callVince Bridgers2014-10-101-2/+2
* | | net: pxa168_eth: PXA168_ETH should depend on HAS_DMAGeert Uytterhoeven2014-10-101-1/+2
* | | networking: fm10k: Fix build failurePranith Kumar2014-10-101-0/+1
* | | net: fs_enet: error: 'SCCE_ENET_TXF' undeclaredLEROY Christophe2014-10-102-2/+2
* | | r8152: add mutex for hw settingshayeswang2014-10-091-1/+63
* | | r8152: adjust usb_autopm_xxxhayeswang2014-10-091-13/+11
* | | r8152: autoresume before setting featurehayeswang2014-10-091-1/+9
* | | cxgb4: Wait for device to get ready before reading any registerHariprasad Shenai2014-10-093-9/+16
* | | cxgb4vf: Add 40G support for cxgb4vf driverHariprasad Shenai2014-10-093-7/+21
* | | cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5Hariprasad Shenai2014-10-094-5/+11
* | | gianfar: Replace eieio with wmb for non-PPC archsClaudiu Manoil2014-10-092-10/+19
* | | gianfar: Replace spin_event_timeout() with arch independentClaudiu Manoil2014-10-092-13/+34
* | | gianfar: Make MAC addr setup endian safe, cleanupClaudiu Manoil2014-10-091-8/+7
* | | gianfar: Exclude PPC specific errata handling from ARM buildsClaudiu Manoil2014-10-091-0/+6
* | | gianfar: Include missing headers for ARM buildsClaudiu Manoil2014-10-091-0/+2
* | | net/fsl_pq_mdio: Replace spin_event_timeout() with arch independentClaudiu Manoil2014-10-091-13/+23
* | | net/fsl_pq_mdio: Use ioread/iowrite32be() portable accessorsClaudiu Manoil2014-10-091-14/+14
* | | net/fsl_pq_mdio: Fix asm/ucc.h compile error for ARMClaudiu Manoil2014-10-091-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-08793-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-051-3/+3
| | * | | net: spider_net: do not read mac address again after setting itAntoine Ténart2014-10-051-34/+2
| | * | | hyperv: Fix a bug in netvsc_send()KY Srinivasan2014-10-051-7/+8
| | * | | team: avoid race condition in scheduling delayed workJoe Lawrence2014-10-041-2/+2
| | * | | net: systemport: fix bcm_sysport_insert_tsb()Florian Fainelli2014-10-041-6/+7
| | * | | r8152: autoresume before setting MAC addresshayeswang2014-10-031-2/+9
| | * | | asix: Don't reset PHY on if_up for ASIX 88772Michel Stam2014-10-031-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