index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbevf
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+2
2019-09-13
ixgbevf: Fix secpath usage for IPsec Tx offload
Jeff Kirsher
1
-1
/
+2
2019-09-11
net/ixgbevf: make array api static const, makes object smaller
Colin Ian King
1
-6
/
+8
2019-09-09
ixgbevf: Link lost in VM on ixgbevf when restoring from freeze or suspend
Radoslaw Tyl
1
-0
/
+1
2019-07-24
net/ixgbevf: fix a compilation error of skb_frag_t
Qian Cai
1
-2
/
+5
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-06-28
ixgbevf: Use cached link state instead of re-reading the value for ethtool
Alexander Duyck
1
-8
/
+2
2019-06-26
ixgbevf: fix possible divide by zero in ixgbevf_update_itr
Young Xiao
1
-0
/
+3
2019-06-05
net: ixgbevf: fix a missing check of ixgbevf_write_msg_read_ack
Kangjie Lu
1
-3
/
+2
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
1
-1
/
+2
2018-12-19
xfrm: prefer secpath_set over secpath_dup
Florian Westphal
1
-4
/
+5
2018-12-19
drivers: net: intel: use secpath helpers in more places
Florian Westphal
2
-3
/
+5
2018-11-21
ethernet/intel: consolidate NAPI and NAPI exit
Jesse Brandeburg
1
-9
/
+13
2018-11-07
ixgbevf: add support for software timestamps
Jacob Keller
1
-0
/
+2
2018-10-31
ixgbe/ixgbevf: fix XFRM_ALGO dependency
Jeff Kirsher
3
-4
/
+4
2018-10-03
ixgbevf: off by one in ixgbevf_ipsec_tx()
Dan Carpenter
1
-1
/
+1
2018-10-03
ixgbevf: fix msglen for ipsec mbx messages
Shannon Nelson
1
-7
/
+4
2018-09-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-21
/
+0
2018-09-23
ixgbevf: remove ndo_poll_controller
Eric Dumazet
1
-21
/
+0
2018-09-18
intel-ethernet: use correct module license
Jesse Brandeburg
1
-1
/
+1
2018-08-28
ixgbevf: enable VF IPsec offload operations
Shannon Nelson
5
-21
/
+86
2018-08-28
ixgbevf: add VF IPsec offload code
Shannon Nelson
4
-0
/
+748
2018-08-28
ixgbevf: add defines for IPsec offload request
Shannon Nelson
2
-0
/
+13
2018-08-28
ixgbevf: VF2VF TCP RSS
Sebastian Basierski
1
-0
/
+4
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
1
-1
/
+0
2018-06-12
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-11
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-23
ixgbevf: Add XDP queue stats reporting
Tony Nguyen
1
-0
/
+24
2018-03-23
ixgbevf: Add support for meta data
Tony Nguyen
1
-4
/
+25
2018-03-23
ixgbevf: Delay tail write for XDP packets
Tony Nguyen
1
-12
/
+18
2018-03-23
ixgbevf: Add support for XDP_TX action
Tony Nguyen
3
-32
/
+294
2018-03-23
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
[next]