summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-242/+418
2015-08-01net: systemport: Add netconsole supportFlorian Fainelli1-0/+18
2015-08-01net: bcmgenet: Add netconsole supportFlorian Fainelli1-0/+20
2015-08-01stmmac: fix missing MODULE_LICENSE in stmmac_platformJoachim Eastwood1-0/+4
2015-08-01gianfar: Enable device wakeup when appropriateClaudiu Manoil3-13/+3
2015-08-01gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil1-68/+30
2015-08-01gianfar: Fix warning when CONFIG_PM offClaudiu Manoil1-0/+2
2015-08-01sfc: MC allocations must be restored following an entity resetDaniel Pieczko1-4/+12
2015-08-01sfc: allow ethtool selftest and MC reboot to complete on an unprivileged func...Daniel Pieczko2-1/+21
2015-07-30bnx2x: Fix compilation when CONFIG_BNX2X_SRIOV is not setYuval Mintz2-0/+7
2015-07-30mlxsw: Introduce Mellanox SwitchX-2 ASIC supportJiri Pirko8-0/+1655
2015-07-30mlxsw: Add interface to access registers and process eventsIdo Schimmel5-0/+2192
2015-07-30mlxsw: Add PCI bus implementationJiri Pirko4-0/+2023
2015-07-30mlxsw: Introduce Mellanox switch driver coreJiri Pirko10-0/+2357
2015-07-30qlcnic: Fix corruption while copyingShahed Shaikh1-1/+1
2015-07-30be2net: Support vxlan offload stats in the driverSriharsha Basavapatna3-1/+10
2015-07-30net: thunderx: Fix for crash while BGX teardownThanneeru Srinivasulu1-1/+4
2015-07-30net: thunderx: Add PCI driver shutdown routineSunil Goutham1-0/+6
2015-07-30net: thunderx: Fix crash when changing rss with mutliple traffic flowsSunil Goutham1-4/+5
2015-07-30net: thunderx: Set watchdog timeout valueSunil Goutham2-0/+10
2015-07-30net: thunderx: Wakeup TXQ only if CQE_TX are processedSunil Goutham3-15/+31
2015-07-30net: thunderx: Suppress alloc_pages() failure warningsSunil Goutham1-2/+4
2015-07-30net: thunderx: Fix TSO packet statisticSunil Goutham1-0/+1
2015-07-30net: thunderx: Fix memory leak when changing queue countSunil Goutham1-9/+14
2015-07-30net: thunderx: Fix RQ_DROP miscalculationSunil Goutham1-3/+11
2015-07-30net: thunderx: Fix memory leak while tearing down interfaceSunil Goutham2-3/+6
2015-07-30net: thunderx: Fix data integrity issues with LDWBSunil Goutham1-1/+1
2015-07-30bnx2x: add vlan filtering offloadYuval Mintz10-290/+905
2015-07-30net/mlx5e: Remove the mlx5e_update_priv_params() functionAchiad Shochat3-50/+60
2015-07-30net/mlx5e: Introduce create/destroy RSS indir table access functionsAchiad Shochat3-17/+35
2015-07-30net/mlx5e: Do not use netdev_err() before the netdev is registeredAchiad Shochat1-10/+5
2015-07-30net/mlx5e: Avoid redundant de-referenceAchiad Shochat1-1/+1
2015-07-30net/mlx5e: Remove redundant assignment of sq->user_indexAchiad Shochat1-1/+0
2015-07-30net/mlx5e: Remove redundant field mlx5e_priv->num_tcAchiad Shochat3-18/+14
2015-07-30net/mlx5e: Use hard-coded 4K page size for RQ/SQ/CQAchiad Shochat1-3/+3
2015-07-30net/mlx5_core: Check the return value of mlx5_command_exec()Haggai Abramonvsky1-1/+6
2015-07-30gianfar: Fix warnings when built on 64-bitScott Wood2-8/+16
2015-07-30net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functionsKaricheri, Muralidharan2-28/+17
2015-07-30net: netcp: ethss: fix up incorrect use of list apiKaricheri, Muralidharan1-3/+2
2015-07-30net: netcp: fix cleanup interface list in netcp_remove()Karicheri, Muralidharan1-2/+11
2015-07-30net: thunderx: Select CONFIG_MDIO_OCTEON for ThunderX NICRadha Mohan Chintakuntla1-0/+2
2015-07-30net: netcp: Fixes efuse mac addr swap on k2e and k2lWingMan Kwok1-2/+13
2015-07-29net/mlx4_en: Hardware accelerated 802.1ad works only on the first portAmir Vadai1-1/+1
2015-07-29stmmac: dwmac-sti: refactor the init glue callbacksJoachim Eastwood1-31/+12
2015-07-29stmmac: remove setup/free glue callbacksJoachim Eastwood2-10/+0
2015-07-29stmmac: dwmac-rk: use rk_gmac_ops as of match dataJoachim Eastwood1-23/+4
2015-07-29stmmac: dwmac-rk: make rk_gmac_ops structs static constJoachim Eastwood1-4/+4
2015-07-29stmmac: dwmac-sti: use custom of match structureJoachim Eastwood1-3/+8
2015-07-29stmmac: let dwmac-* drivers handle their own match dataJoachim Eastwood3-18/+18
2015-07-29stmmac: move stmmac_pltfr_probe into dwmac-genericJoachim Eastwood3-57/+48