summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-18487-21091/+48230
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-172-5/+10
| |\
| | * net: ena: don't wake up tx queue when downSameeh Jubran2019-09-161-1/+2
| | * net: stmmac: Hold rtnl lock in suspend/resume callbacksJose Abreu2019-09-161-4/+8
| * | mlxsw: spectrum_buffers: Add the ability to query the CPU port's shared bufferShalom Toledo2019-09-161-8/+33
| * | mlxsw: spectrum: Register CPU port with devlinkShalom Toledo2019-09-163-9/+105
| * | mlxsw: spectrum_buffers: Prevent changing CPU port's configurationShalom Toledo2019-09-161-0/+10
| * | net: ena: fix incorrect update of intr_delay_resolutionArthur Kiyanovski2019-09-163-4/+19
| * | net: ena: fix retrieval of nonadaptive interrupt moderation intervalsArthur Kiyanovski2019-09-161-2/+3
| * | net: ena: fix update of interrupt moderation registerArthur Kiyanovski2019-09-161-1/+4
| * | net: ena: remove all old adaptive rx interrupt moderation code from ena_comArthur Kiyanovski2019-09-162-252/+0
| * | net: ena: remove ena_restore_ethtool_params() and relevant fieldsArthur Kiyanovski2019-09-162-13/+0
| * | net: ena: remove old adaptive interrupt moderation code from ena_netdevArthur Kiyanovski2019-09-162-10/+0
| * | net: ena: remove code duplication in ena_com_update_nonadaptive_moderation_in...Arthur Kiyanovski2019-09-161-14/+16
| * | net: ena: enable the interrupt_moderation in driver_supported_featuresArthur Kiyanovski2019-09-162-0/+11
| * | net: ena: reimplement set/get_coalesce()Arthur Kiyanovski2019-09-161-58/+26
| * | net: ena: switch to dim algorithm for rx adaptive interrupt moderationArthur Kiyanovski2019-09-163-21/+41
| * | net: ena: add intr_moder_rx_interval to struct ena_com_dev and use itArthur Kiyanovski2019-09-163-18/+13
| * | bnxt_en: Add a new BNXT_FW_RESET_STATE_POLL_FW_DOWN state.Vasundhara Volam2019-09-162-5/+46
| * | bnxt_en: Update firmware interface spec. to 1.10.0.100.Michael Chan2019-09-161-43/+103
| * | bnxt_en: Increase timeout for HWRM_DBG_COREDUMP_XX commandsVasundhara Volam2019-09-162-1/+2
| * | bnxt_en: Don't proceed in .ndo_set_rx_mode() when device is not in open state.Michael Chan2019-09-161-3/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-162-4/+4
| |\ \
| | * | ixgbe: fix xdp handle calculationsCiara Loftus2019-09-161-2/+2
| | * | i40e: fix xdp handle calculationsCiara Loftus2019-09-161-2/+2
| * | | net: stmmac: socfpga: re-use the `interface` parameter from platform dataAlexandru Ardelean2019-09-161-5/+10
| * | | qed: fix spelling mistake "fullill" -> "fulfill"Colin Ian King2019-09-161-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-1510-80/+139
| |\ \ \ | | | |/ | | |/|
| * | | net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko2019-09-131-10/+5
| * | | net: devlink: split reload op into twoJiri Pirko2019-09-132-8/+30
| * | | mlx4: Split restart_one into two functionsJiri Pirko2019-09-133-7/+23
| * | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-09-1317-224/+2915
| |\ \ \
| | * | | ice: Bump versionTony Nguyen2019-09-121-2/+2
| | * | | ice: Enable DDP package downloadTony Nguyen2019-09-1212-195/+679
| | * | | ice: Initialize DDP package structuresTony Nguyen2019-09-124-2/+953
| | * | | ice: Implement Dynamic Device Personalization (DDP) downloadTony Nguyen2019-09-129-1/+1137
| | * | | ice: Fix FW version formatting in dmesgLukasz Czapnik2019-09-128-29/+53
| | * | | ice: send driver version to firmwarePaul M Stillwell Jr2019-09-126-1/+97
| * | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-09-1310-26/+57
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | i40e: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-09-111-0/+5
| | * | | net/ixgbevf: make array api static const, makes object smallerColin Ian King2019-09-111-6/+8
| | * | | iavf: fix MAC address setting for VFs when filter is rejectedStefan Assmann2019-09-112-1/+7
| | * | | i40e: clear __I40E_VIRTCHNL_OP_PENDING on invalid min Tx rateStefan Assmann2019-09-111-1/+2
| | * | | i40e: use BIT macro to specify the cloud filter field flagsJacob Keller2019-09-111-5/+5
| | * | | i40e: Fix message for other card without FEC.Czeslaw Zagorski2019-09-111-3/+7
| | * | | i40e: fix missed "Negotiated" string in i40e_print_link_message()Aleksandr Loktionov2019-09-111-9/+10
| | * | | i40e: mark additional missing bits as reservedJacob Keller2019-09-111-0/+3
| | * | | i40e: remove I40E_AQC_ADD_CLOUD_FILTER_OIPJacob Keller2019-09-111-1/+1
| | * | | i40e: use ktime_get_real_ts64 instead of ktime_to_timespec64Jacob Keller2019-09-111-1/+1
| | * | | ixgbe: use skb_get_queue_mapping in tx pathTonghao Zhang2019-09-111-1/+1