summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-12-18ice: Fix PF with enabled XDP going no-carrier after resetLarysa Zaremba1-0/+3
2023-12-18ice: alter feature support check for SRIOV and LAGDave Ertman1-0/+2
2023-12-18ice: stop trashing VF VSI aggregator node ID informationJacob Keller1-4/+0
2023-12-14Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-5/+5
2023-12-13i40e: Fix ST code value for Clause 45Ivan Vecera2-3/+3
2023-12-13ice: fix theoretical out-of-bounds access in ethtool link modesMichal Schmidt1-2/+2
2023-12-12iavf: Fix iavf_shutdown to call iavf_remove instead iavf_closeSlawomir Laba1-51/+21
2023-12-12iavf: Handle ntuple on/off based on new state machines for flow directorPiotr Gardocki1-0/+59
2023-12-12iavf: Introduce new state machines for flow directorPiotr Gardocki5-23/+139
2023-12-05iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller2-11/+2
2023-12-05i40e: Fix unexpected MFS warning messageIvan Vecera1-1/+1
2023-12-05ice: Restore fix disabling RX VLAN filteringMarcin Szycik1-3/+8
2023-12-05ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski2-9/+3
2023-11-29ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman4-50/+118
2023-11-23i40e: Fix adding unsupported cloud filtersIvan Vecera1-7/+9
2023-11-23ice: restore timestamp configuration after device resetJacob Keller3-40/+51
2023-11-23ice: unify logic for programming PFINT_TSYN_MSKJacob Keller1-26/+34
2023-11-23ice: remove ptp_tx ring parameter flagJacob Keller3-18/+0
2023-11-13ice: fix DDP package download for packages without signature segmentDan Nowlin1-3/+100
2023-11-13ice: dpll: fix output pin capabilitiesArkadiusz Kubalewski3-4/+64
2023-11-13ice: dpll: fix check for dpll input priority rangeArkadiusz Kubalewski2-7/+0
2023-11-13ice: dpll: fix initial lock status of dpllArkadiusz Kubalewski1-2/+1
2023-11-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2-41/+91
2023-11-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-5/+6
2023-11-06idpf: fix potential use-after-free in idpf_tso()Eric Dumazet1-2/+4
2023-11-06ice: Fix VF-VF direction matching in drop rule in switchdevMarcin Szycik1-1/+23
2023-11-06ice: Fix VF-VF filter rules in switchdev modeAniruddha Paul1-28/+62
2023-11-06ice: lag: in RCU, use atomic allocationMichal Schmidt1-3/+3
2023-11-06ice: Fix SRIOV LAG disable on non-compliant aggregateDave Ertman1-9/+3
2023-11-06i40e: Fix devlink port unregisteringIvan Vecera1-4/+6
2023-11-06i40e: Do not call devlink_port_type_clear()Ivan Vecera1-1/+0
2023-10-27iavf: delete the iavf client interfaceMichal Schmidt6-871/+1
2023-10-27iavf: add a common function for undoing the interrupt schemeMichal Schmidt1-11/+15
2023-10-27iavf: use unregister_netdevMichal Schmidt1-3/+1
2023-10-27iavf: rely on netdev's own registered stateMichal Schmidt2-7/+3
2023-10-27iavf: fix the waiting time for initial resetMichal Schmidt1-1/+1
2023-10-27iavf: in iavf_down, don't queue watchdog_task if comms failedMichal Schmidt1-2/+4
2023-10-27iavf: simplify mutex_trylock+sleep loopsMichal Schmidt1-4/+2
2023-10-27iavf: fix comments about old bit locksMichal Schmidt1-2/+2
2023-10-26ice: Hook up 4 E830 devices by adding their IDsPawel Chmielewski1-0/+4
2023-10-26ice: Remove redundant zeroing of the fields.Pawel Chmielewski1-27/+27
2023-10-26ice: Add support for E830 DDP package segmentDan Nowlin3-74/+382
2023-10-26ice: Add ice_get_link_status_datalenPaul Greenwalt2-6/+53
2023-10-26ice: Add 200G speed/phy type useAlice Michael4-3/+43
2023-10-26ice: Add E830 device IDs, MAC type and registersPaul Greenwalt7-61/+141
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-26/+57
2023-10-25iavf: in iavf_down, disable queues when removing the driverMichal Schmidt1-1/+1
2023-10-24i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera1-1/+1
2023-10-23page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin1-3/+0
2023-10-23idpf: cancel mailbox work in error pathPavan Kumar Linga1-0/+1