aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22ice: Implement ethtool ops for channelsHenry Tieman1-0/+4
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley1-0/+2
2019-11-08ice: Implement DCBNL supportDave Ertman1-0/+2
2019-11-08ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flowAnirudh Venkataramanan1-4/+0
2019-11-04ice: introduce legacy Rx flagMaciej Fijalkowski1-0/+1
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak1-0/+26
2019-11-04ice: Add support for XDPMaciej Fijalkowski1-2/+22
2019-11-04ice: Introduce ice_base.cAnirudh Venkataramanan1-0/+8
2019-09-12ice: Enable DDP package downloadTony Nguyen1-0/+14
2019-09-12ice: Fix FW version formatting in dmesgLukasz Czapnik1-1/+0
2019-09-12ice: send driver version to firmwarePaul M Stillwell Jr1-0/+1
2019-09-05ice: change default number of receive descriptorsJesse Brandeburg1-17/+2
2019-09-05ice: Minor refactor in queue managementAnirudh Venkataramanan1-2/+2
2019-09-05ice: change work limit to a constantJesse Brandeburg1-3/+0
2019-09-05ice: Add ice_get_main_vsi to get PF/main VSIAnirudh Venkataramanan1-13/+7
2019-08-26ice: Alloc queue management bitmaps and arrays dynamicallyAnirudh Venkataramanan1-6/+6
2019-08-23ice: update ethtool stats on-demandBruce Allan1-0/+2
2019-08-23ice: Rename ethtool private flag for lldpDave Ertman1-1/+1
2019-08-20ice: Move VF resources definition to SR-IOV specific fileAkeem G Abodunrin1-10/+0
2019-08-20ice: Increase size of Mailbox receive queue for many VFsBrett Creeley1-1/+2
2019-08-20ice: Restructure VFs initialization flowsAkeem G Abodunrin1-0/+1
2019-07-31ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley1-1/+0
2019-07-31ice: Do not configure port with no mediaTony Nguyen1-0/+1
2019-05-30ice: Change minimum descriptor count value for Tx/Rx ringsPreethi Banala1-1/+1
2019-05-29ice: Refactor interrupt trackingBrett Creeley1-11/+10
2019-05-29ice: Add handler for ethtool selftestAnirudh Venkataramanan1-0/+8
2019-05-29ice: Set minimum default Rx descriptor count to 512Brett Creeley1-6/+13
2019-05-23ice: Fix couple of issues in ice_vsi_releaseBrett Creeley1-1/+0
2019-05-23ice: Use bitfields when possibleJesse Brandeburg1-5/+5
2019-05-23ice: Implement LLDP persistenceAnirudh Venkataramanan1-1/+1
2019-05-04ice: Add function to program ethertype based filter rule on VSIsAkeem G Abodunrin1-0/+2
2019-05-04ice: Add more validation in ice_vc_cfg_irq_map_msgMichal Swiatkowski1-0/+2
2019-05-02ice: Refactor link event flowBrett Creeley1-0/+20
2019-05-02ice: Add reg_idx variable in ice_q_vector structureBrett Creeley1-1/+2
2019-04-18ice: Add code to control FW LLDP and DCBXAnirudh Venkataramanan1-0/+2
2019-04-18ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan1-6/+7
2019-04-18ice: Add code for DCB initialization part 1/4Anirudh Venkataramanan1-0/+3
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan1-5/+5
2019-04-18ice: Fix typos in code commentsAnirudh Venkataramanan1-1/+1
2019-03-26ice: Audit hotpath structures with paholeBrett Creeley1-8/+13
2019-03-26ice: Fix for adaptive interrupt moderationAnirudh Venkataramanan1-0/+1
2019-03-22ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin1-0/+18
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan1-2/+3
2019-03-19ice: Determine descriptor count and ring size based on PAGE_SIZEBrett Creeley1-2/+14
2019-02-25ice: Fix the calculation of ICE_MAX_MTUMaciej Fijalkowski1-1/+1
2019-01-15ice: Offload SCTP checksumAnirudh Venkataramanan1-0/+1
2019-01-15ice: Implement getting and setting ethtool coalesceBrett Creeley1-0/+3
2019-01-15ice: Rework queue management code for reuseAnirudh Venkataramanan1-0/+11
2019-01-15ice: Add ethtool private flag to make forcing link down optionalBruce Allan1-0/+1
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan1-10/+10