summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan2019-04-181-37/+37
* ice: Fix typos in code commentsAnirudh Venkataramanan2019-04-181-1/+1
* ice: Add missing case in print_link_msg for printing flow controlBrett Creeley2019-03-261-0/+3
* ice: Do not bail out when filter already existsPreethi Banala2019-03-261-1/+5
* ice: Implement pci_error_handler opsBrett Creeley2019-03-261-0/+151
* ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_resetBrett Creeley2019-03-261-2/+5
* ice: Prevent unintended multiple chain resetsDave Ertman2019-03-251-2/+8
* ice: Enable link events over the ARQBrett Creeley2019-03-251-3/+65
* ice: use irq_num var in ice_vsi_req_irq_msixAlan Brady2019-03-251-4/+3
* ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin2019-03-221-11/+80
* ice: fix some function prototype and signature style issuesBruce Allan2019-03-221-15/+19
* ice: fix static analysis warningsBruce Allan2019-03-221-1/+1
* ice: Implement flow to reset VFs with PFR and other resetsAkeem G Abodunrin2019-03-191-6/+2
* ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley2019-03-191-18/+0
* ice: use ice_for_each_vsi macro when possibleBrett Creeley2019-03-191-6/+6
* ice: avoid multiple unnecessary de-references in probeBruce Allan2019-03-191-18/+15
* ice: don't spam VFs with link messagesMitch Williams2019-02-251-1/+2
* ice: fix issue where host reboots on unload when iommu=onBrett Creeley2019-02-251-17/+54
* ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan2019-02-251-9/+18
* ice: sizeof(<type>) should be avoidedBruce Allan2019-02-251-12/+11
* ice: Mark extack argument as __always_unusedBruce Allan2019-02-251-4/+5
* net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-171-1/+2
* ice: Offload SCTP checksumAnirudh Venkataramanan2019-01-151-0/+1
* ice: Add support for adaptive interrupt moderationBrett Creeley2019-01-151-4/+19
* ice: Rework queue management code for reuseAnirudh Venkataramanan2019-01-151-2/+4
* ice: Add ethtool private flag to make forcing link down optionalBruce Allan2019-01-151-6/+8
* ice: Set physical link up/down when an interface is set up/downBrett Creeley2019-01-151-3/+94
* ice: Fix unused variable build warningBruce Allan2019-01-151-1/+2
* ice: Do not enable NAPI on q_vectors that have no ringsYoung Xiao2018-12-201-4/+12
* net: ndo_bridge_setlink: Add extackPetr Machata2018-12-121-1/+2
* ice: Use Tx|Rx in commentsAnirudh Venkataramanan2018-11-201-1/+1
* ice: Cosmetic formatting changesAnirudh Venkataramanan2018-11-201-7/+7
* ice: Cleanup ice_tx_timeout()Bruce Allan2018-11-201-13/+9
* ice: Fix to make VLAN priority tagged traffic to appear on all TCsUsha Ketineni2018-11-131-1/+3
* ice: Avoid nested RTNL locking in ice_dis_vsiDave Ertman2018-11-131-5/+10
* ice: Calculate guaranteed VSIs per function and use itAnirudh Venkataramanan2018-11-131-2/+1
* ice: Fix debug print in ice_tx_timeoutBrett Creeley2018-11-131-6/+9
* ice: Fix tx_timeout in PF driverBrett Creeley2018-11-061-0/+18
* ice: Fix napi delete calls for removeDave Ertman2018-11-061-1/+1
* ice: Remove duplicate addition of VLANs in replay pathAnirudh Venkataramanan2018-11-061-36/+6
* ice: Check for reset in progress during removeAnirudh Venkataramanan2018-11-061-0/+6
* ice: Set carrier state and start/stop queues in rebuildAnirudh Venkataramanan2018-11-061-1/+17
* ice: Poll for link status changeAnirudh Venkataramanan2018-10-241-86/+24
* ice: Change device ID define names to align with branding stringAnirudh Venkataramanan2018-10-241-3/+3
* ice: Update version stringAnirudh Venkataramanan2018-10-031-1/+1
* ice: Use the right function to enable/disable VSIDave Ertman2018-10-031-9/+14
* ice: Extend malicious operations detection logicAnirudh Venkataramanan2018-10-031-0/+46
* ice: Notify VF of link status changeAnirudh Venkataramanan2018-10-031-0/+2
* ice: Implement virtchnl commands for AVF supportAnirudh Venkataramanan2018-10-031-0/+3
* ice: Add handlers for VF netdevice operationsAnirudh Venkataramanan2018-10-031-0/+6
OpenPOWER on IntegriCloud