Age | Commit message (Expand) | Author |
2024-04-01 | ice: move ice_devlink.[ch] to devlink folder | Michal Swiatkowski |
2024-03-25 | ice: remove switchdev control plane VSI | Michal Swiatkowski |
2023-12-18 | ice: field prep conversion | Jesse Brandeburg |
2023-05-12 | ice: Fix undersized tx_flags variable | Jan Sokolowski |
2023-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-01-27 | ice: Prevent set_channel from changing queues while RDMA active | Dave Ertman |
2023-01-19 | ice: Explicitly return 0 | Tony Nguyen |
2023-01-19 | ice: Handle LLDP MIB Pending change | Anatolii Gerasymenko |
2022-11-23 | ice: Accumulate HW and Netdev statistics over reset | Benjamin Mikailenko |
2022-11-17 | ice: Prevent ADQ, DCB coexistence with Custom Tx scheduler | Michal Wilczynski |
2022-02-09 | ice: Add hot path support for 802.1Q and 802.1ad VLAN offloads | Brett Creeley |
2021-12-14 | ice: Use int for ice_status | Tony Nguyen |
2021-10-20 | ice: Add infrastructure for mqprio support via ndo_setup_tc | Kiran Patil |
2021-10-15 | ice: make use of ice_for_each_* macros | Maciej Fijalkowski |
2021-10-15 | ice: split ice_ring onto Tx/Rx separate structs | Maciej Fijalkowski |
2021-10-07 | ice: add port representor ethtool ops and stats | Wojciech Drewek |
2021-09-28 | ice: Add DSCP support | Dave Ertman |
2021-06-25 | ice: Fix a memory leak in an error handling path in 'ice_pf_dcb_cfg()' | Christophe JAILLET |
2021-05-28 | ice: Implement iidc operations | Dave Ertman |
2021-04-14 | ice: use kernel definitions for IANA protocol ports and ether-types | Bruce Allan |
2021-02-08 | ice: Refactor DCB related variables out of the ice_port_info struct | Chinh T Cao |
2020-07-29 | ice: fix link event handling timing | Dave Ertman |
2020-07-29 | ice: Implement LFC workaround | Dave Ertman |
2020-05-31 | ice: Fix transmit for all software offloaded VLANs | Brett Creeley |
2020-05-21 | ice: Fix check for contiguous TCs | Dave Ertman |
2020-05-21 | ice: Don't reset and rebuild for Tx timeout on PFC enabled queue | Avinash JD |
2020-03-10 | ice: use variable name more descriptive than type | Bruce Allan |
2020-03-10 | ice: Fix corner case when switching from IEEE to CEE | Avinash JD |
2020-03-10 | ice: Cleanup unneeded parenthesis | Jeff Kirsher |
2020-02-19 | ice: Report correct DCB mode | Avinash Dayanand |
2020-02-19 | ice: Validate config for SW DCB map | Avinash Dayanand |
2020-02-12 | ice: Trivial fixes | Tony Nguyen |
2020-02-12 | ice: Make print statements more compact | Anirudh Venkataramanan |
2020-02-12 | ice: Fix DCB rebuild after reset | Dave Ertman |
2020-01-03 | ice: suppress checked_return error | Bruce Allan |
2019-11-22 | ice: Implement ethtool ops for channels | Henry Tieman |
2019-11-22 | ice: Add ice_pf_to_dev(pf) macro | Brett Creeley |
2019-11-22 | ice: Do not use devm* functions for local uses | Tony Nguyen |
2019-11-08 | ice: configure software LLDP in ice_init_pf_dcb | Paul Greenwalt |
2019-11-08 | ice: Implement DCBNL support | Dave Ertman |
2019-11-08 | ice: Add NDO callback to set the maximum per-queue bitrate | Usha Ketineni |
2019-11-08 | ice: Use ice_ena_vsi and ice_dis_vsi in DCB configuration flow | Anirudh Venkataramanan |
2019-11-06 | ice: handle DCBx non-contiguous TC request | Paul Greenwalt |
2019-09-12 | ice: Enable DDP package download | Tony Nguyen |
2019-09-05 | ice: Allow for delayed LLDP MIB change registration | Dave Ertman |
2019-09-05 | ice: Check for DCB capability before initializing DCB | Anirudh Venkataramanan |
2019-09-03 | ice: Remove enable DCB when SW LLDP is activated | Michal Swiatkowski |
2019-09-03 | ice: Correctly handle return values for init DCB | Dave Ertman |
2019-09-03 | ice: Limit Max TCs on devices with more than 4 ports | Usha Ketineni |
2019-08-26 | ice: Fix ethtool port and PFC stats for 4x25G cards | Usha Ketineni |