aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf
Commit message (Expand)AuthorAge
* ixgbevf: add support for software timestampsJacob Keller2018-11-07
* ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher2018-10-31
* ixgbevf: off by one in ixgbevf_ipsec_tx()Dan Carpenter2018-10-03
* ixgbevf: fix msglen for ipsec mbx messagesShannon Nelson2018-10-03
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-25
|\
| * ixgbevf: remove ndo_poll_controllerEric Dumazet2018-09-24
* | intel-ethernet: use correct module licenseJesse Brandeburg2018-09-18
* | ixgbevf: enable VF IPsec offload operationsShannon Nelson2018-08-28
* | ixgbevf: add VF IPsec offload codeShannon Nelson2018-08-28
* | ixgbevf: add defines for IPsec offload requestShannon Nelson2018-08-28
* | ixgbevf: VF2VF TCP RSSSebastian Basierski2018-08-28
|/
* xdp: don't make drivers report attachment modeJakub Kicinski2018-07-13
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-12
* ixgbevf: fix possible race in the reset subtaskEmil Tantilov2018-06-04
* ixgbevf: Fix coexistence of malicious driver detection with XDPAlexander Duyck2018-06-04
* ixgbevf: fix MAC address changes through ixgbevf_set_mac()Emil Tantilov2018-05-17
* ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the deviceMauro S M Rodrigues2018-05-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-11
|\
| * ixgbevf: fix ixgbevf_xmit_frame()'s return typeLuc Van Oostenryck2018-05-11
* | net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-27
|/
* ixgbevf: ensure xdp_ring resources are free'd on error exitColin Ian King2018-04-24
* ixgbevf: Add XDP queue stats reportingTony Nguyen2018-03-23
* ixgbevf: Add support for meta dataTony Nguyen2018-03-23
* ixgbevf: Delay tail write for XDP packetsTony Nguyen2018-03-23
* ixgbevf: Add support for XDP_TX actionTony Nguyen2018-03-23
* ixgbevf: Add XDP support for pass and drop actionsTony Nguyen2018-03-23
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-23
* ixgbevf: fix unused variable warningArnd Bergmann2018-03-12
* ixgbevf: remove redundant initialization of variable 'dma'Colin Ian King2018-02-26
* ixgbevf: add build_skb supportEmil Tantilov2018-02-26
* ixgbevf: break out Rx buffer page managementEmil Tantilov2018-02-26
* ixgbevf: allocate the rings as part of q_vectorEmil Tantilov2018-02-26
* ixgbevf: make sure all frames fit minimum size requirementsEmil Tantilov2018-02-26
* ixgbevf: add support for padding packetEmil Tantilov2018-02-26
* ixgbevf: setup queue countsEmil Tantilov2018-02-26
* ixgbevf: add support for using order 1 pages to receive large framesEmil Tantilov2018-02-26
* ixgbevf: add ethtool private flag for legacy RxEmil Tantilov2018-02-26
* ixgbevf: use page_address offset from pageEmil Tantilov2018-02-26
* ixgbevf: use ARRAY_SIZE for various array sizing calculationsColin Ian King2018-01-26
* ixgbevf: don't bother clearing tx_buffer_info in ixgbevf_clean_tx_ring()Emil Tantilov2018-01-26
* ixgbevf: improve performance and reduce size of ixgbevf_tx_map()Emil Tantilov2018-01-26
* ixgbevf: clear rx_buffer_info in configure instead of cleanEmil Tantilov2018-01-26
* ixgbevf: add counters for Rx page allocationsEmil Tantilov2018-01-26
* ixgbevf: update code to better handle incrementing page countEmil Tantilov2018-01-26
* ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERINGEmil Tantilov2018-01-26
* ixgbevf: use length to determine if descriptor is doneEmil Tantilov2018-01-26
* ixgbevf: only DMA sync frame lengthEmil Tantilov2018-01-26
* ixgbevf: add function for checking if we can reuse pageEmil Tantilov2018-01-26
* ixgbevf: Fix kernel-doc format warningsTony Nguyen2018-01-12
* ixgbevf: remove redundant setting of xcast_modeEmil Tantilov2018-01-09