summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2022-03-15ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller7-8/+8
2022-03-15ice: rename ice_sriov.c to ice_vf_mbx.cJacob Keller4-6/+6
2022-03-11ice: Support GTP-U and GTP-C offload in switchdevMarcin Szycik8-24/+765
2022-03-11ice: Fix FV offset searchingMichal Swiatkowski3-51/+12
2022-03-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski8-28/+370
2022-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-40/+38
2022-03-11ice: Fix race condition during interface enslaveIvan Vecera2-2/+21
2022-03-09ice: Add support for outer dest MAC for ADQ tunnelsAmritha Nambiar1-4/+28
2022-03-09ice: avoid XDP checks in ice_clean_tx_irq()Maciej Fijalkowski1-6/+1
2022-03-09ice: change "can't set link" message to dbg levelJonathan Toppins1-3/+3
2022-03-09ice: Add slow path offload stats on port representor in switchdevMarcin Szycik3-3/+61
2022-03-09ice: Add support for inner etype in switchdevMartyna Szapar-Mudlaw3-12/+277
2022-03-09ice: Fix curr_link_speed advertised speedJedrzej Jagielski1-1/+1
2022-03-09ice: Don't use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2022-03-09ice: Fix error with handling of bonding MTUDave Ertman2-15/+15
2022-03-09ice: stop disabling VFs due to PF error responsesJacob Keller2-21/+0
2022-03-08ice: xsk: fix GCC version checking against pragma unroll presenceMaciej Fijalkowski1-1/+1
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller8-125/+363
2022-03-03ice: introduce VF accessor functionsJacob Keller5-53/+115
2022-03-03ice: factor VF variables to separate structureJacob Keller7-68/+83
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller8-152/+163
2022-03-03ice: use ice_for_each_vf for iteration during removalJacob Keller1-5/+4
2022-03-03ice: remove checks in ice_vc_send_msg_to_vfJacob Keller1-8/+3
2022-03-03ice: move VFLR acknowledge during ice_free_vfsJacob Keller1-19/+8
2022-03-03ice: move clear_malvf call in ice_free_vfsJacob Keller1-7/+6
2022-03-03ice: pass num_vfs to ice_set_per_vf_res()Jacob Keller1-61/+26
2022-03-03ice: store VF pointer instead of VF IDJacob Keller10-95/+142
2022-03-03ice: refactor unwind cleanup in eswitch modeJacob Keller2-55/+53
2022-03-03ice: add TTY for GNSS module for E810T deviceKarol Kolacinski11-1/+566
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-23/+39
2022-02-19ice: initialize local variable 'tlv'Tom Rix1-1/+1
2022-02-19ice: check the return of ice_ptp_gettimex64Tom Rix1-1/+4
2022-02-19ice: fix concurrent reset and removal of VFsJacob Keller3-18/+27
2022-02-19ice: fix setting l4 port flag when adding filterMichal Swiatkowski1-2/+2
2022-02-19ice: Match on all profiles in slow-pathWojciech Drewek3-1/+5
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2022-02-14ice: Simplify tracking status of RDMA supportDave Ertman5-19/+13
2022-02-14ice: enable parsing IPSEC SPI headers for RSSJesse Brandeburg1-0/+6
2022-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-16/+53
2022-02-10ice: Avoid RTNL lock when re-creating auxiliary deviceDave Ertman2-1/+5
2022-02-10ice: Fix KASAN error in LAG NETDEV_UNREGISTER handlerDave Ertman1-6/+28
2022-02-10ice: fix IPIP and SIT TSO offloadJesse Brandeburg2-8/+18
2022-02-10ice: fix an error code in ice_cfg_phy_fec()Dan Carpenter1-1/+2
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller41-689/+4150
2022-02-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski7-132/+306
2022-02-09ice: Add ability for PF admin to enable VF VLAN pruningBrett Creeley4-2/+40
2022-02-09ice: Add support for 802.1ad port VLANs VFBrett Creeley1-7/+44
2022-02-09ice: Advertise 802.1ad VLAN filtering and offloads for PF netdevBrett Creeley2-49/+238
2022-02-09ice: Support configuring the device to Double VLAN ModeBrett Creeley17-59/+996
2022-02-09ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley6-43/+1226