summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-0125-242/+418
|\
| * stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood2015-08-011-0/+4
| * gianfar: Enable device wakeup when appropriateClaudiu Manoil2015-08-013-13/+3
| * gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil2015-08-011-68/+30
| * gianfar: Fix warning when CONFIG_PM offClaudiu Manoil2015-08-011-0/+2
| * qlcnic: Fix corruption while copyingShahed Shaikh2015-07-301-1/+1
| * net: thunderx: Fix for crash while BGX teardownThanneeru Srinivasulu2015-07-301-1/+4
| * net: thunderx: Add PCI driver shutdown routineSunil Goutham2015-07-301-0/+6
| * net: thunderx: Fix crash when changing rss with mutliple traffic flowsSunil Goutham2015-07-301-4/+5
| * net: thunderx: Set watchdog timeout valueSunil Goutham2015-07-302-0/+10
| * net: thunderx: Wakeup TXQ only if CQE_TX are processedSunil Goutham2015-07-303-15/+31
| * net: thunderx: Suppress alloc_pages() failure warningsSunil Goutham2015-07-301-2/+4
| * net: thunderx: Fix TSO packet statisticSunil Goutham2015-07-301-0/+1
| * net: thunderx: Fix memory leak when changing queue countSunil Goutham2015-07-301-9/+14
| * net: thunderx: Fix RQ_DROP miscalculationSunil Goutham2015-07-301-3/+11
| * net: thunderx: Fix memory leak while tearing down interfaceSunil Goutham2015-07-302-3/+6
| * net: thunderx: Fix data integrity issues with LDWBSunil Goutham2015-07-301-1/+1
| * net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functionsKaricheri, Muralidharan2015-07-302-28/+17
| * net: netcp: ethss: fix up incorrect use of list apiKaricheri, Muralidharan2015-07-301-3/+2
| * net: netcp: fix cleanup interface list in netcp_remove()Karicheri, Muralidharan2015-07-301-2/+11
| * macb: Fix build with macro'ized readl/writel.David S. Miller2015-07-272-15/+15
| * net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn2015-07-271-13/+76
| * net: netcp: Fixes SGMII reset on network interface shutdownWingMan Kwok2015-07-273-2/+47
| * net/macb: replace macb_count_tx_descriptors() by DIV_ROUND_UP()Andy Shevchenko2015-07-271-8/+2
| * net/macb: suppress compiler warningsAndy Shevchenko2015-07-272-6/+5
| * net/macb: use dev_*() when netdev is not yet registeredAndy Shevchenko2015-07-271-2/+2
| * net/macb: check if macb_config presentAndy Shevchenko2015-07-271-2/+1
| * net/macb: improve big endian CPU supportAndy Shevchenko2015-07-272-44/+87
| * net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach2015-07-273-3/+13
| * net: fec: use managed DMA API functions to allocate BD ringLucas Stach2015-07-271-2/+2
| * niu: don't count tx error twice in case of headroom realloc failsJiri Pirko2015-07-271-3/+1
| * net/mlx4_en: Remove BUG_ON assert when checking if ring is fullIdo Shamay2015-07-271-1/+0
| * net/mlx4_core: Relieve cpu load average on the port sending flowJack Morgenstein2015-07-271-2/+15
| * net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein2015-07-271-2/+2
| * net/mlx4_core: Use sink counter for the VF default as fallbackOr Gerlitz2015-07-271-0/+5
* | net: systemport: Add netconsole supportFlorian Fainelli2015-08-011-0/+18
* | net: bcmgenet: Add netconsole supportFlorian Fainelli2015-08-011-0/+20
* | sfc: MC allocations must be restored following an entity resetDaniel Pieczko2015-08-011-4/+12
* | sfc: allow ethtool selftest and MC reboot to complete on an unprivileged func...Daniel Pieczko2015-08-012-1/+21
* | bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not setYuval Mintz2015-07-302-0/+7
* | mlxsw: Introduce Mellanox SwitchX-2 ASIC supportJiri Pirko2015-07-308-0/+1655
* | mlxsw: Add interface to access registers and process eventsIdo Schimmel2015-07-305-0/+2192
* | mlxsw: Add PCI bus implementationJiri Pirko2015-07-304-0/+2023
* | mlxsw: Introduce Mellanox switch driver coreJiri Pirko2015-07-3010-0/+2357
* | be2net: Support vxlan offload stats in the driverSriharsha Basavapatna2015-07-303-1/+10
* | bnx2x: add vlan filtering offloadYuval Mintz2015-07-3010-290/+905
* | net/mlx5e: Remove the mlx5e_update_priv_params() functionAchiad Shochat2015-07-303-50/+60
* | net/mlx5e: Introduce create/destroy RSS indir table access functionsAchiad Shochat2015-07-303-17/+35
* | net/mlx5e: Do not use netdev_err() before the netdev is registeredAchiad Shochat2015-07-301-10/+5
* | net/mlx5e: Avoid redundant de-referenceAchiad Shochat2015-07-301-1/+1