aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2023-03-13ice: remove ice_mbx_deinit_snapshotJacob Keller3-19/+1
2023-03-13ice: move VF overflow message count into struct ice_mbx_vf_infoJacob Keller5-140/+69
2023-03-13ice: track malicious VFs in new ice_mbx_vf_info structureJacob Keller6-53/+53
2023-03-13ice: convert ice_mbx_clear_malvf to void and use WARNJacob Keller4-22/+14
2023-03-13ice: re-order ice_mbx_reset_snapshot functionJacob Keller1-24/+24
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-14/+19
2023-03-08ice: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-07ethernet: ice: avoid gcc-9 integer overflow warningArnd Bergmann1-4/+4
2023-03-07ice: don't ignore return codes in VSI related codeMichal Swiatkowski1-7/+10
2023-03-07ice: Fix DSCP PFC TLV creationDave Ertman1-1/+1
2023-03-03ice: copy last block omitted in ice_get_module_eeprom()Petr Oros1-2/+4
2023-02-26ice: remove unnecessary CONFIG_ICE_GNSSJacob Keller2-3/+3
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-91/+140
2023-02-20ice: properly alloc ICE_VSI_LBMichal Swiatkowski1-0/+1
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-15/+59
2023-02-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski8-11/+109
2023-02-15ice: update xdp_features with xdp multi-buffLorenzo Bianconi1-6/+12
2023-02-14ice: Mention CEE DCBX in code commentZhu Yanjun1-2/+2
2023-02-14ice: Change ice_vsi_realloc_stat_arrays() to voidTony Nguyen1-7/+4
2023-02-14ice: add support BIG TCP on IPv6Pawel Chmielewski3-0/+7
2023-02-14ice/ptp: fix the PTP worker retrying indefinitely if the link went downDaniel Vacek1-2/+6
2023-02-14ice: Add GPIO pin support for E823 productsKarol Kolacinski3-0/+90
2023-02-13ice: fix lost multicast packets in promisc modeJesse Brandeburg1-0/+26
2023-02-13ice: Micro-optimize .ndo_xdp_xmit() pathAlexander Lobakin3-15/+20
2023-02-13ice: Fix freeing XDP frames backed by Page PoolAlexander Lobakin4-11/+43
2023-02-13ice: Robustify cleaning/completing XDP Tx buffersAlexander Lobakin4-36/+63
2023-02-13ice: Remove two impossible branches on XDP Tx cleaningAlexander Lobakin2-8/+2
2023-02-13ice: Fix XDP Tx ring overrunAlexander Lobakin1-7/+12
2023-02-13ice: fix ice_tx_ring:: Xdp_tx_active underflowAlexander Lobakin1-2/+3
2023-02-13ice: Fix check for weight and priority of a scheduling nodeMichal Wilczynski1-2/+2
2023-02-10ice: xsk: Fix cleaning of XDP_TX framesLarysa Zaremba1-6/+9
2023-02-10Daniel Borkmann says:Jakub Kicinski9-416/+634
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-22/+30
2023-02-06ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong1-1/+1
2023-02-06ice: Fix off by one in ice_tc_forward_to_queue()Dan Carpenter1-1/+1
2023-02-06ice: Fix disabling Rx VLAN filtering with port VLAN enabledBrett Creeley1-1/+15
2023-02-06ice: fix out-of-bounds KASAN warning in virtchnlMichal Swiatkowski2-18/+12
2023-02-06ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan1-1/+1
2023-02-06ice: remove unnecessary virtchnl_ether_addr struct useJacob Keller5-35/+35
2023-02-06ice: introduce .irq_close VF operationJacob Keller3-0/+6
2023-02-06ice: introduce clear_reset_state operationJacob Keller4-4/+31
2023-02-06ice: convert vf_ops .vsi_rebuild to .create_vsiJacob Keller3-15/+40
2023-02-06ice: introduce ice_vf_init_host_cfg functionJacob Keller3-34/+57
2023-02-06ice: add a function to initialize vf entryJacob Keller3-14/+29
2023-02-06ice: Pull common tasks into ice_vf_post_vsi_rebuildJacob Keller2-4/+17
2023-02-06ice: move ice_vf_vsi_release into ice_vf_lib.cJacob Keller3-15/+19
2023-02-06ice: move vsi_type assignment from ice_vsi_alloc to ice_vsi_cfgJacob Keller1-25/+26
2023-02-06ice: refactor VSI setup to use parameter structureJacob Keller6-63/+147
2023-02-06ice: drop unnecessary VF parameter from several VSI functionsJacob Keller1-13/+8
2023-02-06ice: fix function comment referring to ice_vsi_allocJacob Keller1-1/+1