index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbevf
Age
Commit message (
Expand
)
Author
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-04
ixgbevf: fix possible race in the reset subtask
Emil Tantilov
2018-06-04
ixgbevf: Fix coexistence of malicious driver detection with XDP
Alexander Duyck
2018-05-17
ixgbevf: fix MAC address changes through ixgbevf_set_mac()
Emil Tantilov
2018-05-17
ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
Mauro S M Rodrigues
2018-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-11
ixgbevf: fix ixgbevf_xmit_frame()'s return type
Luc Van Oostenryck
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-04-24
ixgbevf: ensure xdp_ring resources are free'd on error exit
Colin Ian King
2018-03-23
ixgbevf: Add XDP queue stats reporting
Tony Nguyen
2018-03-23
ixgbevf: Add support for meta data
Tony Nguyen
2018-03-23
ixgbevf: Delay tail write for XDP packets
Tony Nguyen
2018-03-23
ixgbevf: Add support for XDP_TX action
Tony Nguyen
2018-03-23
ixgbevf: Add XDP support for pass and drop actions
Tony Nguyen
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
2018-03-12
ixgbevf: fix unused variable warning
Arnd Bergmann
2018-02-26
ixgbevf: remove redundant initialization of variable 'dma'
Colin Ian King
2018-02-26
ixgbevf: add build_skb support
Emil Tantilov
2018-02-26
ixgbevf: break out Rx buffer page management
Emil Tantilov
2018-02-26
ixgbevf: allocate the rings as part of q_vector
Emil Tantilov
2018-02-26
ixgbevf: make sure all frames fit minimum size requirements
Emil Tantilov
2018-02-26
ixgbevf: add support for padding packet
Emil Tantilov
2018-02-26
ixgbevf: setup queue counts
Emil Tantilov
2018-02-26
ixgbevf: add support for using order 1 pages to receive large frames
Emil Tantilov
2018-02-26
ixgbevf: add ethtool private flag for legacy Rx
Emil Tantilov
2018-02-26
ixgbevf: use page_address offset from page
Emil Tantilov
2018-01-26
ixgbevf: use ARRAY_SIZE for various array sizing calculations
Colin Ian King
2018-01-26
ixgbevf: don't bother clearing tx_buffer_info in ixgbevf_clean_tx_ring()
Emil Tantilov
2018-01-26
ixgbevf: improve performance and reduce size of ixgbevf_tx_map()
Emil Tantilov
2018-01-26
ixgbevf: clear rx_buffer_info in configure instead of clean
Emil Tantilov
2018-01-26
ixgbevf: add counters for Rx page allocations
Emil Tantilov
2018-01-26
ixgbevf: update code to better handle incrementing page count
Emil Tantilov
2018-01-26
ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERING
Emil Tantilov
2018-01-26
ixgbevf: use length to determine if descriptor is done
Emil Tantilov
2018-01-26
ixgbevf: only DMA sync frame length
Emil Tantilov
2018-01-26
ixgbevf: add function for checking if we can reuse page
Emil Tantilov
2018-01-12
ixgbevf: Fix kernel-doc format warnings
Tony Nguyen
2018-01-09
ixgbevf: remove redundant setting of xcast_mode
Emil Tantilov
2017-11-21
ixgbevf: Use smp_rmb rather than read_barrier_depends
Brian King
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-18
ethernet/intel: Convert timers to use timer_setup()
Kees Cook
2017-08-01
ixgbe: Initialize 64-bit stats seqcounts
Florian Fainelli
2017-06-13
ixgbevf: Bump version number
Tony Nguyen
2017-05-31
ixgbevf: Resolve warnings for -Wimplicit-fallthrough
Tony Nguyen
2017-05-31
ixgbevf: Resolve truncation warning for q_vector->name
Tony Nguyen
2017-05-31
ixgbe/ixgbevf: Enables TSO for MPLS encapsulated packets
Scott Peterson
2017-04-29
ixgbevf: Check for RSS key before setting value
Tony Nguyen
2017-04-29
ixgbevf: Fix errors in retrieving RETA and RSS from PF
Tony Nguyen
2017-04-29
ixgbevf: fix size of queue stats length
Emil Tantilov
[next]