summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2019-02-24mlxsw: spectrum_acl: Remove RTNL lock assertions from ERP codeJiri Pirko
2019-02-24mlxsw: spectrum_acl: Don't take rtnl lock during vregion_rehash_intrvl_set()Jiri Pirko
2019-02-24mlxsw: spectrum_acl: Introduce a mutex to guard objagg instance manipulationJiri Pirko
2019-02-24mlxsw: spectrum_acl: Enable vregion rehash per-profileJiri Pirko
2019-02-24mlxsw: spectrum_acl: Introduce mutex to guard Bloom Filter updatesJiri Pirko
2019-02-24mlxsw: spectrum_acl: Introduce vregion mutexJiri Pirko
2019-02-24mlxsw: spectrum_acl: Refactor vregion association codeJiri Pirko
2019-02-24mlxsw: spectrum_acl: Introduce a mutex to guard region list updatesJiri Pirko
2019-02-24mlxsw: spectrum_acl: Split TCAM group structure into twoJiri Pirko
2019-02-24mlxsw: spectrum_acl: Remove unused ops field from group structureJiri Pirko
2019-02-24net: mvpp2: Add 2.5GBaseT supportMaxime Chevallier
2019-02-24nfp: Remove switchdev.h inclusionFlorian Fainelli
2019-02-24net: lantiq: Do not use eth_change_mtu()Hauke Mehrtens
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-23Merge tag 'mlx5-updates-2019-02-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2019-02-23mlxsw: spectrum: Add Spectrum-2 ASIC support for new port types and speedsShalom Toledo
2019-02-23mlxsw: spectrum: Add Spectrum-2 ASIC port type-speed operationsShalom Toledo
2019-02-23mlxsw: reg: Add new port type-speed fields for PTYS registerShalom Toledo
2019-02-23mlxsw: reg: 80 columns wrapping changeShalom Toledo
2019-02-23mlxsw: reg: Rename p_eth_proto_adm to full name p_eth_proto_adminShalom Toledo
2019-02-23mlxsw: spectrum: Add port type-speed operationsShalom Toledo
2019-02-23mlxsw: spectrum: Rename port type-speed functions to ASIC specificShalom Toledo
2019-02-23mlxsw: spectrum: Query port connector type from firmwareShalom Toledo
2019-02-23mlxsw: spectrum: Remove unsupported eth_proto_lp_advertise field in PTYSShalom Toledo
2019-02-23mlxsw: spectrum: Remove duplicate port link mode entryShalom Toledo
2019-02-23net: set static variable an initial value in atl2_probe()Mao Wenan
2019-02-23e1000e: Fix -Wformat-truncation warningsFlorian Fainelli
2019-02-23mlxsw: spectrum: Avoid -Wformat-truncation warningsFlorian Fainelli
2019-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-02-22bnxt_en: Wait longer for the firmware message response to complete.Michael Chan
2019-02-22bnxt_en: Fix typo in firmware message timeout logic.Michael Chan
2019-02-23nfp: bpf: fix ALU32 high bits clearance bugJiong Wang
2019-02-23nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang
2019-02-22net/mlx5: Support ndo bridge_setlink and getlinkHuy Nguyen
2019-02-22net/mlx5: E-Switch, Add support for VEPA in legacy mode.Huy Nguyen
2019-02-22net/mlx5e: Fix mlx5e_tx_reporter_create return valueEran Ben Elisha
2019-02-22net/mlx5e: Fix return status of TX reporter timeout recoverEran Ben Elisha
2019-02-22net/mlx5e: Re-add support for TX timeout when TX reporter is not validEran Ben Elisha
2019-02-22net/mlx5e: Fix warn print in case of TX reporter creation failureEran Ben Elisha
2019-02-22net/mlx5e: Fix GRE key by controlling port tunnel entropy calculationEli Britstein
2019-02-22net/mlx5: Use read-modify-write when changing PCMR register valuesEli Britstein
2019-02-22net/mlx5e: Trust kernel regarding transport offsetMaxim Mikityanskiy
2019-02-22net/mlx5e: Remove the wrong assumption about transport offsetMaxim Mikityanskiy
2019-02-22net: thunderx: remove link change polling code and info from nicpfVadim Lomovtsev
2019-02-22net: thunderx: move link state polling function to VFVadim Lomovtsev
2019-02-22net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev
2019-02-22net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev
2019-02-22net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev
2019-02-22net: thunderx: make CFG_DONE message to run through generic send-ack sequenceVadim Lomovtsev