summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k
Commit message (Expand)AuthorAgeFilesLines
* intel-ethernet: use correct module licenseJesse Brandeburg2018-09-181-1/+1
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* fm10k: don't protect fm10k_queue_mac_request by fm10k_host_mbx_readyJacob Keller2018-05-091-8/+8
* fm10k: warn if the stat size is unknownJacob Keller2018-05-091-0/+2
* fm10k: use macro to avoid passing the array and size separatelyJacob Keller2018-05-091-27/+21
* fm10k: use variadic arguments to fm10k_add_stat_stringsJacob Keller2018-05-091-26/+27
* fm10k: reduce duplicate fm10k_stat macro codeJacob Keller2018-05-091-14/+15
* fm10k: setup VLANs for l2 accelerated macvlan interfacesJacob Keller2018-05-091-2/+48
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-2720-383/+20
* ixgbe/fm10k: Only support macvlan offload for types that support destination ...Alexander Duyck2018-04-251-0/+8
* ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicastAlexander Duyck2018-04-251-4/+3
* macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck2018-04-251-2/+2
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-061-86/+1
|\
| * fm10k: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-04-031-86/+1
* | intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-2320-0/+20
* | fm10k: bump version numberJacob Keller2018-02-281-2/+2
* | fm10k: fix incorrect warning for function prototypeJacob Keller2018-02-281-1/+1
* | fm10k: fix function doxygen commentsJacob Keller2018-02-285-17/+20
|/
* fm10k: clarify action when updating the VLAN tableNgai-Mint Kwan2018-01-241-1/+3
* fm10k: correct typo in fm10k_pf.cNgai-Mint Kwan2018-01-241-1/+1
* fm10k: don't assume VLAN 1 is enabledJacob Keller2018-01-241-5/+3
* fm10k: stop adding VLAN 0 to the VLAN tableJacob Keller2018-01-241-3/+0
* fm10k: fix "failed to kill vid" message for VFNgai-Mint Kwan2018-01-241-2/+12
* fm10k: cleanup unnecessary parenthesis in fm10k_iov.cJacob Keller2018-01-241-2/+2
* fm10k: Fix configuration for macvlan offloadAlexander Duyck2018-01-241-3/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-191-7/+2
|\
| * fm10k: mark PM functions as __maybe_unusedArnd Bergmann2018-01-181-7/+2
* | ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded r...Alexander Duyck2018-01-121-8/+6
|/
* fm10k: Use smp_rmb rather than read_barrier_dependsBrian King2017-11-211-1/+1
* net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* ethernet/intel: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+4
* fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bwJacob Keller2017-10-032-6/+7
* fm10k: prefer %s and __func__ for diagnostic printsJacob Keller2017-10-031-2/+16
* fm10k: Fix misuse of net_ratelimit()Joe Perches2017-10-031-1/+2
* fm10k: bump version numberJacob Keller2017-10-031-1/+1
* fm10k: use the MAC/VLAN queue for VF<->PF MAC/VLAN requestsJacob Keller2017-10-033-4/+133
* fm10k: introduce a message queue for MAC/VLAN messagesJacob Keller2017-10-033-42/+397
* fm10k: use generic PM hooks instead of legacy PCIe power hooksJacob Keller2017-10-031-45/+22
* fm10k: use spinlock to implement mailbox lockJacob Keller2017-10-032-10/+8
* fm10k: prepare_for_reset() when we lose PCIe LinkJacob Keller2017-10-032-26/+79
* fm10k: prevent race condition of __FM10K_SERVICE_SCHEDJacob Keller2017-10-021-7/+25
* fm10k: move fm10k_prepare_for_reset and fm10k_handle_resetJacob Keller2017-10-021-29/+29
* fm10k: avoid divide by zero in rare cases when device is resettingJacob Keller2017-10-021-2/+6
* fm10k: don't loop while resetting VFs due to VFLR eventJacob Keller2017-10-021-13/+11
* fm10k: simplify reading PFVFLRE registerJacob Keller2017-10-021-4/+2
* fm10k: avoid needless delay when loading driverJacob Keller2017-10-021-4/+2
* fm10k: add missing fall through commentJacob Keller2017-10-021-0/+1
* fm10k: avoid possible truncation of q_vector->nameJacob Keller2017-10-021-7/+7
* fm10k: fix typos on fall through commentsJacob Keller2017-10-022-7/+7
* fm10k: stop spurious link down messages when Tx FIFO is fullJacob Keller2017-10-021-3/+3
OpenPOWER on IntegriCloud