summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-6/+0
* | ixgbevf: use generic power managementVaibhav Gupta2020-07-301-34/+10
|/
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-5/+5
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-6/+1
* ixgbevf: Add XDP frame size to VF driverJesper Dangaard Brouer2020-05-141-7/+27
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-5/+0
|\
| * ixgbevf: Remove limit of 10 entries for unicast filter listRadoslaw Tyl2020-01-091-5/+0
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+2
|\
| * ixgbevf: Fix secpath usage for IPsec Tx offloadJeff Kirsher2019-09-131-1/+2
* | net/ixgbevf: make array api static const, makes object smallerColin Ian King2019-09-111-6/+8
* | ixgbevf: Link lost in VM on ixgbevf when restoring from freeze or suspendRadoslaw Tyl2019-09-091-0/+1
* | net/ixgbevf: fix a compilation error of skb_frag_tQian Cai2019-07-241-2/+5
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
|/
* ixgbevf: fix possible divide by zero in ixgbevf_update_itrYoung Xiao2019-06-261-0/+3
* net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+2
* drivers: net: intel: use secpath helpers in more placesFlorian Westphal2018-12-191-1/+1
* ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-9/+13
* ixgbevf: add support for software timestampsJacob Keller2018-11-071-0/+2
* ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher2018-10-311-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-21/+0
|\
| * ixgbevf: remove ndo_poll_controllerEric Dumazet2018-09-231-21/+0
* | intel-ethernet: use correct module licenseJesse Brandeburg2018-09-181-1/+1
* | ixgbevf: enable VF IPsec offload operationsShannon Nelson2018-08-281-20/+54
* | ixgbevf: VF2VF TCP RSSSebastian Basierski2018-08-281-0/+4
|/
* xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-1/+0
* ixgbevf: fix possible race in the reset subtaskEmil Tantilov2018-06-041-2/+4
* ixgbevf: Fix coexistence of malicious driver detection with XDPAlexander Duyck2018-06-041-7/+29
* ixgbevf: fix MAC address changes through ixgbevf_set_mac()Emil Tantilov2018-05-171-0/+1
* ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the deviceMauro S M Rodrigues2018-05-171-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-1/+1
|\
| * ixgbevf: fix ixgbevf_xmit_frame()'s return typeLuc Van Oostenryck2018-05-111-1/+1
* | net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+2
|/
* ixgbevf: ensure xdp_ring resources are free'd on error exitColin Ian King2018-04-241-1/+1
* ixgbevf: Add support for meta dataTony Nguyen2018-03-231-4/+25
* ixgbevf: Delay tail write for XDP packetsTony Nguyen2018-03-231-12/+18
* ixgbevf: Add support for XDP_TX actionTony Nguyen2018-03-231-28/+243
* ixgbevf: Add XDP support for pass and drop actionsTony Nguyen2018-03-231-37/+164
* ixgbevf: fix unused variable warningArnd Bergmann2018-03-121-5/+5
* ixgbevf: remove redundant initialization of variable 'dma'Colin Ian King2018-02-261-1/+1
* ixgbevf: add build_skb supportEmil Tantilov2018-02-261-0/+41
* ixgbevf: break out Rx buffer page managementEmil Tantilov2018-02-261-113/+114
* ixgbevf: allocate the rings as part of q_vectorEmil Tantilov2018-02-261-216/+176
* ixgbevf: make sure all frames fit minimum size requirementsEmil Tantilov2018-02-261-5/+25
* ixgbevf: add support for padding packetEmil Tantilov2018-02-261-4/+28