summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf
AgeCommit message (Expand)AuthorLines
2026-02-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-1/+2
2026-02-25ixgbevf: fix link setup issueJedrzej Jagielski-1/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2025-11-27ixgbevf: ixgbevf_q_vector clean upNatalia Wochtman-17/+1
2025-11-26ixgbevf: extract GRXRINGS from .get_rxnfcBreno Leitao-11/+3
2025-10-13ixgbevf: fix mailbox API compatibility by negotiating supported featuresJedrzej Jagielski-3/+96
2025-10-13ixgbevf: fix getting link speed data for E610 devicesJedrzej Jagielski-32/+116
2025-09-19ixgbevf: fix proper type for error code in ixgbevf_resume()Aleksandr Loktionov-1/+1
2025-08-18eth: intel: use vmalloc_array() to simplify codeQianfeng Rong-3/+3
2025-07-25net: Fix typosBjorn Helgaas-1/+1
2025-07-18ixgbevf: remove unused fields from struct ixgbevf_adapterYuto Ohnuki-3/+0
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu-8/+13
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky-21/+0
2025-01-07ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp()Yue Haibing-13/+10
2025-01-07ixgbevf: Remove unused ixgbevf_hv_mbx_opsDr. David Alan Gilbert-13/+0
2024-12-20ixgbevf: Add support for Intel(R) E610 devicePiotr Kwapulinski-6/+33
2024-12-03ixgbevf: stop attempting IPSEC offload on Mailbox API 1.5Jacob Keller-1/+0
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen-1/+0
2024-06-10net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko-5/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg-4/+4
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet-1/+1
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki-13/+14
2023-08-04ixgbevf: Remove unused function declarationsYue Haibing-3/+0
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka-0/+1
2023-01-26ixgbevf: fill IPsec state validation failure reasonLeon Romanovsky-9/+8
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky-1/+3
2022-12-05xfrm: allow state packet offload modeLeon Romanovsky-0/+5
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+9
2022-11-23ixgbevf: Fix resource leak in ixgbevf_init_module()Shang XiaoJing-1/+9
2022-11-04ixgbevf: Add error messages on vlan errorJan Sokolowski-5/+12
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner-10/+10
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang-2/+2
2022-06-30intel/ixgbevf:fix repeated words in commentsJilin Yuan-2/+2
2022-06-30intel: remove unused macrosJesse Brandeburg-4/+0
2022-05-06ixgbe: propagate XFRM offload state direction instead of flagsLeon Romanovsky-4/+4
2022-03-08ixgbevf: add disable link stateSlawomir Mrozowicz-1/+57
2022-02-23ixgbevf: clean up some inconsistent indentingYang Li-1/+1
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+7
2022-02-04ixgbevf: Require large buffers for build_skb on 82599VFSamuel Mendoza-Jonas-6/+7
2022-01-27ixgbevf: Remove useless DMA-32 fallback configurationChristophe JAILLET-14/+6
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+1
2021-12-28ixgbevf: switch to napi_build_skb()Alexander Lobakin-1/+1
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen-2/+6