summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: Use cached link state instead of re-reading the value for ethtoolAlexander Duyck2019-06-291-8/+2Star
* ixgbevf: fix possible divide by zero in ixgbevf_update_itrYoung Xiao2019-06-261-0/+3
* net: ixgbevf: fix a missing check of ixgbevf_write_msg_read_ackKangjie Lu2019-06-051-3/+2Star
* net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+2
* xfrm: prefer secpath_set over secpath_dupFlorian Westphal2018-12-191-4/+5
* drivers: net: intel: use secpath helpers in more placesFlorian Westphal2018-12-192-3/+5
* ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-9/+13
* ixgbevf: add support for software timestampsJacob Keller2018-11-071-0/+2
* ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher2018-10-313-4/+4
* ixgbevf: off by one in ixgbevf_ipsec_tx()Dan Carpenter2018-10-031-1/+1
* ixgbevf: fix msglen for ipsec mbx messagesShannon Nelson2018-10-031-7/+4Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-21/+0Star
|\
| * ixgbevf: remove ndo_poll_controllerEric Dumazet2018-09-241-21/+0Star
* | intel-ethernet: use correct module licenseJesse Brandeburg2018-09-191-1/+1
* | ixgbevf: enable VF IPsec offload operationsShannon Nelson2018-08-285-21/+86
* | ixgbevf: add VF IPsec offload codeShannon Nelson2018-08-284-0/+748
* | ixgbevf: add defines for IPsec offload requestShannon Nelson2018-08-282-0/+13
* | ixgbevf: VF2VF TCP RSSSebastian Basierski2018-08-281-0/+4
|/
* xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-1/+0Star
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-3/+5
* ixgbevf: fix possible race in the reset subtaskEmil Tantilov2018-06-041-2/+4
* ixgbevf: Fix coexistence of malicious driver detection with XDPAlexander Duyck2018-06-042-7/+30
* ixgbevf: fix MAC address changes through ixgbevf_set_mac()Emil Tantilov2018-05-171-0/+1
* ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the deviceMauro S M Rodrigues2018-05-171-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-121-1/+1
|\
| * ixgbevf: fix ixgbevf_xmit_frame()'s return typeLuc Van Oostenryck2018-05-111-1/+1
* | net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-2710-252/+14Star
|/
* ixgbevf: ensure xdp_ring resources are free'd on error exitColin Ian King2018-04-241-1/+1
* ixgbevf: Add XDP queue stats reportingTony Nguyen2018-03-231-0/+24
* ixgbevf: Add support for meta dataTony Nguyen2018-03-231-4/+25
* ixgbevf: Delay tail write for XDP packetsTony Nguyen2018-03-231-12/+18
* ixgbevf: Add support for XDP_TX actionTony Nguyen2018-03-233-32/+294
* ixgbevf: Add XDP support for pass and drop actionsTony Nguyen2018-03-233-42/+178
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-236-0/+6
* ixgbevf: fix unused variable warningArnd Bergmann2018-03-121-5/+5
* ixgbevf: remove redundant initialization of variable 'dma'Colin Ian King2018-02-261-1/+1
* ixgbevf: add build_skb supportEmil Tantilov2018-02-261-0/+41
* ixgbevf: break out Rx buffer page managementEmil Tantilov2018-02-261-113/+114
* ixgbevf: allocate the rings as part of q_vectorEmil Tantilov2018-02-262-217/+182Star
* ixgbevf: make sure all frames fit minimum size requirementsEmil Tantilov2018-02-261-5/+25
* ixgbevf: add support for padding packetEmil Tantilov2018-02-262-4/+39
* ixgbevf: setup queue countsEmil Tantilov2018-02-261-15/+29
* ixgbevf: add support for using order 1 pages to receive large framesEmil Tantilov2018-02-262-24/+92
* ixgbevf: add ethtool private flag for legacy RxEmil Tantilov2018-02-262-0/+50
* ixgbevf: use page_address offset from pageEmil Tantilov2018-02-261-6/+5Star
* ixgbevf: use ARRAY_SIZE for various array sizing calculationsColin Ian King2018-01-261-10/+7Star
* ixgbevf: don't bother clearing tx_buffer_info in ixgbevf_clean_tx_ring()Emil Tantilov2018-01-261-43/+72
* ixgbevf: improve performance and reduce size of ixgbevf_tx_map()Emil Tantilov2018-01-261-25/+20Star
* ixgbevf: clear rx_buffer_info in configure instead of cleanEmil Tantilov2018-01-261-13/+13
* ixgbevf: add counters for Rx page allocationsEmil Tantilov2018-01-263-7/+25