summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf
AgeCommit message (Expand)AuthorFilesLines
2026-02-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-1/+2
2026-02-25ixgbevf: fix link setup issueJedrzej Jagielski1-1/+2
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-3/+3
2025-11-28ixgbevf: ixgbevf_q_vector clean upNatalia Wochtman1-17/+1
2025-11-27ixgbevf: extract GRXRINGS from .get_rxnfcBreno Leitao1-11/+3
2025-10-14ixgbevf: fix mailbox API compatibility by negotiating supported featuresJedrzej Jagielski6-3/+96
2025-10-14ixgbevf: fix getting link speed data for E610 devicesJedrzej Jagielski4-32/+116
2025-09-19ixgbevf: fix proper type for error code in ixgbevf_resume()Aleksandr Loktionov1-1/+1
2025-08-19eth: intel: use vmalloc_array() to simplify codeQianfeng Rong1-3/+3
2025-07-25net: Fix typosBjorn Helgaas1-1/+1
2025-07-18ixgbevf: remove unused fields from struct ixgbevf_adapterYuto Ohnuki1-3/+0
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+2
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu1-8/+13
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-02-21xfrm: provide common xdo_dev_offload_ok callback implementationLeon Romanovsky1-21/+0
2025-01-08ixgbevf: Fix passing 0 to ERR_PTR in ixgbevf_run_xdp()Yue Haibing1-13/+10
2025-01-08ixgbevf: Remove unused ixgbevf_hv_mbx_opsDr. David Alan Gilbert2-13/+0
2024-12-20ixgbevf: Add support for Intel(R) E610 devicePiotr Kwapulinski5-6/+33
2024-12-03ixgbevf: stop attempting IPSEC offload on Mailbox API 1.5Jacob Keller1-1/+0
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen1-1/+0
2024-06-11net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko1-5/+1
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg1-4/+4
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet1-1/+1
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-13/+14
2023-08-05ixgbevf: Remove unused function declarationsYue Haibing1-3/+0
2023-02-03drivers: net: turn on XDP featuresMarek Majtyka1-0/+1
2023-01-27ixgbevf: fill IPsec state validation failure reasonLeon Romanovsky1-9/+8
2023-01-27xfrm: extend add state callback to set failure reasonLeon Romanovsky1-1/+3
2022-12-05xfrm: allow state packet offload modeLeon Romanovsky1-0/+5
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+9
2022-11-23ixgbevf: Fix resource leak in ixgbevf_init_module()Shang XiaoJing1-1/+9
2022-11-04ixgbevf: Add error messages on vlan errorJan Sokolowski1-5/+12
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2-10/+10
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-06-30intel/ixgbevf:fix repeated words in commentsJilin Yuan2-2/+2
2022-06-30intel: remove unused macrosJesse Brandeburg1-4/+0
2022-05-06ixgbe: propagate XFRM offload state direction instead of flagsLeon Romanovsky2-4/+4
2022-03-08ixgbevf: add disable link stateSlawomir Mrozowicz5-1/+57
2022-02-23ixgbevf: clean up some inconsistent indentingYang Li1-1/+1
2022-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+7
2022-02-04ixgbevf: Require large buffers for build_skb on 82599VFSamuel Mendoza-Jonas1-6/+7
2022-01-27ixgbevf: Remove useless DMA-32 fallback configurationChristophe JAILLET1-14/+6
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-28ixgbevf: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6