summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2023-04-13ice: Reset FDIR counter in FDIR init stageLingyu Liu1-0/+16
2023-04-13ice: fix wrong fallback logic for FDIRSimei Su1-3/+4
2023-04-06ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()Jakob Koschel1-3/+5
2023-04-06ice: add profile conflict check for AVF FDIRJunfeng Guo1-0/+73
2023-04-06ice: Fix ice_cfg_rdma_fltr() to only update relevant fieldsBrett Creeley1-4/+22
2023-03-30ice: check if VF exists before mode checkMichal Swiatkowski1-4/+4
2023-03-22ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman2-20/+13
2023-03-22ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski1-3/+2
2023-03-17ethernet: ice: avoid gcc-9 integer overflow warningArnd Bergmann1-4/+4
2023-03-17ice: Fix DSCP PFC TLV creationDave Ertman1-1/+1
2023-03-17ice: copy last block omitted in ice_get_module_eeprom()Petr Oros1-2/+4
2023-03-10ice: add missing checks for PF vsi typeJesse Brandeburg1-9/+8
2023-03-10ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPBSiddaraju DH1-1/+1
2023-02-22ice: xsk: Fix cleaning of XDP_TX framesLarysa Zaremba1-6/+9
2023-02-22ice: fix lost multicast packets in promisc modeJesse Brandeburg1-0/+26
2023-02-14ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong1-1/+1
2023-02-14ice: Fix disabling Rx VLAN filtering with port VLAN enabledBrett Creeley1-1/+15
2023-02-14ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan1-1/+1
2023-02-09ice: Prevent set_channel from changing queues while RDMA activeDave Ertman5-19/+43
2023-01-18ice: Add check for kzallocJiasheng Jiang1-9/+14
2023-01-18ice: Fix potential memory leak in ice_gnss_tty_write()Yuan Can1-0/+1
2023-01-12ice: xsk: do not use xdp_return_frame() on tx_buf->raw_bufMaciej Fijalkowski1-1/+1
2022-12-31ice: synchronize the misc IRQ when tearing down Tx trackerJacob Keller1-4/+6
2022-11-22ice: fix handling of burst Tx timestampsJacob Keller2-16/+16
2022-11-10ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski4-2/+31
2022-09-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-58/+93
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-101/+71
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski3-5/+4
2022-09-28ice: Add support for VLAN priority filters in switchdevMartyna Szapar-Mudlaw2-17/+60
2022-09-28ice: support features on new E810T variantsArkadiusz Kubalewski2-2/+21
2022-09-28ice: Merge pin initialization of E810 and E810T adaptersArkadiusz Kubalewski2-39/+12
2022-09-27ice: xsk: drop power of 2 ring size restriction for AF_XDPMaciej Fijalkowski1-13/+7
2022-09-27ice: xsk: change batched Tx descriptor cleaningMaciej Fijalkowski3-88/+64
2022-09-27ice: reorder PF/representor devlink port register/unregister flowsJiri Pirko3-10/+10
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-28/+44
2022-09-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-9/+14
2022-09-22ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficientLarysa Zaremba1-1/+4
2022-09-21ice: Add low latency Tx timestamp readKarol Kolacinski7-45/+154
2022-09-20ice: Fix interface being down after reset with link-down-on-close flag onMateusz Palczewski1-9/+12
2022-09-20ice: config netdev tc before setting queues numberMichal Swiatkowski1-0/+2
2022-09-20ice: Add L2TPv3 hardware offload supportMarcin Szycik4-2/+109
2022-09-08ice: Fix crash by keep old cfg when update TCs more than queuesDing Hui1-16/+26
2022-09-08ice: Don't double unplug aux on peer initiated resetDave Ertman1-2/+0
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-18/+80
2022-09-06ice: Simplify memory allocation in ice_sched_init_port()Christophe JAILLET1-2/+2
2022-09-06ice: switch: Simplify memory allocationChristophe JAILLET1-4/+2
2022-09-06ice: add helper function to check FW API versionPaul Greenwalt1-28/+29
2022-09-06ice: Check if reset in progress while waiting for offsetsMichal Michalik1-0/+3
2022-09-06ice: Allow operation with reduced device MSI-XTony Nguyen1-85/+100
2022-09-02ice: use bitmap_free instead of devm_kfreeMichal Swiatkowski1-1/+1