summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
...
* | | ice: remove return value comment for ice_reset_all_vfsJacob Keller2022-05-051-2/+2
* | | ice: always check VF VSI pointer valuesJacob Keller2022-05-056-7/+77
* | | ice: add newline to dev_dbg in ice_vf_fdir_dump_infoJacob Keller2022-05-051-1/+1
* | | ice: get switch id on switchdev devicesMichal Swiatkowski2022-05-052-0/+37
* | | ice: return ENOSPC when exceeding ICE_MAX_CHAIN_WORDSWojciech Drewek2022-05-052-2/+4
* | | ice: introduce common helper for retrieving VSI by vsi_numMaciej Fijalkowski2022-05-053-35/+17
* | | ice: use min_t() to make code cleaner in ice_gnssWan Jiabing2022-05-051-2/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-284-20/+15
|\|
| * ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky2022-04-281-1/+2
| * ice: fix use-after-free when deinitializing mailbox snapshotJacob Keller2022-04-261-1/+1
| * ice: wait 5 s for EMP reset after firmware flashPetr Oros2022-04-261-0/+3
| * ice: Protect vf_state check by cfg_lock in ice_vc_process_vf_msg()Ivan Vecera2022-04-261-7/+5
| * ice: Fix incorrect locking in ice_vc_process_vf_msg()Ivan Vecera2022-04-261-14/+7
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-276-56/+92
|\ \
| * | i40e, xsk: Get rid of redundant 'fallthrough'Maciej Fijalkowski2022-04-211-1/+0
| * | ixgbe, xsk: Get rid of redundant 'fallthrough'Maciej Fijalkowski2022-04-211-1/+0
| * | ice, xsk: Avoid refilling single Rx descriptorsMaciej Fijalkowski2022-04-151-1/+4
| * | ixgbe, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski2022-04-151-3/+3
| * | i40e, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski2022-04-151-3/+3
| * | ice, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski2022-04-151-3/+3
| * | ixgbe, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski2022-04-152-9/+19
| * | i40e, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski2022-04-152-10/+23
| * | ice, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski2022-04-152-10/+20
| * | ixgbe, xsk: Decorate IXGBE_XDP_REDIR with likely()Maciej Fijalkowski2022-04-151-12/+13
| * | ice, xsk: Decorate ICE_XDP_REDIR with likely()Maciej Fijalkowski2022-04-151-10/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-228-10/+37
|\ \ \ | | |/ | |/|
| * | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2022-04-154-7/+27
| |\ \
| | * | e1000e: Fix possible overflow in LTR decodingSasha Neftin2022-04-131-2/+2
| | * | igc: Fix suspending when PTM is activeVinicius Costa Gomes2022-04-131-1/+14
| | * | igc: Fix BUG: scheduling while atomicSasha Neftin2022-04-131-2/+2
| | * | igc: Fix infinite loop in release_swfw_syncSasha Neftin2022-04-131-2/+9
| * | | ice: Fix memory leak in ice_get_orom_civd_data()Jianglei Nie2022-04-141-0/+1
| * | | ice: fix crash in switchdev modeWojciech Drewek2022-04-141-1/+2
| * | | ice: allow creating VFs for !CONFIG_NET_SWITCHDEVMaciej Fijalkowski2022-04-141-1/+1
| * | | ice: xsk: check if Rx ring was filled up to the endMaciej Fijalkowski2022-04-141-1/+6
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-154-23/+16
|\| |
| * | Revert "iavf: Fix deadlock occurrence during resetting VF interface"Mateusz Palczewski2022-04-081-5/+2
| * | ice: arfs: fix use-after-free when freeing @rx_cpu_rmapAlexander Lobakin2022-04-083-18/+14
* | | i40e: Add Ethernet Connection X722 for 10GbE SFP+ supportMateusz Palczewski2022-04-123-0/+3
* | | i40e: Add vsi.tx_restart to i40e ethtool statsNabil S. Alramli2022-04-121-0/+1
* | | i40e: Add tx_stopped statJoe Damato2022-04-126-2/+12
* | | ice: Add mpls+tso supportJoe Damato2022-04-122-9/+24
* | | i40e: Add support for MPLS + TSOJoe Damato2022-04-122-19/+48
| |/ |/|
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller2022-04-082-290/+211
|\ \ | |/ |/|
| * ice: switch: convert packet template match code to rodataAlexander Lobakin2022-04-071-107/+108
| * ice: switch: use convenience macros to declare dummy pkt templatesAlexander Lobakin2022-04-071-71/+62
| * ice: switch: use a struct to pass packet template paramsAlexander Lobakin2022-04-071-174/+94
| * ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet()Alexander Lobakin2022-04-071-7/+9
| * ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_uAlexander Lobakin2022-04-072-10/+17
* | ice: clear cmd_type_offset_bsz for TX ringsMaciej Fijalkowski2022-04-051-1/+1