aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-29net: mvneta: Statically assign queues to CPUsMaxime Ripard1-1/+142
2015-09-29net: mvneta: Allow different queuesMaxime Ripard1-69/+11
2015-09-29net: mvneta: Handle per-cpu interruptsMaxime Ripard1-29/+62
2015-09-29net: mvneta: Fix CPU_MAP registers initialisationMaxime Ripard1-1/+1
2015-09-29irqchip: armada-370-xp: Rework per-cpu interrupts handlingMaxime Ripard1-10/+4
2015-09-28cxgb4: Add HW timesptamp support for RXHariprasad Shenai5-3/+81
2015-09-28net: Fix Hisilicon Network Subsystem Support Compilationhuangdaode6-25/+7
2015-09-28net: irda: pxaficp_ir: dmaengine conversionRobert Jarzmik1-47/+102
2015-09-28net: irda: pxaficp_ir: convert to readl and writelRobert Jarzmik1-84/+126
2015-09-28net: irda: pxaficp_ir: use sched_clock() for time managementRobert Jarzmik1-8/+7
2015-09-28net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam1-2/+1
2015-09-28lan78xx: Return 0 when lan78xx_suspend() has no error.Woojung.Huh@microchip.com1-1/+1
2015-09-28net/mlx5_core: Update health syndromesEli Cohen1-0/+9
2015-09-28net/mlx5_core: Fix wrong name in structEli Cohen1-1/+1
2015-09-28net/mlx5_core: New init and exit flow for mlx5_coreMajd Dibbiny7-153/+194
2015-09-28net/mlx5_core: Fix notification of page supplement errorEli Cohen1-26/+37
2015-09-28net/mlx5_core: Fix async commands return codeEli Cohen1-0/+1
2015-09-28net/mlx5_core: Remove redundant "err" variable usageAchiad Shochat1-24/+11
2015-09-28net/mlx5_core: Fix struct type in the DESTROY_TIR/TIS device commandsSaeed Mahameed1-2/+2
2015-09-28net/mlx5e: Priv state flag not rolled-back upon netdev open errorAchiad Shochat1-2/+6
2015-09-28igb: assume MSI-X interrupts during initializationStefan Assmann1-0/+3
2015-09-28i40e: Fix for recursive RTNL lock during PROMISC changeAnjali Singhai4-14/+19
2015-09-28i40e: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai2-44/+87
2015-09-28i40e: add GRE tunnel type to csum encodingShannon Nelson1-0/+3
2015-09-28i40e/i40evf: refactor tx timeout logicKiran Patil6-287/+173
2015-09-28i40e: Move i40e_get_head into header fileKiran Patil2-13/+14
2015-09-26vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc1-38/+90
2015-09-26vxlan: make vxlan_sock_add and vxlan_sock_release complementaryJiri Benc1-28/+25
2015-09-268139cp: Fix GSO MSS handlingDavid Woodhouse1-2/+18
2015-09-268139cp: Enable offload features by defaultDavid Woodhouse1-2/+2
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller542-4401/+8039
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds54-259/+877
2015-09-25net: update docbook comment for __mdiobus_register()Russell King1-2/+5
2015-09-25ppp: fix lockdep splat in ppp_dev_uninit()Guillaume Nault1-1/+3
2015-09-25net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selectedSudip Mukherjee1-1/+1
2015-09-25phy: marvell: add link partner advertised modesRussell King1-0/+9
2015-09-25Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds7-37/+40
2015-09-25Merge tag 'powerpc-4.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+2
2015-09-24phy: add phy_device_remove()Russell King3-7/+31
2015-09-24phy: fixed-phy: properly validate phy in fixed_phy_update_state()Russell King1-1/+1
2015-09-24net: fix phy refcounting in a bunch of driversRussell King5-9/+30
2015-09-24of_mdio: fix MDIO phy device refcountingRussell King1-4/+23
2015-09-24phy: add proper phy struct device refcountingRussell King1-0/+12
2015-09-24phy: fix mdiobus module safetyRussell King2-16/+21
2015-09-24phy: fix of_mdio_find_bus() device refcount leakRussell King2-7/+16
2015-09-24rocker: use switchdev transaction queue for allocated memoryJiri Pirko1-46/+7
2015-09-24rocker: push struct switchdev_trans down through rocker codeJiri Pirko1-237/+225
2015-09-24switchdev: move transaction phase enum under transaction structureJiri Pirko1-8/+9
2015-09-24switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko1-2/+4
2015-09-24switchdev: rename "trans" to "trans_ph".Jiri Pirko1-191/+191