aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-16net: arc: trivial: cleanup the emac driverCaesar Wang4-57/+75
2016-03-16net: arc_emac: support the phy reset for emac driverCaesar Wang2-0/+43
2016-03-16sh_eth: do not call netif_start_queue() from sh_eth_dev_init()Sergei Shtylyov1-2/+4
2016-03-16bnx2x: don't wait for Tx completion on recoveryYuval Mintz1-2/+6
2016-03-14smc91x: avoid self-comparison warningArnd Bergmann1-1/+1
2016-03-14net: dsa: make port_bridge_leave return voidVivien Didelot3-23/+11
2016-03-14net: dsa: rename port_*_bridge routinesVivien Didelot3-6/+6
2016-03-14mISDN: Support DR6 indication in mISDNipac driverMaciej S. Szmigiero2-0/+3
2016-03-14mISDN: Order IPAC register definesMaciej S. Szmigiero1-20/+20
2016-03-14sh_eth: kill useless initializersSergei Shtylyov1-9/+9
2016-03-14net: mvneta: replace magic numbers by existing macrosDmitri Epshtein1-2/+2
2016-03-14net: mvneta: fix error messages in mvneta_port_down functionDmitri Epshtein1-2/+2
2016-03-14net: mvneta: enable change MAC address when interface is upDmitri Epshtein1-1/+1
2016-03-14net: mvneta: Fix spinlock usageGregory CLEMENT1-5/+6
2016-03-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller4-1/+5
2016-03-14phy: fixed: Fix removal of phys.Andrew Lunn1-2/+9
2016-03-14dsa: Rename mv88e6123_61_65 to mv88e6123 to be consistentAndrew Lunn5-18/+18
2016-03-14of_mdio: use PTR_ERR_OR_ZERO()Sergei Shtylyov1-3/+3
2016-03-14of_mdio: use IS_ERR_OR_NULL()Sergei Shtylyov1-1/+1
2016-03-14of_mdio: mdio_device_create() never returns NULLSergei Shtylyov1-1/+1
2016-03-14phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.David Daney3-0/+166
2016-03-14phy: mdio-octeon: Refactor into two files/modulesDavid Daney5-268/+292
2016-03-14net: thunderx: Cleanup PHY probing code.David Daney1-11/+18
2016-03-14net: mvneta: Add missing hotplug notifier transitionAnna-Maria Gleixner1-0/+2
2016-03-14fsl/fman: fix dtsec_set_tx_pause_framesIgal Liberman1-4/+3
2016-03-14vmxnet3: fix lock imbalance in vmxnet3_tq_xmit()Arnd Bergmann1-4/+4
2016-03-14ath9k: fix misleading indentationArnd Bergmann1-2/+2
2016-03-14ath9k: fix buffer overrun for ar9287Arnd Bergmann1-4/+3
2016-03-14farsync: fix off-by-one bug in fst_add_oneArnd Bergmann1-1/+1
2016-03-14mlx4: add missing braces in verify_qp_parametersArnd Bergmann1-1/+2
2016-03-14net: mediatek: check device_reset return codeArnd Bergmann1-1/+3
2016-03-14net: mediatek: remove incorrect dma_mask assignmentArnd Bergmann1-3/+0
2016-03-14net: mediatek: use dma_addr_t correctlyArnd Bergmann1-1/+1
2016-03-14net: thunderx: Adjust nicvf structure to reduce cache missesSunil Goutham1-22/+30
2016-03-14net: thunderx: Set recevie buffer page usage count in bulkSunil Goutham2-8/+24
2016-03-14net: mvneta: Use the new hwbm frameworkGregory CLEMENT4-112/+49
2016-03-14net: mvneta: bm: add support for hardware buffer managementMarcin Wojtas5-37/+1219
2016-03-14bus: mvebu-mbus: provide api for obtaining IO and DRAM window informationMarcin Wojtas1-0/+52
2016-03-14misc: sram: add optional ioremap without write combiningMarcin Wojtas1-1/+4
2016-03-14Merge tag 'wireless-drivers-next-for-davem-2016-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller38-719/+4419
2016-03-13Merge tag 'nfc-next-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller2-21/+1
2016-03-13macsec: introduce IEEE 802.1AE driverSabrina Dubroca3-0/+3305
2016-03-13at803x: fix suspend/resume for SGMII linkZefir Kurtisi1-0/+26
2016-03-13mlx5: use napi_consume_skb API to get bulk free operationsJesper Dangaard Brouer3-4/+4
2016-03-13mlx4: use napi_consume_skb API to get bulk free operationsJesper Dangaard Brouer1-6/+9
2016-03-13r8169:Remove unnecessary phy reset for pcie nic when setting link spped.Chun-Hao Lin1-1/+2
2016-03-13mlxsw: pci: Implement reset done checkJiri Pirko2-4/+14
2016-03-13net: macb: fix default configuration for GMAC on AT91Nicolas Ferre2-7/+8
2016-03-13xen-netback: reduce log spamPaul Durrant1-2/+0
2016-03-13xen-netback: support multiple extra info fragments passed from frontendPaul Durrant2-23/+43