index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbevf
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-13
ixgbevf: VF2VF TCP RSS
Sebastian Basierski
1
-0
/
+4
2018-09-24
ixgbevf: remove ndo_poll_controller
Eric Dumazet
1
-21
/
+0
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
1
-1
/
+0
2018-06-13
treewide: Use array_size() in vmalloc()
Kees Cook
1
-3
/
+5
2018-06-04
ixgbevf: fix possible race in the reset subtask
Emil Tantilov
1
-2
/
+4
2018-06-04
ixgbevf: Fix coexistence of malicious driver detection with XDP
Alexander Duyck
2
-7
/
+30
2018-05-17
ixgbevf: fix MAC address changes through ixgbevf_set_mac()
Emil Tantilov
1
-0
/
+1
2018-05-17
ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
Mauro S M Rodrigues
1
-3
/
+3
2018-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-05-11
ixgbevf: fix ixgbevf_xmit_frame()'s return type
Luc Van Oostenryck
1
-1
/
+1
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
10
-252
/
+14
2018-04-24
ixgbevf: ensure xdp_ring resources are free'd on error exit
Colin Ian King
1
-1
/
+1
2018-03-24
ixgbevf: Add XDP queue stats reporting
Tony Nguyen
1
-0
/
+24
2018-03-24
ixgbevf: Add support for meta data
Tony Nguyen
1
-4
/
+25
2018-03-24
ixgbevf: Delay tail write for XDP packets
Tony Nguyen
1
-12
/
+18
2018-03-24
ixgbevf: Add support for XDP_TX action
Tony Nguyen
3
-32
/
+294
2018-03-24
ixgbevf: Add XDP support for pass and drop actions
Tony Nguyen
3
-42
/
+178
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
6
-0
/
+6
2018-03-12
ixgbevf: fix unused variable warning
Arnd Bergmann
1
-5
/
+5
2018-02-26
ixgbevf: remove redundant initialization of variable 'dma'
Colin Ian King
1
-1
/
+1
2018-02-26
ixgbevf: add build_skb support
Emil Tantilov
1
-0
/
+41
2018-02-26
ixgbevf: break out Rx buffer page management
Emil Tantilov
1
-113
/
+114
2018-02-26
ixgbevf: allocate the rings as part of q_vector
Emil Tantilov
2
-217
/
+182
2018-02-26
ixgbevf: make sure all frames fit minimum size requirements
Emil Tantilov
1
-5
/
+25
2018-02-26
ixgbevf: add support for padding packet
Emil Tantilov
2
-4
/
+39
2018-02-26
ixgbevf: setup queue counts
Emil Tantilov
1
-15
/
+29
2018-02-26
ixgbevf: add support for using order 1 pages to receive large frames
Emil Tantilov
2
-24
/
+92
2018-02-26
ixgbevf: add ethtool private flag for legacy Rx
Emil Tantilov
2
-0
/
+50
2018-02-26
ixgbevf: use page_address offset from page
Emil Tantilov
1
-6
/
+5
2018-01-26
ixgbevf: use ARRAY_SIZE for various array sizing calculations
Colin Ian King
1
-10
/
+7
2018-01-26
ixgbevf: don't bother clearing tx_buffer_info in ixgbevf_clean_tx_ring()
Emil Tantilov
1
-43
/
+72
2018-01-26
ixgbevf: improve performance and reduce size of ixgbevf_tx_map()
Emil Tantilov
1
-25
/
+20
2018-01-26
ixgbevf: clear rx_buffer_info in configure instead of clean
Emil Tantilov
1
-13
/
+13
2018-01-26
ixgbevf: add counters for Rx page allocations
Emil Tantilov
3
-7
/
+25
2018-01-26
ixgbevf: update code to better handle incrementing page count
Emil Tantilov
2
-9
/
+28
2018-01-26
ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERING
Emil Tantilov
2
-22
/
+38
2018-01-26
ixgbevf: use length to determine if descriptor is done
Emil Tantilov
1
-6
/
+8
2018-01-26
ixgbevf: only DMA sync frame length
Emil Tantilov
1
-3
/
+4
2018-01-26
ixgbevf: add function for checking if we can reuse page
Emil Tantilov
1
-26
/
+33
2018-01-12
ixgbevf: Fix kernel-doc format warnings
Tony Nguyen
2
-5
/
+18
2018-01-09
ixgbevf: remove redundant setting of xcast_mode
Emil Tantilov
1
-4
/
+0
2017-11-22
ixgbevf: Use smp_rmb rather than read_barrier_depends
Brian King
1
-1
/
+1
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-4
/
+4
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2
-2
/
+2
2017-10-18
ethernet/intel: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+4
2017-08-02
ixgbe: Initialize 64-bit stats seqcounts
Florian Fainelli
1
-0
/
+4
2017-06-14
ixgbevf: Bump version number
Tony Nguyen
1
-1
/
+1
2017-05-31
ixgbevf: Resolve warnings for -Wimplicit-fallthrough
Tony Nguyen
1
-0
/
+2
2017-05-31
ixgbevf: Resolve truncation warning for q_vector->name
Tony Nguyen
1
-7
/
+7
2017-05-31
ixgbe/ixgbevf: Enables TSO for MPLS encapsulated packets
Scott Peterson
1
-2
/
+10
[next]