summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-17ixgbevf: Add support for new mailbox communication between PF and VFRadoslaw Tyl4-2/+23
2021-11-17ixgbevf: Mailbox improvementsRadoslaw Tyl6-84/+265
2021-11-17ixgbevf: Add legacy suffix to old API mailbox functionsRadoslaw Tyl3-9/+9
2021-11-17ixgbevf: Improve error handling in mailboxRadoslaw Tyl3-5/+13
2021-11-17ixgbevf: Rename MSGTYPE to SUCCESS and FAILURERadoslaw Tyl3-23/+27
2021-10-29net: ixgbevf: Remove redundant initialization of variable ret_valColin Ian King1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-3/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-07-06ixgbevf: use xso.real_dev instead of xso.dev in callback functions of struct ...Taehee Yoo1-7/+13
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-2/+0
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2021-06-03ixgbevf: add correct exception tracing for XDPMagnus Karlsson1-0/+3
2021-05-26intel: call csum functions with well formatted argumentsJesse Brandeburg1-1/+1
2021-04-14net: intel: Remove unused function pointer typedef ixgbe_mc_addr_itrChen Lin1-3/+0
2021-03-23ixgbevf: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-5/+13
2021-03-04ixgbe: fail to create xfrm offload of IPsec tunnel mode SAAntony Antony1-0/+5
2021-02-05net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-7/+2
2021-01-20net: ixgbevf: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-6/+6
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-4/+3
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-09-30net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-2/+0
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-1/+2
2020-08-27net: Take common prefetch code structure into a functionTariq Toukan1-8/+3
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+0
2020-07-30ixgbevf: use generic power managementVaibhav Gupta1-34/+10