summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* ice: Add support for VF reset eventsAnirudh Venkataramanan2018-10-031-0/+15
* ice: Add handler to configure SR-IOVAnirudh Venkataramanan2018-10-031-1/+5
* ice: Add support to detect SR-IOV capability and mailbox queuesAnirudh Venkataramanan2018-10-031-0/+47
* ice: Fix error on driver removeDave Ertman2018-10-021-0/+6
* ice: Add support for dynamic interrupt moderationBrett Creeley2018-10-021-1/+1
* ice: Align ice_reset_req enum values to hardware reset valuesBrett Creeley2018-10-021-1/+4
* ice: Implement ethtool hook for RSS switchMd Fahad Iqbal Polash2018-10-021-0/+6
* ice: Split irq_tracker into sw_irq_tracker and hw_irq_trackerPreethi Banala2018-10-021-35/+81
* ice: Check for actual link state of port after resetDave Ertman2018-10-021-0/+4
* ice: Implement VSI replay frameworkAnirudh Venkataramanan2018-10-021-3/+41
* ice: Expand use of VSI handles part 2/2Anirudh Venkataramanan2018-10-021-11/+11
* ice: Expand use of VSI handles part 1/2Anirudh Venkataramanan2018-10-021-2/+2
* ice: Change pf state behavior to protect reset pathDave Ertman2018-10-011-23/+21
* ice: Move common functions out of ice_main.c part 7/7Anirudh Venkataramanan2018-10-011-252/+0
* ice: Move common functions out of ice_main.c part 6/7Anirudh Venkataramanan2018-10-011-444/+48
* ice: Move common functions out of ice_main.c part 5/7Anirudh Venkataramanan2018-10-011-132/+0
* ice: Move common functions out of ice_main.c part 4/7Anirudh Venkataramanan2018-10-011-417/+1
* ice: Move common functions out of ice_main.c part 3/7Anirudh Venkataramanan2018-10-011-386/+0
* ice: Move common functions out of ice_main.c part 2/7Anirudh Venkataramanan2018-10-011-519/+22
* ice: Move common functions out of ice_main.c part 1/7Anirudh Venkataramanan2018-10-011-315/+1
* ice: update branding strings and supported device idsBruce Allan2018-09-281-2/+0
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-27/+0
|\
| * ice: remove ndo_poll_controllerEric Dumazet2018-09-231-27/+0
* | intel-ethernet: use correct module licenseJesse Brandeburg2018-09-181-1/+1
* | ice: Fix and update driver version stringAnirudh Venkataramanan2018-08-281-1/+1
* | ice: Introduce SERVICE_DIS flag and service routine functionsAkeem G Abodunrin2018-08-281-7/+27
* | ice: Enable VSI Rx/Tx pruning only when VLAN 0 is activeBrett Creeley2018-08-281-9/+85
* | ice: Enable firmware logging during device initialization.Hieu Tran2018-08-281-0/+3
* | ice: Implement ice_bridge_getlink and ice_bridge_setlinkMd Fahad Iqbal Polash2018-08-281-1/+139
* | ice: Add support for Tx hang, Tx timeout and malicious driver detectionSudheer Mogilappagari2018-08-281-0/+286
* | ice: Refactor VSI allocation, deletion and rebuild flowAnirudh Venkataramanan2018-08-281-138/+233
* | ice: Prevent control queue operations during resetAnirudh Venkataramanan2018-08-281-5/+29
|/
* ice: Trivial formatting fixesAnirudh Venkataramanan2018-08-231-3/+3
* ice: Fix potential return of uninitialized valueJesse Brandeburg2018-08-231-2/+2
* ice: Fix a few null pointer dereference issuesAnirudh Venkataramanan2018-08-231-7/+10
* ice: Update to interrupts enabled in OICRBruce Allan2018-08-231-6/+3
* ice: Set VLAN flags correctlyBrett Creeley2018-08-231-13/+18
* ice: Use order_base_2 to calculate higher power of 2Jacob Keller2018-08-231-5/+2
* ice: Fix bugs in control queue processingAnirudh Venkataramanan2018-08-231-4/+22
* ice: Cleanup magic numberAnirudh Venkataramanan2018-08-231-1/+1
* ice: Fix multiple static analyser warningsAnirudh Venkataramanan2018-08-231-11/+8
* ice: Do not check INTEVENT bit for OICR interruptsBen Shelton2018-04-241-4/+0
* ice: Implement filter sync, NDO operations and bump versionAnirudh Venkataramanan2018-03-261-1/+566
* ice: Support link events, reset and rebuildAnirudh Venkataramanan2018-03-261-6/+575
* ice: Update Tx scheduler tree for VSI multi-Tx queue supportAnirudh Venkataramanan2018-03-261-3/+17
* ice: Add stats and ethtool supportAnirudh Venkataramanan2018-03-261-3/+466
* ice: Add support for VLANs and offloadsAnirudh Venkataramanan2018-03-261-13/+588
* ice: Implement transmit and NAPI supportAnirudh Venkataramanan2018-03-261-0/+55
* ice: Configure VSIs for Tx/RxAnirudh Venkataramanan2018-03-261-2/+1138
* ice: Add support for switch filter programmingAnirudh Venkataramanan2018-03-261-0/+92
OpenPOWER on IntegriCloud