summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2023-03-21ice: remove filters only if VSI is deletedMichal Swiatkowski1-1/+7
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+8
2023-03-15ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman1-11/+8
2023-03-13ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg()Jacob Keller1-2/+1
2023-03-13ice: pass mbxdata to ice_is_malicious_vf()Jacob Keller1-1/+9
2023-03-13ice: initialize mailbox snapshot earlier in PF initJacob Keller1-0/+1
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+26
2023-02-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-0/+2
2023-02-16ice: update xdp_features with xdp multi-buffLorenzo Bianconi1-6/+12
2023-02-15ice: add support BIG TCP on IPv6Pawel Chmielewski1-0/+2
2023-02-13ice: fix lost multicast packets in promisc modeJesse Brandeburg1-0/+26
2023-02-11Daniel Borkmann says:Jakub Kicinski1-19/+33
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-02-07ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan1-1/+1
2023-02-06ice: introduce clear_reset_state operationJacob Keller1-1/+1
2023-02-06ice: refactor VSI setup to use parameter structureJacob Keller1-5/+35
2023-02-03ice: update VSI instead of init in some caseMichal Swiatkowski1-1/+1
2023-02-03ice: move VSI delete outside deconfigMichal Swiatkowski1-4/+1
2023-02-03ice: split probe into smaller functionsMichal Swiatkowski1-368/+540
2023-02-03ice: split ice_vsi_setup into smaller functionsMichal Swiatkowski1-6/+6
2023-02-03ice: cleanup in VSI config/deconfig codeMichal Swiatkowski1-6/+6
2023-02-03ice: move RDMA init to ice_idc.cMichal Swiatkowski1-23/+6
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+5
2023-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2023-02-02ice: Remove next_{dd,rs} fields from ice_tx_ringMaciej Fijalkowski1-2/+0
2023-02-02ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski1-4/+9
2023-02-02ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()Maciej Fijalkowski1-14/+14
2023-02-02ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski1-2/+8
2023-01-30ice: Remove redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-3/+0
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+17
2023-01-27ice: Prevent set_channel from changing queues while RDMA activeDave Ertman1-2/+3
2023-01-25ice: move devlink port creation/deletionPaul M Stillwell Jr1-8/+17
2023-01-19ice: Introduce local var for readabilityTony Nguyen1-3/+6
2023-01-19ice: add missing checks for PF vsi typeJesse Brandeburg1-9/+8
2023-01-19ice: remove redundant non-null check in ice_setup_pf_sw()Anirudh Venkataramanan1-7/+5
2022-12-08ice: always call ice_ptp_link_change and make it voidJacob Keller1-6/+3
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+6
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko1-15/+51
2022-11-23ice: Accumulate HW and Netdev statistics over resetBenjamin Mikailenko1-4/+26
2022-11-22ice: fix handling of burst Tx timestampsJacob Keller1-6/+6
2022-11-18ice: Prevent ADQ, DCB coexistence with Custom Tx schedulerMichal Wilczynski1-0/+6
2022-11-04net: remove unused ndo_get_devlink_portJiri Pirko1-15/+0
2022-11-04net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko1-2/+1
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-2/+2
2022-10-25ice: Enable RX queue selection using skbedit actionAmritha Nambiar1-1/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-27ice: reorder PF/representor devlink port register/unregister flowsJiri Pirko1-6/+6
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+14
2022-09-21ice: Add low latency Tx timestamp readKarol Kolacinski1-5/+27