summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2021-04-23iavf: redefine the magic number for FDIR GTP-U header fieldsHaiyue Wang1-3/+12
2021-04-23iavf: enhance the duplicated FDIR list scan handlingHaiyue Wang1-6/+3
2021-04-23iavf: change the flex-byte support number to macro definitionHaiyue Wang2-3/+8
2021-04-23iavf: remove duplicate free resources callsStefan Assmann1-2/+0
2021-04-23i40e: use minimal admin queue for kdumpCoiby Xu2-2/+9
2021-04-23i40e: use minimal Rx and Tx ring buffers for kdumpCoiby Xu1-0/+5
2021-04-23i40e: use minimal Tx and Rx pairs for kdumpCoiby Xu1-0/+9
2021-04-23i40e: refactor repeated link state reporting codeAleksandr Loktionov1-39/+69
2021-04-22iavf: Support for modifying SCTP RSS flow hashingHaiyue Wang3-5/+56
2021-04-22iavf: Support for modifying UDP RSS flow hashingHaiyue Wang3-5/+56
2021-04-22iavf: Support for modifying TCP RSS flow hashingHaiyue Wang5-4/+450
2021-04-22iavf: Add framework to enable ethtool RSS configHaiyue Wang4-0/+214
2021-04-22ice: Support RSS configure removal for AVFQi Zhang3-2/+105
2021-04-22ice: Enable RSS configure for AVFQi Zhang3-0/+462
2021-04-22ice: Add helper function to get the VF's VSIBrett Creeley1-43/+39
2021-04-22ice: remove redundant assignment to pointer vsiColin Ian King1-1/+0
2021-04-22iavf: add support for UDP Segmentation OffloadBrett Creeley3-4/+14
2021-04-22ice: Advertise virtchnl UDP segmentation offload capabilityBrett Creeley1-0/+3
2021-04-22ice: Allow ignoring opcodes on specific VFMichal Swiatkowski5-0/+198
2021-04-22ice: warn about potentially malicious VFsVignesh Sridhar7-4/+605
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+21
2021-04-16igc: Expose LPI countersSasha Neftin1-0/+2
2021-04-16igc: Fix overwrites return valueSasha Neftin1-2/+2
2021-04-16igc: enable auxiliary PHC functions for the i225Ederson de Souza5-3/+405
2021-04-16igc: Enable internal i225 PPSEderson de Souza3-1/+37
2021-04-16igb: Add double-check MTA_REGISTER for i210 and i211Grzegorz Siwik1-0/+27
2021-04-16igb: Redistribute memory for transmit packet buffers when in Qav modeEderson de Souza2-6/+6
2021-04-16i40e: fix the panic when running bpf in xdpdrv modeJason Xing1-0/+6
2021-04-15ice: reduce scope of variablePaul M Stillwell Jr1-1/+2
2021-04-15ice: remove return variablePaul M Stillwell Jr3-8/+6
2021-04-15ice: suppress false cppcheck issuesBruce Allan3-0/+5
2021-04-15ice: Set vsi->vf_id as ICE_INVAL_VFID for non VF VSI typesBrett Creeley1-0/+2
2021-04-15ice: remove unused struct memberJesse Brandeburg2-4/+3
2021-04-15ice: use local for consistencyJesse Brandeburg1-5/+7
2021-04-15ice: print name in /proc/iomemJesse Brandeburg1-1/+1
2021-04-15ice: Reimplement module reads used by ethtoolScott W Taylor1-10/+39
2021-04-15ice: refactor ITR data structuresJesse Brandeburg5-33/+26
2021-04-15ice: manage interrupts during poll exitJesse Brandeburg2-1/+13
2021-04-15ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller7-267/+175
2021-04-15ice: refactor interrupt moderation writesJesse Brandeburg5-104/+112
2021-04-15ice: Add new VSI states to track netdev alloc/registrationAnirudh Venkataramanan3-6/+22
2021-04-15ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan8-187/+187
2021-04-15ice: use kernel definitions for IANA protocol ports and ether-typesBruce Allan4-8/+8
2021-04-14net: ethernet: intel: Fix a typo in the file ixgbe_dcb_nl.cBhaskar Chowdhury1-1/+1
2021-04-14net: intel: Remove unused function pointer typedef ixgbe_mc_addr_itrChen Lin2-7/+0
2021-04-14ixgbe: Support external GBE SerDes PHY BCM54616sJostar Yang2-0/+4
2021-04-13ice: Fix potential infinite loop when using u8 loop counterColin Ian King1-2/+2
2021-04-13ixgbe: fix unbalanced device enable/disable in suspend/resumeYongxin Liu1-0/+5
2021-04-13ixgbe: Fix NULL pointer dereference in ethtool loopback testAlexander Duyck1-1/+8
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-71/+171