summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
AgeCommit message (Expand)Author
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
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-06-30intel/ixgbevf:fix repeated words in commentsJilin Yuan
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-17ixgbevf: Add support for new mailbox communication between PF and VFRadoslaw Tyl
2021-11-17ixgbevf: Add legacy suffix to old API mailbox functionsRadoslaw Tyl
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
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-03-23ixgbevf: Fix fall-through warnings for ClangGustavo A. R. Silva
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
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-30ixgbevf: use generic power managementVaibhav Gupta
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-05-14ixgbevf: Add XDP frame size to VF driverJesper Dangaard Brouer
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-09ixgbevf: Remove limit of 10 entries for unicast filter listRadoslaw Tyl
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-13ixgbevf: Fix secpath usage for IPsec Tx offloadJeff Kirsher
2019-09-11net/ixgbevf: make array api static const, makes object smallerColin Ian King
2019-09-09ixgbevf: Link lost in VM on ixgbevf when restoring from freeze or suspendRadoslaw Tyl
2019-07-24net/ixgbevf: fix a compilation error of skb_frag_tQian Cai
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-26ixgbevf: fix possible divide by zero in ixgbevf_update_itrYoung Xiao
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev
2018-12-19drivers: net: intel: use secpath helpers in more placesFlorian Westphal