Age | Commit message (Expand) | Author |
2023-11-23 | ice: restore timestamp configuration after device reset | Jacob Keller |
2023-10-26 | ice: Hook up 4 E830 devices by adding their IDs | Pawel Chmielewski |
2023-10-26 | ice: Remove redundant zeroing of the fields. | Pawel Chmielewski |
2023-10-26 | ice: Add E830 device IDs, MAC type and registers | Paul Greenwalt |
2023-10-20 | ice: set MSI-X vector count on VF | Michal Swiatkowski |
2023-10-20 | ice: store VF's pci_dev ptr in ice_vf | Przemek Kitszel |
2023-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-10-18 | ice: Refactor finding advertised link speed | Pawel Chmielewski |
2023-10-13 | ice: Fix safe mode when DDP is missing | Mateusz Pacuszka |
2023-10-13 | ice: reset first in crash dump kernels | Jesse Brandeburg |
2023-09-20 | ice: Auxbus devices & driver for E822 TS | Michal Michalik |
2023-09-18 | ice: introduce ice_pf_src_tmr_owned | Jacob Keller |
2023-09-17 | ice: implement dpll interface to control cgu | Arkadiusz Kubalewski |
2023-08-18 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | Jakub Kicinski |
2023-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-17 | ice: split ice_aq_wait_for_event() func into two | Przemek Kitszel |
2023-08-17 | ice: embed &ice_rq_event_info event into struct ice_aq_task | Przemek Kitszel |
2023-08-17 | ice: ice_aq_check_events: fix off-by-one check when filling buffer | Przemek Kitszel |
2023-08-17 | ice: Block switchdev mode when ADQ is active and vice versa | Marcin Szycik |
2023-08-07 | ice: add FW load wait | Jan Sokolowski |
2023-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-07-31 | ice: Fix RDMA VSI removal during queue rebuild | Rafal Rogalski |
2023-07-27 | ice: update reset path for SRIOV LAG support | Dave Ertman |
2023-07-27 | ice: Add driver support for firmware changes for LAG | Dave Ertman |
2023-07-24 | ice: Implement basic eswitch bridge setup | Wojciech Drewek |
2023-07-24 | ice: Prohibit rx mode change in switchdev mode | Wojciech Drewek |
2023-07-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-07-19 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-07-19 | ice: xsk: Tx multi-buffer support | Maciej Fijalkowski |
2023-07-18 | ice: remove unnecessary (void*) conversions | Wu Yunchuan |
2023-07-14 | ice: prevent NULL pointer deref during reload | Michal Swiatkowski |
2023-07-05 | ice: Fix tx queue rate limit when TCs are configured | Sridhar Samudrala |
2023-07-05 | ice: Fix max_rate check while configuring TX rate limits | Sridhar Samudrala |
2023-06-22 | ice: use ice_down_up() where applicable | Maciej Fijalkowski |
2023-06-22 | ice: allow hot-swapping XDP programs | Maciej Fijalkowski |
2023-06-15 | ice: remove unnecessary check for old MAC == new MAC | Piotr Gardocki |
2023-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-14 | ice: Fix ice module unload | Jakub Buchocki |
2023-06-08 | ice: do not re-enable miscellaneous interrupt until thread_fn completes | Jacob Keller |
2023-06-08 | ice: trigger PFINT_OICR_TSYN_TX interrupt instead of polling | Jacob Keller |
2023-06-08 | ice: Fix XDP memory leak when NIC is brought up and down | Kamil Maziarz |
2023-06-08 | ice: introduce ICE_TX_TSTAMP_WORK enumeration | Jacob Keller |
2023-06-08 | ice: always return IRQ_WAKE_THREAD in ice_misc_intr() | Karol Kolacinski |
2023-06-08 | ice: handle extts in the miscellaneous interrupt thread | Karol Kolacinski |
2023-05-16 | ice: add dynamic interrupt allocation | Piotr Raczynski |
2023-05-16 | ice: add individual interrupt allocation | Piotr Raczynski |
2023-05-16 | ice: use preferred MSIX allocation api | Piotr Raczynski |
2023-05-16 | ice: use pci_irq_vector helper function | Piotr Raczynski |
2023-05-16 | ice: move interrupt related code to separate file | Piotr Raczynski |
2023-03-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |