Age | Commit message (Expand) | Author | Files | Lines |
2018-08-28 | ice: Fix and update driver version string | Anirudh Venkataramanan | 1 | -1/+1 |
2018-08-28 | ice: Introduce SERVICE_DIS flag and service routine functions | Akeem G Abodunrin | 2 | -7/+28 |
2018-08-28 | ice: Enable VSI Rx/Tx pruning only when VLAN 0 is active | Brett Creeley | 1 | -9/+85 |
2018-08-28 | ice: Enable firmware logging during device initialization. | Hieu Tran | 5 | -2/+286 |
2018-08-28 | ice: Implement ice_bridge_getlink and ice_bridge_setlink | Md Fahad Iqbal Polash | 3 | -1/+181 |
2018-08-28 | ice: Add support for Tx hang, Tx timeout and malicious driver detection | Sudheer Mogilappagari | 5 | -0/+331 |
2018-08-28 | ice: Clean up register file | Anirudh Venkataramanan | 1 | -229/+188 |
2018-08-28 | ice: Implement handlers for ethtool PHY/link operations | Chinh Cao | 4 | -53/+891 |
2018-08-28 | ice: Refactor VSI allocation, deletion and rebuild flow | Anirudh Venkataramanan | 7 | -171/+580 |
2018-08-28 | ice: Refactor switch rule management structures and functions | Anirudh Venkataramanan | 5 | -553/+500 |
2018-08-28 | ice: Code optimization for ice_fill_sw_rule() | Zhenning Xiao | 1 | -8/+10 |
2018-08-28 | ice: Prevent control queue operations during reset | Anirudh Venkataramanan | 4 | -5/+34 |
2018-08-28 | ice: Update request resource command to latest specification | Dan Nowlin | 4 | -21/+67 |
2018-08-28 | ice: Updates to Tx scheduler code | Anirudh Venkataramanan | 4 | -114/+61 |
2018-08-28 | ice: Rework flex descriptor programming | Anirudh Venkataramanan | 2 | -34/+92 |
2018-08-23 | ice: Trivial formatting fixes | Anirudh Venkataramanan | 3 | -6/+8 |
2018-08-23 | ice: Change struct members from bool to u8 | Bruce Allan | 4 | -16/+16 |
2018-08-23 | ice: Fix potential return of uninitialized value | Jesse Brandeburg | 1 | -2/+2 |
2018-08-23 | ice: Fix a few null pointer dereference issues | Anirudh Venkataramanan | 2 | -8/+11 |
2018-08-23 | ice: Update to interrupts enabled in OICR | Bruce Allan | 2 | -14/+3 |
2018-08-23 | ice: Set VLAN flags correctly | Brett Creeley | 2 | -25/+30 |
2018-08-23 | ice: Use order_base_2 to calculate higher power of 2 | Jacob Keller | 1 | -5/+2 |
2018-08-23 | ice: Fix bugs in control queue processing | Anirudh Venkataramanan | 2 | -5/+26 |
2018-08-23 | ice: Clean control queues only when they are initialized | Preethi Banala | 1 | -8/+16 |
2018-08-23 | ice: Report stats for allocated queues via ethtool stats | Jacob Keller | 2 | -13/+46 |
2018-08-23 | ice: Cleanup magic number | Anirudh Venkataramanan | 2 | -1/+2 |
2018-08-23 | ice: Remove unnecessary node owner check | Bruce Allan | 1 | -2/+1 |
2018-08-23 | ice: Fix multiple static analyser warnings | Anirudh Venkataramanan | 4 | -24/+25 |
2018-05-17 | ice: Update NVM AQ command functions | Anirudh Venkataramanan | 2 | -9/+11 |
2018-05-11 | ice: Set rq_last_status when cleaning rq | Jeff Shaw | 1 | -1/+1 |
2018-04-24 | ice: Fix insufficient memory issue in ice_aq_manage_mac_read | Md Fahad Iqbal Polash | 1 | -5/+17 |
2018-04-24 | ice: Do not check INTEVENT bit for OICR interrupts | Ben Shelton | 2 | -6/+0 |
2018-04-24 | ice: Fix incorrect comment for action type | Anirudh Venkataramanan | 1 | -1/+1 |
2018-04-24 | ice: Fix initialization for num_nodes_added | Anirudh Venkataramanan | 1 | -2/+2 |
2018-04-06 | ice: Bug fixes in ethtool code | Anirudh Venkataramanan | 1 | -2/+2 |
2018-04-06 | ice: Fix error return code in ice_init_hw() | Wei Yongjun | 1 | -1/+3 |
2018-03-26 | ice: Implement filter sync, NDO operations and bump version | Anirudh Venkataramanan | 9 | -1/+728 |
2018-03-26 | ice: Support link events, reset and rebuild | Anirudh Venkataramanan | 7 | -6/+681 |
2018-03-26 | ice: Update Tx scheduler tree for VSI multi-Tx queue support | Anirudh Venkataramanan | 8 | -3/+1006 |
2018-03-26 | ice: Add stats and ethtool support | Anirudh Venkataramanan | 9 | -5/+1828 |
2018-03-26 | ice: Add support for VLANs and offloads | Anirudh Venkataramanan | 10 | -16/+1631 |
2018-03-26 | ice: Implement transmit and NAPI support | Anirudh Venkataramanan | 5 | -2/+1171 |
2018-03-26 | ice: Configure VSIs for Tx/Rx | Anirudh Venkataramanan | 14 | -6/+2729 |
2018-03-26 | ice: Add support for switch filter programming | Anirudh Venkataramanan | 7 | -2/+1935 |
2018-03-26 | ice: Add support for VSI allocation and deallocation | Anirudh Venkataramanan | 7 | -0/+1548 |
2018-03-26 | ice: Initialize PF and setup miscellaneous interrupt | Anirudh Venkataramanan | 10 | -1/+1025 |
2018-03-26 | ice: Get MAC/PHY/link info and scheduler topology | Anirudh Venkataramanan | 8 | -0/+929 |
2018-03-26 | ice: Get switch config, scheduler config and device capabilities | Anirudh Venkataramanan | 10 | -1/+1082 |
2018-03-26 | ice: Start hardware initialization | Anirudh Venkataramanan | 12 | -1/+854 |
2018-03-26 | ice: Add support for control queues | Anirudh Venkataramanan | 12 | -2/+1458 |