summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2023-02-26ice: remove unnecessary CONFIG_ICE_GNSSJacob Keller2-3/+3
2023-02-21Merge 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-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski8-11/+109
2023-02-16ice: update xdp_features with xdp multi-buffLorenzo Bianconi1-6/+12
2023-02-15ice: Mention CEE DCBX in code commentZhu Yanjun1-2/+2
2023-02-15ice: Change ice_vsi_realloc_stat_arrays() to voidTony Nguyen1-7/+4
2023-02-15ice: add support BIG TCP on IPv6Pawel Chmielewski3-0/+7
2023-02-15ice/ptp: fix the PTP worker retrying indefinitely if the link went downDaniel Vacek1-2/+6
2023-02-15ice: 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-11ice: xsk: Fix cleaning of XDP_TX framesLarysa Zaremba1-6/+9
2023-02-11Daniel 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-07ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong1-1/+1
2023-02-07ice: Fix off by one in ice_tc_forward_to_queue()Dan Carpenter1-1/+1
2023-02-07ice: Fix disabling Rx VLAN filtering with port VLAN enabledBrett Creeley1-1/+15
2023-02-07ice: fix out-of-bounds KASAN warning in virtchnlMichal Swiatkowski2-18/+12
2023-02-07ice: 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
2023-02-06ice: Add more usage of existing function ice_get_vf_vsi(vf)Brett Creeley1-4/+4
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean1-0/+1
2023-02-03ice: implement devlink reinit actionMichal Swiatkowski1-22/+81
2023-02-03ice: update VSI instead of init in some caseMichal Swiatkowski3-9/+13
2023-02-03ice: move VSI delete outside deconfigMichal Swiatkowski3-20/+14
2023-02-03ice: sync netdev filters after clearing VSIMichal Swiatkowski1-0/+5
2023-02-03ice: split probe into smaller functionsMichal Swiatkowski3-375/+546
2023-02-03ice: stop hard coding the ICE_VSI_CTRL locationJacob Keller1-19/+15
2023-02-03ice: split ice_vsi_setup into smaller functionsMichal Swiatkowski4-483/+414
2023-02-03ice: cleanup in VSI config/deconfig codeMichal Swiatkowski5-44/+26
2023-02-03ice: alloc id for RDMA using xa_arrayMichal Swiatkowski1-5/+6