summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf
AgeCommit message (Expand)Author
2024-12-03ixgbevf: stop attempting IPSEC offload on Mailbox API 1.5Jacob Keller
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen
2024-06-10net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-03-29net: intel: implement modern PM ops declarationsJesse Brandeburg
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-08-04ixgbevf: Remove unused function declarationsYue Haibing
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2023-01-26ixgbevf: fill IPsec state validation failure reasonLeon Romanovsky
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky
2022-12-05xfrm: allow state packet offload modeLeon Romanovsky
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-23ixgbevf: Fix resource leak in ixgbevf_init_module()Shang XiaoJing
2022-11-04ixgbevf: Add error messages on vlan errorJan Sokolowski
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-06-30intel/ixgbevf:fix repeated words in commentsJilin Yuan
2022-06-30intel: remove unused macrosJesse Brandeburg
2022-05-06ixgbe: propagate XFRM offload state direction instead of flagsLeon Romanovsky
2022-03-08ixgbevf: add disable link stateSlawomir Mrozowicz
2022-02-23ixgbevf: clean up some inconsistent indentingYang Li
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-04ixgbevf: Require large buffers for build_skb on 82599VFSamuel Mendoza-Jonas
2022-01-27ixgbevf: Remove useless DMA-32 fallback configurationChristophe JAILLET
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-28ixgbevf: switch to napi_build_skb()Alexander Lobakin
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-17ixgbevf: Add support for new mailbox communication between PF and VFRadoslaw Tyl
2021-11-17ixgbevf: Mailbox improvementsRadoslaw Tyl
2021-11-17ixgbevf: Add legacy suffix to old API mailbox functionsRadoslaw Tyl
2021-11-17ixgbevf: Improve error handling in mailboxRadoslaw Tyl
2021-11-17ixgbevf: Rename MSGTYPE to SUCCESS and FAILURERadoslaw Tyl
2021-10-29net: ixgbevf: Remove redundant initialization of variable ret_valColin Ian King
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-07-06ixgbevf: use xso.real_dev instead of xso.dev in callback functions of struct ...Taehee Yoo
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-03ixgbevf: add correct exception tracing for XDPMagnus Karlsson
2021-05-26intel: call csum functions with well formatted argumentsJesse Brandeburg
2021-04-13net: intel: Remove unused function pointer typedef ixgbe_mc_addr_itrChen Lin
2021-03-23ixgbevf: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg
2021-03-04ixgbe: fail to create xfrm offload of IPsec tunnel mode SAAntony Antony
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin
2021-01-19net: ixgbevf: use skb_csum_is_sctp instead of protocol checkXin Long
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi