summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf
Commit message (Expand)AuthorAgeFilesLines
* net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-131-13/+14
* ixgbevf: Remove unused function declarationsYue Haibing2023-08-041-3/+0
* drivers: net: turn on XDP featuresMarek Majtyka2023-02-021-0/+1
* ixgbevf: fill IPsec state validation failure reasonLeon Romanovsky2023-01-261-9/+8
* xfrm: extend add state callback to set failure reasonLeon Romanovsky2023-01-261-1/+3
* xfrm: allow state packet offload modeLeon Romanovsky2022-12-051-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-1/+9
|\
| * ixgbevf: Fix resource leak in ixgbevf_init_module()Shang XiaoJing2022-11-231-1/+9
* | ixgbevf: Add error messages on vlan errorJan Sokolowski2022-11-041-5/+12
* | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-282-10/+10
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* intel/ixgbevf:fix repeated words in commentsJilin Yuan2022-06-302-2/+2
* intel: remove unused macrosJesse Brandeburg2022-06-301-4/+0
* ixgbe: propagate XFRM offload state direction instead of flagsLeon Romanovsky2022-05-062-4/+4
* ixgbevf: add disable link stateSlawomir Mrozowicz2022-03-085-1/+57
* ixgbevf: clean up some inconsistent indentingYang Li2022-02-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-6/+7
|\
| * ixgbevf: Require large buffers for build_skb on 82599VFSamuel Mendoza-Jonas2022-02-041-6/+7
* | ixgbevf: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-14/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+1
|\
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | ixgbevf: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
|/
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ixgbevf: Add support for new mailbox communication between PF and VFRadoslaw Tyl2021-11-174-2/+23
* ixgbevf: Mailbox improvementsRadoslaw Tyl2021-11-176-84/+265
* ixgbevf: Add legacy suffix to old API mailbox functionsRadoslaw Tyl2021-11-173-9/+9
* ixgbevf: Improve error handling in mailboxRadoslaw Tyl2021-11-173-5/+13
* ixgbevf: Rename MSGTYPE to SUCCESS and FAILURERadoslaw Tyl2021-11-173-23/+27
* net: ixgbevf: Remove redundant initialization of variable ret_valColin Ian King2021-10-291-1/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-3/+3
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* ixgbevf: use xso.real_dev instead of xso.dev in callback functions of struct ...Taehee Yoo2021-07-061-7/+13
* intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen2021-06-241-2/+0
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-0/+3
|\
| * ixgbevf: add correct exception tracing for XDPMagnus Karlsson2021-06-031-0/+3
* | intel: call csum functions with well formatted argumentsJesse Brandeburg2021-05-261-1/+1
|/
* net: intel: Remove unused function pointer typedef ixgbe_mc_addr_itrChen Lin2021-04-131-3/+0
* ixgbevf: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+1
* intel: clean up mismatched header commentsJesse Brandeburg2021-03-231-5/+13
* ixgbe: fail to create xfrm offload of IPsec tunnel mode SAAntony Antony2021-03-041-0/+5
* net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin2021-02-041-7/+2
* net: ixgbevf: use skb_csum_is_sctp instead of protocol checkXin Long2021-01-191-13/+1
* net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-6/+6
* net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-4/+3
* xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
* net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior2020-09-291-2/+0
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-251-1/+2
* net: Take common prefetch code structure into a functionTariq Toukan2020-08-261-8/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-6/+0
|\