Age | Commit message (Expand) | Author | Files | Lines |
2024-05-06 | ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsi | Mateusz Polchlopek | 1 | -38/+1 |
2024-03-04 | ice: do not disable Tx queues twice in ice_down() | Maciej Fijalkowski | 1 | -2/+0 |
2024-02-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+8 |
2024-02-20 | ice: Fix ASSERT_RTNL() warning during certain scenarios | Amritha Nambiar | 1 | -2/+8 |
2024-02-02 | ice: make ice_vsi_cfg_txq() static | Maciej Fijalkowski | 1 | -6/+0 |
2024-02-02 | ice: make ice_vsi_cfg_rxq() static | Maciej Fijalkowski | 1 | -4/+0 |
2023-12-04 | ice: Add support in the driver for associating queue with napi | Amritha Nambiar | 1 | -0/+4 |
2023-08-17 | ice: refactor ice_lib to make functions static | Jan Sokolowski | 1 | -3/+0 |
2023-08-17 | ice: remove unused methods | Jan Sokolowski | 1 | -2/+0 |
2023-07-27 | ice: Add driver support for firmware changes for LAG | Dave Ertman | 1 | -0/+1 |
2023-07-24 | ice: Unset src prune on uplink VSI | Wojciech Drewek | 1 | -0/+1 |
2023-05-16 | ice: track interrupt vectors with xarray | Piotr Raczynski | 1 | -5/+0 |
2023-05-16 | ice: add individual interrupt allocation | Piotr Raczynski | 1 | -2/+2 |
2023-02-06 | ice: refactor VSI setup to use parameter structure | Jacob Keller | 1 | -8/+44 |
2023-02-03 | ice: update VSI instead of init in some case | Michal Swiatkowski | 1 | -2/+2 |
2023-02-03 | ice: move VSI delete outside deconfig | Michal Swiatkowski | 1 | -1/+0 |
2023-02-03 | ice: split ice_vsi_setup into smaller functions | Michal Swiatkowski | 1 | -1/+6 |
2023-02-03 | ice: cleanup in VSI config/deconfig code | Michal Swiatkowski | 1 | -1/+1 |
2022-11-09 | ice: Fix spurious interrupt during removal of trusted VF | Norbert Zulinski | 1 | -0/+1 |
2022-08-18 | ice: Implement control of FCS/CRC stripping | Jesse Brandeburg | 1 | -0/+2 |
2022-07-28 | ice: Introduce enabling promiscuous mode on multiple VF's | Michal Wilczynski | 1 | -7/+4 |
2022-03-03 | ice: store VF pointer instead of VF ID | Jacob Keller | 1 | -1/+2 |
2022-02-14 | ice: Simplify tracking status of RDMA support | Dave Ertman | 1 | -1/+1 |
2022-02-09 | ice: Add outer_vlan_ops and VSI specific VLAN ops implementations | Brett Creeley | 1 | -0/+3 |
2022-02-09 | ice: Introduce ice_vlan struct | Brett Creeley | 1 | -0/+1 |
2022-02-09 | ice: Add new VSI VLAN ops | Brett Creeley | 1 | -11/+0 |
2022-02-09 | ice: Add helper function for adding VLAN 0 | Brett Creeley | 1 | -1/+1 |
2021-12-14 | ice: Cleanup after ice_status removal | Tony Nguyen | 1 | -2/+1 |
2021-12-14 | ice: Remove enum ice_status | Tony Nguyen | 1 | -3/+0 |
2021-12-14 | ice: Use int for ice_status | Tony Nguyen | 1 | -1/+1 |
2021-10-29 | ice: Remove boolean vlan_promisc flag from function | Brett Creeley | 1 | -1/+1 |
2021-10-20 | ice: enable ndo_setup_tc support for mqprio_qdisc | Kiran Patil | 1 | -0/+1 |
2021-10-20 | ice: Add infrastructure for mqprio support via ndo_setup_tc | Kiran Patil | 1 | -3/+8 |
2021-10-19 | ice: update dim usage and moderation | Jesse Brandeburg | 1 | -0/+1 |
2021-10-19 | ice: Add support for VF rate limiting | Brett Creeley | 1 | -1/+3 |
2021-10-15 | ice: split ice_ring onto Tx/Rx separate structs | Maciej Fijalkowski | 1 | -3/+3 |
2021-10-14 | ice: Implement support for SMA and U.FL on E810-T | Maciej Machnikowski | 1 | -0/+1 |
2021-10-07 | ice: manage VSI antispoof and destination override | Michal Swiatkowski | 1 | -0/+12 |
2021-09-28 | ice: Add feature bitmap, helpers and a check for DSCP | Anirudh Venkataramanan | 1 | -0/+2 |
2021-06-11 | ice: enable receive hardware timestamping | Jacob Keller | 1 | -1/+2 |
2021-06-07 | ice: wait for reset before reporting devlink info | Jacob Keller | 1 | -0/+1 |
2021-06-07 | ice: Refactor VIRTCHNL_OP_CONFIG_VSI_QUEUES handling | Brett Creeley | 1 | -0/+4 |
2021-05-28 | ice: Initialize RDMA support | Dave Ertman | 1 | -1/+1 |
2021-04-14 | ice: remove return variable | Paul M Stillwell Jr | 1 | -1/+1 |
2021-04-14 | ice: refactor interrupt moderation writes | Jesse Brandeburg | 1 | -1/+2 |
2021-04-07 | ice: Ignore EMODE return for opcode 0x0605 | Anirudh Venkataramanan | 1 | -0/+2 |
2020-09-25 | ice: fix memory leak if register_netdev_fails | Jacob Keller | 1 | -6/+0 |
2020-07-23 | ice: Add advanced power mgmt for WoL | Akeem G Abodunrin | 1 | -0/+2 |
2020-05-31 | ice: Always clear QRXFLXP_CNTXT before writing new value | Brett Creeley | 1 | -0/+3 |
2020-05-22 | ice: Initialize Flow Director resources | Henry Tieman | 1 | -0/+2 |