summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2016-04-21fm10k: fix possible null pointer deref after kcallocJacob Keller2-18/+22
2016-04-21fm10k: Reset multicast mode when deleting lportNgai-Mint Kwan1-0/+4
2016-04-21fm10k: update comment regarding reserved bits checkJacob Keller1-1/+1
2016-04-21fm10k: use different name than FM10K_VLAN_CLEAR for override bitJacob Keller3-3/+8
2016-04-21fm10k: use 8bit notation instead of 10bit notation for diagramJacob Keller1-2/+2
2016-04-21fm10k: fix documentation of fm10k_tlv_parse_attrJacob Keller1-8/+10
2016-04-21fm10k: do not disable PCI device in fm10k_io_error_detectedJacob Keller1-2/+0
2016-04-21fm10k: correctly handle LPORT_MAP errorJacob Keller4-1/+35
2016-04-21fm10k: Fix multicast mode sync issuesNgai-Mint Kwan1-13/+7
2016-04-21fm10k: drop 1588 supportJacob Keller12-876/+11
2016-04-21fm10k: prevent RCU issues during AER eventsJacob Keller1-1/+10
2016-04-21fm10k: use DRV_SUMMARY to reduce code duplicationJacob Keller1-3/+3
2016-04-21fm10k: Add support for bulk Tx cleanup & cleanup boolean logicAlexander Duyck1-5/+9
2016-04-21fm10k: remove debug-statistics supportJacob Keller1-71/+1
2016-04-21fm10k: add helper functions to set strings and data for ethtool statsJacob Keller1-25/+34
2016-04-19net: w5100: don't build spi driver without w5100Arnd Bergmann1-1/+1
2016-04-18enic: set netdev->vlan_featuresGovindarajulu Varadarajan1-0/+1
2016-04-18fec: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes1-8/+8
2016-04-17nfp: add async reconfiguration mechanismJakub Kicinski2-27/+157
2016-04-17nfp: remove buggy RX buffer length validationJakub Kicinski1-12/+14
2016-04-17nfp: remove unused suspicious mask definesJakub Kicinski1-4/+0
2016-04-17nfp: correct names of constants in commentsJakub Kicinski1-3/+3
2016-04-17nfp: remove unnecessary staticJakub Kicinski1-1/+1
2016-04-17nfp: check the right pointer for errorsJakub Kicinski1-1/+1
2016-04-17stmmac: socfpga: remove extra call to socfpga_dwmac_setupDinh Nguyen1-6/+0
2016-04-17net: w5100: support W5200Akinobu Mita4-48/+289
2016-04-17net: w5100: support SPI interface modeAkinobu Mita3-0/+151
2016-04-17net: w5100: enable to support sleepable register access interfaceAkinobu Mita2-38/+153
2016-04-17net: w5100: add ability to support other bus interfaceAkinobu Mita2-201/+431
2016-04-17net: w5100: move mmiowb into register access callbacksAkinobu Mita1-29/+15
2016-04-16qede: Add fastpath support for tunnelingManish Chopra2-10/+92
2016-04-16qed: Enable GRE tunnel slowpath configurationManish Chopra1-0/+4
2016-04-16qed/qede: Add GENEVE tunnel slowpath configuration supportManish Chopra4-1/+69
2016-04-16qed/qede: Add VXLAN tunnel slowpath configuration supportManish Chopra5-4/+86
2016-04-16qed: Add infrastructure support for tunnelingManish Chopra10-4/+553
2016-04-15qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueueAmitoj Kaur Chawla1-1/+1
2016-04-15mlxsw: spectrum_buffers: Use MLXSW_SP_PB_UNUSED define for unused pbJiri Pirko1-1/+2
2016-04-15mlxsw: spectrum_buffers: Use designated initializers for mlxsw_sp_pbsJiri Pirko1-10/+2
2016-04-14mlxsw: spectrum_buffers: Implement occupancy monitoringJiri Pirko3-16/+293
2016-04-14mlxsw: core: Introduce support for asynchronous EMAD register accessJiri Pirko2-173/+334
2016-04-14mlxsw: core: Add mlxsw specific workqueue and use it for FDB notif. processingJiri Pirko3-4/+28
2016-04-14mlxsw: reg: Extend SBPM register for occupancy controlJiri Pirko2-2/+32
2016-04-14mlxsw: reg: Add Shared Buffer Status register definitionJiri Pirko1-0/+100
2016-04-14mlxsw: core: Add devlink shared buffer occupancy callbacksJiri Pirko2-8/+77
2016-04-14mlxsw: spectrum_buffers: Implement shared buffer configurationJiri Pirko3-1/+216
2016-04-14mlxsw: core: Add mlxsw_core_port_driver_priv helperJiri Pirko1-0/+9
2016-04-14mlxsw: spectrum_buffers: Get max_buff defaults into limits exposed to userJiri Pirko2-14/+18
2016-04-14mlxsw: spectrum_buffers: Change initialization of PG 9Jiri Pirko1-3/+5
2016-04-14mlxsw: spectrum_buffers: Remove eg pool 3 default init and CPU port TC bindin...Jiri Pirko1-3/+2
2016-04-14mlxsw: spectrum_buffers: Cache shared buffer configurationJiri Pirko2-19/+82