Age | Commit message (Expand) | Author | Files | Lines |
2018-09-24 | fm10k: remove ndo_poll_controller | Eric Dumazet | 3 | -28/+0 |
2018-09-19 | intel-ethernet: use correct module license | Jesse Brandeburg | 1 | -1/+1 |
2018-06-13 | treewide: Use array_size() in vmalloc() | Kees Cook | 1 | -1/+1 |
2018-05-09 | fm10k: don't protect fm10k_queue_mac_request by fm10k_host_mbx_ready | Jacob Keller | 1 | -8/+8 |
2018-05-09 | fm10k: warn if the stat size is unknown | Jacob Keller | 1 | -0/+2 |
2018-05-09 | fm10k: use macro to avoid passing the array and size separately | Jacob Keller | 1 | -27/+21 |
2018-05-09 | fm10k: use variadic arguments to fm10k_add_stat_strings | Jacob Keller | 1 | -26/+27 |
2018-05-09 | fm10k: reduce duplicate fm10k_stat macro code | Jacob Keller | 1 | -14/+15 |
2018-05-09 | fm10k: setup VLANs for l2 accelerated macvlan interfaces | Jacob Keller | 1 | -2/+48 |
2018-04-27 | net: intel: Cleanup the copyright/license headers | Jeff Kirsher | 20 | -383/+20 |
2018-04-25 | ixgbe/fm10k: Only support macvlan offload for types that support destination ... | Alexander Duyck | 1 | -0/+8 |
2018-04-25 | ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicast | Alexander Duyck | 1 | -4/+3 |
2018-04-25 | macvlan: Use software path for offloaded local, broadcast, and multicast traffic | Alexander Duyck | 1 | -2/+2 |
2018-04-07 | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -86/+1 |
2018-04-03 | fm10k: Report PCIe link properties with pcie_print_link_status() | Bjorn Helgaas | 1 | -86/+1 |
2018-03-23 | intel: add SPDX identifiers to all the Intel drivers | Jeff Kirsher | 20 | -0/+20 |
2018-02-28 | fm10k: bump version number | Jacob Keller | 1 | -2/+2 |
2018-02-28 | fm10k: fix incorrect warning for function prototype | Jacob Keller | 1 | -1/+1 |
2018-02-28 | fm10k: fix function doxygen comments | Jacob Keller | 5 | -17/+20 |
2018-01-25 | fm10k: clarify action when updating the VLAN table | Ngai-Mint Kwan | 1 | -1/+3 |
2018-01-25 | fm10k: correct typo in fm10k_pf.c | Ngai-Mint Kwan | 1 | -1/+1 |
2018-01-25 | fm10k: don't assume VLAN 1 is enabled | Jacob Keller | 1 | -5/+3 |
2018-01-25 | fm10k: stop adding VLAN 0 to the VLAN table | Jacob Keller | 1 | -3/+0 |
2018-01-25 | fm10k: fix "failed to kill vid" message for VF | Ngai-Mint Kwan | 1 | -2/+12 |
2018-01-25 | fm10k: cleanup unnecessary parenthesis in fm10k_iov.c | Jacob Keller | 1 | -2/+2 |
2018-01-25 | fm10k: Fix configuration for macvlan offload | Alexander Duyck | 1 | -3/+22 |
2018-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+2 |
2018-01-18 | fm10k: mark PM functions as __maybe_unused | Arnd Bergmann | 1 | -7/+2 |
2018-01-12 | ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded r... | Alexander Duyck | 1 | -8/+6 |
2017-11-22 | fm10k: Use smp_rmb rather than read_barrier_depends | Brian King | 1 | -1/+1 |
2017-11-08 | net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO | Nogah Frankel | 1 | -1/+1 |
2017-10-18 | ethernet/intel: Convert timers to use timer_setup() | Kees Cook | 1 | -4/+4 |
2017-10-03 | fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bw | Jacob Keller | 2 | -6/+7 |
2017-10-03 | fm10k: prefer %s and __func__ for diagnostic prints | Jacob Keller | 1 | -2/+16 |
2017-10-03 | fm10k: Fix misuse of net_ratelimit() | Joe Perches | 1 | -1/+2 |
2017-10-03 | fm10k: bump version number | Jacob Keller | 1 | -1/+1 |
2017-10-03 | fm10k: use the MAC/VLAN queue for VF<->PF MAC/VLAN requests | Jacob Keller | 3 | -4/+133 |
2017-10-03 | fm10k: introduce a message queue for MAC/VLAN messages | Jacob Keller | 3 | -42/+397 |
2017-10-03 | fm10k: use generic PM hooks instead of legacy PCIe power hooks | Jacob Keller | 1 | -45/+22 |
2017-10-03 | fm10k: use spinlock to implement mailbox lock | Jacob Keller | 2 | -10/+8 |
2017-10-03 | fm10k: prepare_for_reset() when we lose PCIe Link | Jacob Keller | 2 | -26/+79 |
2017-10-02 | fm10k: prevent race condition of __FM10K_SERVICE_SCHED | Jacob Keller | 1 | -7/+25 |
2017-10-02 | fm10k: move fm10k_prepare_for_reset and fm10k_handle_reset | Jacob Keller | 1 | -29/+29 |
2017-10-02 | fm10k: avoid divide by zero in rare cases when device is resetting | Jacob Keller | 1 | -2/+6 |
2017-10-02 | fm10k: don't loop while resetting VFs due to VFLR event | Jacob Keller | 1 | -13/+11 |
2017-10-02 | fm10k: simplify reading PFVFLRE register | Jacob Keller | 1 | -4/+2 |
2017-10-02 | fm10k: avoid needless delay when loading driver | Jacob Keller | 1 | -4/+2 |
2017-10-02 | fm10k: add missing fall through comment | Jacob Keller | 1 | -0/+1 |
2017-10-02 | fm10k: avoid possible truncation of q_vector->name | Jacob Keller | 1 | -7/+7 |
2017-10-02 | fm10k: fix typos on fall through comments | Jacob Keller | 2 | -7/+7 |