summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2020-05-23ice: check for compatibility between DDP package and firmwareVictor Raj6-30/+102
2020-05-23ice: Check if unicast MAC exists before setting VF MACBrett Creeley1-0/+43
2020-05-23ice: Fix Tx timeout when link is toggled on a VF's interfaceBrett Creeley1-0/+48
2020-05-23ice: print Rx MDD auto reset message before VF resetPaul Greenwalt3-7/+27
2020-05-23ice: Call ice_aq_set_mac_cfgAnirudh Venkataramanan5-0/+103
2020-05-23ice: Implement aRFSBrett Creeley7-12/+805
2020-05-23ice: Restore filters following resetHenry Tieman4-6/+109
2020-05-23ice: Enable flex-bytes supportHenry Tieman6-2/+265
2020-05-23ice: Support IPv6 Flow Director filtersHenry Tieman5-81/+642
2020-05-23ice: Support IPv4 Flow Director filtersHenry Tieman12-0/+1493
2020-05-23ice: Support displaying ntuple rulesHenry Tieman8-0/+280
2020-05-23ice: Initialize Flow Director resourcesHenry Tieman22-38/+1553
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-360/+55
2020-05-22ice: Rename build_ctob to ice_build_ctobTony Nguyen4-10/+11
2020-05-22ice: remove unnecessary backslashBruce Allan1-1/+1
2020-05-22ice: remove unnecessary checkBruce Allan1-1/+1
2020-05-22ice: remove unnecessary expression that is always trueBruce Allan1-1/+2
2020-05-22ice: Fix check for removing/adding mac filtersLihong Yang1-5/+10
2020-05-22ice: refactor filter functionsMichal Swiatkowski8-264/+494
2020-05-22ice: Fix resource leak on early exit from functionEric Joyner1-1/+3
2020-05-22ice: cleanup vf_id signednessJesse Brandeburg3-10/+11
2020-05-22ice: Fix casting issuesKarol Kolacinski13-64/+74
2020-05-22ice: Provide more meaningful error messageLihong Yang6-113/+247
2020-05-22ice: Fix probe/open race conditionAnirudh Venkataramanan1-10/+14
2020-05-22ice: only drop link once when setting pauseparamsDave Ertman1-12/+0
2020-05-22ice: Fix check for contiguous TCsDave Ertman1-7/+12
2020-05-22ice: Don't reset and rebuild for Tx timeout on PFC enabled queueAvinash JD5-0/+94
2020-05-22ice: Add VF promiscuous supportBrett Creeley4-2/+223
2020-05-22ice: Add support for tunnel offloadsTony Nguyen14-14/+867
2020-05-22ice: report netlist version in .info_getJacob Keller4-0/+147
2020-05-22ice, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel4-359/+54
2020-05-22xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson1-1/+1
2020-05-15xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer1-0/+2
2020-05-15ice: Add XDP frame size to driverJesper Dangaard Brouer1-9/+25
2020-05-01ice: Fix error return code in ice_add_prof()Wei Yongjun1-1/+3
2020-04-04Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan1-2/+2
2020-03-27ice: add a devlink region for dumping NVM contentsJacob Keller4-0/+105
2020-03-21ice: add board identifier info to devlink .info_getJacob Keller6-70/+146
2020-03-21ice: add basic handler for devlink .info_getJacob Keller1-0/+189
2020-03-21ice: enable initial devlink supportJacob Keller5-4/+165
2020-03-21ice: implement full NVM read from ETHTOOL_GEEPROMJesse Brandeburg4-164/+26
2020-03-21ice: discover and store size of available flashJacob Keller3-2/+63
2020-03-21ice: store NVM version info in extracted formatJacob Keller5-75/+88
2020-03-21ice: create function to read a section of the NVM and Shadow RAMJacob Keller3-7/+85
2020-03-21ice: use __le16 types for explicitly Little Endian valuesJacob Keller1-5/+7
2020-03-10ice: fix incorrect size description of ice_get_nvm_versionJacob Keller1-2/+2
2020-03-10ice: use variable name more descriptive than typeBruce Allan5-36/+36
2020-03-10ice: Use EOPNOTSUPP instead of ENOTSUPPAnirudh Venkataramanan2-3/+3
2020-03-10ice: Fix format specifierTony Nguyen1-2/+2