summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2019-02-25net: hns3: fix improper error handling for hns3_client_startHuazhong Tan1-1/+3
2019-02-25net: hns3: fix setting of the hns reset_type for rdma hw errorsShiju Jose1-16/+20
2019-02-25net: hns3: fix get VF RSS issueJian Shen2-1/+74
2019-02-25net: hns3: enable VF VLAN filter for each VF when initializingJian Shen2-11/+23
2019-02-25net: hns3: add support to config depth for tx|rx ring separatelyPeng Li10-47/+119
2019-02-25net: hns3: remove hnae3_get_bit in data pathYunsheng Lin1-19/+14
2019-02-25net: hns3: replace hnae3_set_bit and hnae3_set_field in data pathYunsheng Lin1-69/+51
2019-02-25net: hns3: add unlikely for error handling in data pathYunsheng Lin1-9/+9
2019-02-25net: hns3: remove some ops in struct hns3_nic_opsYunsheng Lin2-9/+5
2019-02-25net: hns3: limit some variable scope in critical data pathYunsheng Lin1-19/+16
2019-02-25net: hns3: avoid mult + div op in critical data pathYunsheng Lin2-7/+11
2019-02-25net: hns3: add xps setting support for hns3 driverYunsheng Lin1-0/+24
2019-02-25mlxsw: spectrum_acl: Add vregion migration end tracepointJiri Pirko1-3/+8
2019-02-25mlxsw: spectrum_acl: Don't take mutex in mlxsw_sp_acl_tcam_vregion_rehash_work()Jiri Pirko1-5/+0
2019-02-25mlxsw: spectrum_acl: Remove RTNL lock assertions from ERP codeJiri Pirko1-6/+0
2019-02-25mlxsw: spectrum_acl: Don't take rtnl lock during vregion_rehash_intrvl_set()Jiri Pirko2-2/+10
2019-02-25mlxsw: spectrum_acl: Introduce a mutex to guard objagg instance manipulationJiri Pirko1-5/+20
2019-02-25mlxsw: spectrum_acl: Enable vregion rehash per-profileJiri Pirko1-8/+15
2019-02-25mlxsw: spectrum_acl: Introduce mutex to guard Bloom Filter updatesJiri Pirko1-7/+27
2019-02-25mlxsw: spectrum_acl: Introduce vregion mutexJiri Pirko1-0/+26
2019-02-25mlxsw: spectrum_acl: Refactor vregion association codeJiri Pirko1-67/+66
2019-02-25mlxsw: spectrum_acl: Introduce a mutex to guard region list updatesJiri Pirko1-2/+14
2019-02-25mlxsw: spectrum_acl: Split TCAM group structure into twoJiri Pirko2-101/+161
2019-02-25mlxsw: spectrum_acl: Remove unused ops field from group structureJiri Pirko1-1/+0
2019-02-25net: mvpp2: Add 2.5GBaseT supportMaxime Chevallier1-0/+1
2019-02-25nfp: Remove switchdev.h inclusionFlorian Fainelli1-1/+0
2019-02-25net: lantiq: Do not use eth_change_mtu()Hauke Mehrtens1-1/+0
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-181/+215
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-181/+213
2019-02-24Merge tag 'mlx5-updates-2019-02-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller11-40/+541
2019-02-24mlxsw: spectrum: Add Spectrum-2 ASIC support for new port types and speedsShalom Toledo1-0/+54
2019-02-24mlxsw: spectrum: Add Spectrum-2 ASIC port type-speed operationsShalom Toledo2-1/+330
2019-02-24mlxsw: reg: Add new port type-speed fields for PTYS registerShalom Toledo1-0/+57
2019-02-24mlxsw: reg: 80 columns wrapping changeShalom Toledo1-3/+6
2019-02-24mlxsw: reg: Rename p_eth_proto_adm to full name p_eth_proto_adminShalom Toledo1-3/+3
2019-02-24mlxsw: spectrum: Add port type-speed operationsShalom Toledo2-31/+133
2019-02-24mlxsw: spectrum: Rename port type-speed functions to ASIC specificShalom Toledo1-34/+35
2019-02-24mlxsw: spectrum: Query port connector type from firmwareShalom Toledo2-23/+49
2019-02-24mlxsw: spectrum: Remove unsupported eth_proto_lp_advertise field in PTYSShalom Toledo2-21/+1
2019-02-24mlxsw: spectrum: Remove duplicate port link mode entryShalom Toledo1-5/+0
2019-02-24net: set static variable an initial value in atl2_probe()Mao Wenan1-3/+1
2019-02-24e1000e: Fix -Wformat-truncation warningsFlorian Fainelli1-2/+2
2019-02-24mlxsw: spectrum: Avoid -Wformat-truncation warningsFlorian Fainelli1-2/+2
2019-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-11/+6
2019-02-23bnxt_en: Wait longer for the firmware message response to complete.Michael Chan2-2/+2
2019-02-23bnxt_en: Fix typo in firmware message timeout logic.Michael Chan1-1/+1
2019-02-23nfp: bpf: fix ALU32 high bits clearance bugJiong Wang1-11/+6
2019-02-23nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang1-1/+1
2019-02-23net/mlx5: Support ndo bridge_setlink and getlinkHuy Nguyen1-0/+59
2019-02-23net/mlx5: E-Switch, Add support for VEPA in legacy mode.Huy Nguyen2-21/+207