aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti1-1/+1
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-14/+25
2017-05-18net/mlx5e: Fix possible memory leakWei Yongjun1-4/+4
2017-05-18qed: Remove unused including <linux/version.h>Wei Yongjun5-5/+0
2017-05-18ibmvnic: fix missing unlock on error in __ibmvnic_reset()Wei Yongjun1-0/+1
2017-05-18qed: Utilize FW 8.20.0.0Mintz, Yuval10-2823/+4533
2017-05-18mlxsw: spectrum: Avoid possible NULL pointer dereferenceIdo Schimmel1-4/+2
2017-05-18liquidio: make the spinlock octeon_devices_lock staticColin Ian King1-1/+1
2017-05-18sh_eth: Do not print an error message for probe deferralGeert Uytterhoeven1-1/+2
2017-05-18sh_eth: Use platform device for printing before register_netdev()Geert Uytterhoeven1-1/+1
2017-05-18mlxsw: spectrum_dpipe: Fix sparse warningsArkadi Sharshevsky1-1/+4
2017-05-18mlxsw: spectrum_router: Fix rif counter freeing routineArkadi Sharshevsky1-0/+3
2017-05-18mlxsw: spectrum_dpipe: Fix incorrect entry indexArkadi Sharshevsky1-1/+2
2017-05-18cxgb4: update latest firmware version supportedGanesh Goudar1-3/+3
2017-05-18net: ethernet: faraday: To support device tree usage.Greentime Hu1-0/+7
2017-05-17bnxt_en: Check status of firmware DCBX agent before setting DCB_CAP_DCBX_HOST.Michael Chan1-2/+4
2017-05-17bnxt_en: Call bnxt_dcb_init() after getting firmware DCBX configuration.Michael Chan1-2/+1
2017-05-17liquidio: fix PF falsely indicating success at setting MAC address of a nonexistent VFFelix Manlunas1-0/+3
2017-05-17liquidio: fix insmod failure when multiple NICs are plugged inRick Farrington3-10/+123
2017-05-17mlxsw: spectrum: Default ports to non-virtual modeIdo Schimmel1-0/+8
2017-05-17mlxsw: spectrum: Move PVID code to appropriate placeIdo Schimmel3-58/+46
2017-05-17mlxsw: spectrum_switchdev: Don't batch learning operationsIdo Schimmel3-20/+7
2017-05-17mlxsw: spectrum_switchdev: Don't batch STP operationsIdo Schimmel1-42/+17
2017-05-17mlxsw: spectrum_switchdev: Don't batch VLAN operationsIdo Schimmel3-139/+121
2017-05-17mlxsw: spectrum_switchdev: Remove redundant checkIdo Schimmel1-9/+0
2017-05-17mlxsw: spectrum_router: Initialize RIFs in a separate functionIdo Schimmel1-18/+30
2017-05-17mlxsw: spectrum_router: Move FIB notification block to router structIdo Schimmel2-8/+10
2017-05-17mlxsw: spectrum_router: Move RIFs array to its rightful placeIdo Schimmel4-24/+35
2017-05-17mlxsw: spectrum_switchdev: Reduce scope of bridge structIdo Schimmel4-37/+69
2017-05-17mlxsw: spectrum_router: Reduce scope of router structIdo Schimmel2-114/+130
2017-05-17mlxsw: spectrum_buffer: Reduce scope of shared buffer structIdo Schimmel2-59/+68
2017-05-17cxgb4: add new T5 pci device idGanesh Goudar1-0/+1
2017-05-17cxgb4: reduce resource allocation in kdump kernelGanesh Goudar1-6/+6
2017-05-16liquidio: use pcie_flr instead of duplicating itChristoph Hellwig1-16/+1
2017-05-16bnx2x: Remove open coded carrier checkLeon Romanovsky1-1/+1
2017-05-16mlx5e: add CONFIG_INET dependencyArnd Bergmann1-1/+1
2017-05-16nfp: eliminate an if statement in calculation of completed framesJakub Kicinski1-8/+2
2017-05-16nfp: add a helper for wrapping descriptor indexJakub Kicinski2-11/+13
2017-05-16nfp: complete the XDP TX ring only when it's fullJakub Kicinski2-18/+35
2017-05-16nfp: add CHECKSUM_COMPLETE supportJakub Kicinski3-10/+36
2017-05-16nfp: version independent support for chained RSS metadataEdwin Peer3-14/+24
2017-05-16nfp: don't assume RSS and IRQ moderation are always enabledJakub Kicinski1-4/+2
2017-05-16nfp: support LSO2 capabilityEdwin Peer3-16/+38
2017-05-16nfp: rename l4_offset in struct nfp_net_tx_desc to lso_hdrlenEdwin Peer2-4/+4
2017-05-16nfp: don't enable TSO on the device when disabledJakub Kicinski1-0/+1
2017-05-16bnxt: add dma mapping attributesShannon Nelson1-22/+34
2017-05-16drivers: net: xgene: Fix redundant prefetch buffer cleanupIyappan Subramanian4-62/+1
2017-05-16drivers: net: xgene: Workaround for HW errata 10GE_10/ENET_15Quan Nguyen3-9/+46
2017-05-16drivers: net: xgene: Add frame recovered statistics counter for errata 10GE_8/ENET_11Quan Nguyen3-2/+10
2017-05-16drivers: net: xgene: Workaround for HW errata 10GE_4Quan Nguyen3-0/+9