aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf
AgeCommit message (Expand)AuthorFilesLines
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+2
2019-09-13ixgbevf: Fix secpath usage for IPsec Tx offloadGravatar Jeff Kirsher 1-1/+2
2019-09-11net/ixgbevf: make array api static const, makes object smallerGravatar Colin Ian King 1-6/+8
2019-09-09ixgbevf: Link lost in VM on ixgbevf when restoring from freeze or suspendGravatar Radoslaw Tyl 1-0/+1
2019-07-24net/ixgbevf: fix a compilation error of skb_frag_tGravatar Qian Cai 1-2/+5
2019-07-22net: Use skb accessors in network driversGravatar Matthew Wilcox (Oracle) 1-1/+1
2019-06-28ixgbevf: Use cached link state instead of re-reading the value for ethtoolGravatar Alexander Duyck 1-8/+2
2019-06-26ixgbevf: fix possible divide by zero in ixgbevf_update_itrGravatar Young Xiao 1-0/+3
2019-06-05net: ixgbevf: fix a missing check of ixgbevf_write_msg_read_ackGravatar Kangjie Lu 1-3/+2
2019-04-23net: pass net_device argument to the eth_get_headlenGravatar Stanislav Fomichev 1-1/+2
2018-12-19xfrm: prefer secpath_set over secpath_dupGravatar Florian Westphal 1-4/+5
2018-12-19drivers: net: intel: use secpath helpers in more placesGravatar Florian Westphal 2-3/+5
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitGravatar Jesse Brandeburg 1-9/+13
2018-11-07ixgbevf: add support for software timestampsGravatar Jacob Keller 1-0/+2
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyGravatar Jeff Kirsher 3-4/+4
2018-10-03ixgbevf: off by one in ixgbevf_ipsec_tx()Gravatar Dan Carpenter 1-1/+1
2018-10-03ixgbevf: fix msglen for ipsec mbx messagesGravatar Shannon Nelson 1-7/+4
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-21/+0
2018-09-23ixgbevf: remove ndo_poll_controllerGravatar Eric Dumazet 1-21/+0
2018-09-18intel-ethernet: use correct module licenseGravatar Jesse Brandeburg 1-1/+1
2018-08-28ixgbevf: enable VF IPsec offload operationsGravatar Shannon Nelson 5-21/+86
2018-08-28ixgbevf: add VF IPsec offload codeGravatar Shannon Nelson 4-0/+748
2018-08-28ixgbevf: add defines for IPsec offload requestGravatar Shannon Nelson 2-0/+13
2018-08-28ixgbevf: VF2VF TCP RSSGravatar Sebastian Basierski 1-0/+4
2018-07-13xdp: don't make drivers report attachment modeGravatar Jakub Kicinski 1-1/+0
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 1-3/+5
2018-06-04ixgbevf: fix possible race in the reset subtaskGravatar Emil Tantilov 1-2/+4
2018-06-04ixgbevf: Fix coexistence of malicious driver detection with XDPGravatar Alexander Duyck 2-7/+30
2018-05-17ixgbevf: fix MAC address changes through ixgbevf_set_mac()Gravatar Emil Tantilov 1-0/+1
2018-05-17ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the deviceGravatar Mauro S M Rodrigues 1-3/+3
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2018-05-11ixgbevf: fix ixgbevf_xmit_frame()'s return typeGravatar Luc Van Oostenryck 1-1/+1
2018-04-27net: intel: Cleanup the copyright/license headersGravatar Jeff Kirsher 10-252/+14
2018-04-24ixgbevf: ensure xdp_ring resources are free'd on error exitGravatar Colin Ian King 1-1/+1
2018-03-23ixgbevf: Add XDP queue stats reportingGravatar Tony Nguyen 1-0/+24
2018-03-23ixgbevf: Add support for meta dataGravatar Tony Nguyen 1-4/+25
2018-03-23ixgbevf: Delay tail write for XDP packetsGravatar Tony Nguyen 1-12/+18
2018-03-23ixgbevf: Add support for XDP_TX actionGravatar Tony Nguyen 3-32/+294
2018-03-23ixgbevf: Add XDP support for pass and drop actionsGravatar Tony Nguyen 3-42/+178
2018-03-23intel: add SPDX identifiers to all the Intel driversGravatar Jeff Kirsher 6-0/+6
2018-03-12ixgbevf: fix unused variable warningGravatar Arnd Bergmann 1-5/+5
2018-02-26ixgbevf: remove redundant initialization of variable 'dma'Gravatar Colin Ian King 1-1/+1
2018-02-26ixgbevf: add build_skb supportGravatar Emil Tantilov 1-0/+41
2018-02-26ixgbevf: break out Rx buffer page managementGravatar Emil Tantilov 1-113/+114
2018-02-26ixgbevf: allocate the rings as part of q_vectorGravatar Emil Tantilov 2-217/+182
2018-02-26ixgbevf: make sure all frames fit minimum size requirementsGravatar Emil Tantilov 1-5/+25
2018-02-26ixgbevf: add support for padding packetGravatar Emil Tantilov 2-4/+39
2018-02-26ixgbevf: setup queue countsGravatar Emil Tantilov 1-15/+29
2018-02-26ixgbevf: add support for using order 1 pages to receive large framesGravatar Emil Tantilov 2-24/+92
2018-02-26ixgbevf: add ethtool private flag for legacy RxGravatar Emil Tantilov 2-0/+50