summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+2
|\
| * ixgbevf: Fix secpath usage for IPsec Tx offloadJeff Kirsher2019-09-131-1/+2
* | net/ixgbevf: make array api static const, makes object smallerColin Ian King2019-09-111-6/+8
* | ixgbevf: Link lost in VM on ixgbevf when restoring from freeze or suspendRadoslaw Tyl2019-09-091-0/+1
* | net/ixgbevf: fix a compilation error of skb_frag_tQian Cai2019-07-241-2/+5
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
|/
* ixgbevf: Use cached link state instead of re-reading the value for ethtoolAlexander Duyck2019-06-281-8/+2
* 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/+2
* 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/+4
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-21/+0
|\
| * ixgbevf: remove ndo_poll_controllerEric Dumazet2018-09-231-21/+0
* | intel-ethernet: use correct module licenseJesse Brandeburg2018-09-181-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/+0
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-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-111-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/+14
|/
* 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/+182
* 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