aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-28ixgbevf: enable VF IPsec offload operationsShannon Nelson5-21/+86
2018-08-28ixgbevf: add VF IPsec offload codeShannon Nelson4-0/+748
2018-08-28ixgbevf: add defines for IPsec offload requestShannon Nelson2-0/+13
2018-08-28ixgbevf: VF2VF TCP RSSSebastian Basierski1-0/+4
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-1/+0
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-3/+5
2018-06-04ixgbevf: fix possible race in the reset subtaskEmil Tantilov1-2/+4
2018-06-04ixgbevf: Fix coexistence of malicious driver detection with XDPAlexander Duyck2-7/+30
2018-05-17ixgbevf: fix MAC address changes through ixgbevf_set_mac()Emil Tantilov1-0/+1
2018-05-17ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the deviceMauro S M Rodrigues1-3/+3
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-11ixgbevf: fix ixgbevf_xmit_frame()'s return typeLuc Van Oostenryck1-1/+1
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher10-252/+14
2018-04-24ixgbevf: ensure xdp_ring resources are free'd on error exitColin Ian King1-1/+1
2018-03-23ixgbevf: Add XDP queue stats reportingTony Nguyen1-0/+24
2018-03-23ixgbevf: Add support for meta dataTony Nguyen1-4/+25
2018-03-23ixgbevf: Delay tail write for XDP packetsTony Nguyen1-12/+18
2018-03-23ixgbevf: Add support for XDP_TX actionTony Nguyen3-32/+294
2018-03-23ixgbevf: Add XDP support for pass and drop actionsTony Nguyen3-42/+178
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher6-0/+6
2018-03-12ixgbevf: fix unused variable warningArnd Bergmann1-5/+5
2018-02-26ixgbevf: remove redundant initialization of variable 'dma'Colin Ian King1-1/+1
2018-02-26ixgbevf: add build_skb supportEmil Tantilov1-0/+41
2018-02-26ixgbevf: break out Rx buffer page managementEmil Tantilov1-113/+114
2018-02-26ixgbevf: allocate the rings as part of q_vectorEmil Tantilov2-217/+182
2018-02-26ixgbevf: make sure all frames fit minimum size requirementsEmil Tantilov1-5/+25
2018-02-26ixgbevf: add support for padding packetEmil Tantilov2-4/+39
2018-02-26ixgbevf: setup queue countsEmil Tantilov1-15/+29
2018-02-26ixgbevf: add support for using order 1 pages to receive large framesEmil Tantilov2-24/+92
2018-02-26ixgbevf: add ethtool private flag for legacy RxEmil Tantilov2-0/+50
2018-02-26ixgbevf: use page_address offset from pageEmil Tantilov1-6/+5
2018-01-26ixgbevf: use ARRAY_SIZE for various array sizing calculationsColin Ian King1-10/+7
2018-01-26ixgbevf: don't bother clearing tx_buffer_info in ixgbevf_clean_tx_ring()Emil Tantilov1-43/+72
2018-01-26ixgbevf: improve performance and reduce size of ixgbevf_tx_map()Emil Tantilov1-25/+20
2018-01-26ixgbevf: clear rx_buffer_info in configure instead of cleanEmil Tantilov1-13/+13
2018-01-26ixgbevf: add counters for Rx page allocationsEmil Tantilov3-7/+25
2018-01-26ixgbevf: update code to better handle incrementing page countEmil Tantilov2-9/+28
2018-01-26ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERINGEmil Tantilov2-22/+38
2018-01-26ixgbevf: use length to determine if descriptor is doneEmil Tantilov1-6/+8
2018-01-26ixgbevf: only DMA sync frame lengthEmil Tantilov1-3/+4
2018-01-26ixgbevf: add function for checking if we can reuse pageEmil Tantilov1-26/+33
2018-01-12ixgbevf: Fix kernel-doc format warningsTony Nguyen2-5/+18
2018-01-09ixgbevf: remove redundant setting of xcast_modeEmil Tantilov1-4/+0
2017-11-21ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland2-2/+2
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-08-01ixgbe: Initialize 64-bit stats seqcountsFlorian Fainelli1-0/+4
2017-06-13ixgbevf: Bump version numberTony Nguyen1-1/+1
2017-05-31ixgbevf: Resolve warnings for -Wimplicit-fallthroughTony Nguyen1-0/+2