summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2019-09-07be2net: make two arrays static const, makes object smallerColin Ian King1-2/+2
2019-09-07ionic: Remove unused including <linux/version.h>YueHaibing1-1/+0
2019-09-07net: stmmac: Limit max speeds of XGMAC if asked toJose Abreu1-9/+16
2019-09-07net: stmmac: selftests: Add Split Header testJose Abreu1-0/+42
2019-09-07net: stmmac: dwmac4: Enable RX Jumbo frame supportJose Abreu2-7/+2
2019-09-07net: stmmac: selftests: Set RX tail pointer in Flow Control testJose Abreu1-0/+6
2019-09-07net: stmmac: selftests: Add missing checks for support of SAJose Abreu1-0/+12
2019-09-07Merge tag 'mlx5-updates-2019-09-05' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller13-42/+182
2019-09-07ethernet: micrel: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang1-1/+1
2019-09-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller12-169/+195
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller24-79/+414
2019-09-06lan743x: remove redundant assignment to variable rx_process_resultColin Ian King1-2/+1
2019-09-06ravb: TROCR register is only present on R-Car Gen3Simon Horman2-3/+5
2019-09-06ravb: remove undocumented endianness selectionSimon Horman2-7/+0
2019-09-06ravb: remove undocumented counter processingSimon Horman2-13/+0
2019-09-06ravb: correct typo in FBP field of SFO registerSimon Horman1-1/+1
2019-09-06net: hns3: make hclge_dbg_get_m7_stats_info staticGuojia Liao1-1/+1
2019-09-06net: hns3: disable loopback setting in hclge_mac_initYufeng Mo1-1/+33
2019-09-06net: hns3: remove explicit conversion to boolGuojia Liao1-1/+1
2019-09-06net: hns3: add client node validity judgmentPeng Li1-0/+16
2019-09-06net: hns3: fix mis-assignment to hdev->reset_level in hclge_resetHuazhong Tan1-4/+5
2019-09-06net: hns3: fix double free bug when setting ringparamHuazhong Tan1-1/+3
2019-09-06net: hns3: fix error VF index when setting VLAN offloadJian Shen1-4/+10
2019-09-06stmmac: platform: adjust messages and move to dev levelAndy Shevchenko1-9/+13
2019-09-06nfp: Drop unnecessary continue in nfp_net_pf_alloc_vnicszhong jiang1-3/+1
2019-09-06net/mlx5e: Add port buffer's congestion countersAya Levin2-1/+150
2019-09-06net/mlx5: DR, Remove redundant dev_name print from err logSaeed Mahameed1-10/+5
2019-09-06net/mlx5: DR, Fix error return code in dr_domain_init_resources()Wei Yongjun1-0/+3
2019-09-06net/mlx5: DR, Remove useless set memory to zero use memset()Wei Yongjun1-1/+0
2019-09-06net/mlx5e: Remove unnecessary clear_bit()sMaxim Mikityanskiy1-2/+0
2019-09-06net/mlx5e: kTLS, Remove unused function parameterTariq Toukan1-4/+2
2019-09-06net/mlx5: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang1-4/+1
2019-09-06net/mlx5: fix missing assignment of variable errColin Ian King1-1/+1
2019-09-06net/mlx5: fix spelling mistake "offlaods" -> "offloads"Colin Ian King1-1/+1
2019-09-06net/mlx5e: Remove leftover declarationRoi Dayan1-1/+0
2019-09-06net/mlx5e: Use ipv6_stub to avoid dependency with ipv6 being a moduleSaeed Mahameed3-12/+14
2019-09-06net/mlx5: Kconfig: Fix MLX5_CORE dependency with PCI_HYPERV_INTERFACEMao Wenan1-0/+1
2019-09-06net/mlx5e: Fix static checker warning of potential pointer math issueEran Ben Elisha1-5/+4
2019-09-05ice: Rework around device/function capabilitiesAnirudh Venkataramanan1-20/+20
2019-09-05ice: change default number of receive descriptorsJesse Brandeburg1-17/+2
2019-09-05ice: Minor refactor in queue managementAnirudh Venkataramanan4-39/+54
2019-09-05ice: Allow for delayed LLDP MIB change registrationDave Ertman5-15/+51
2019-09-05ice: update Tx context structAshish Shah2-1/+3
2019-09-05ice: Report VF link status with opcode to get resourcesAkeem G Abodunrin1-0/+1
2019-09-05ice: Check for DCB capability before initializing DCBAnirudh Venkataramanan2-10/+8
2019-09-05ice: report link down for VF when PF's queues are not enabledLukasz Czapnik1-1/+4
2019-09-05ice: Reliably reset VFsMitch Williams1-6/+10
2019-09-05ice: change work limit to a constantJesse Brandeburg3-16/+3
2019-09-05ice: small efficiency fixesJesse Brandeburg1-1/+3
2019-09-05ice: move code closer togetherJesse Brandeburg1-3/+3