summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-10-03fm10k: bump version numberJacob Keller
2017-10-03fm10k: use the MAC/VLAN queue for VF<->PF MAC/VLAN requestsJacob Keller
2017-10-03Merge tag 'char-misc-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-10-03fm10k: introduce a message queue for MAC/VLAN messagesJacob Keller
2017-10-03fm10k: use generic PM hooks instead of legacy PCIe power hooksJacob Keller
2017-10-03fm10k: use spinlock to implement mailbox lockJacob Keller
2017-10-03fm10k: prepare_for_reset() when we lose PCIe LinkJacob Keller
2017-10-02Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-10-02i40e: Stop dropping 802.1ad tags - eth proto 0x88a8Scott Peterson
2017-10-02i40e: fix client notify of VF resetAlan Brady
2017-10-02i40e: fix handling of vf_states variableAlan Brady
2017-10-02i40e: make i40evf_map_rings_to_vectors voidMitch Williams
2017-10-02i40evf: Enable VF to request an alternate queue allocationAlan Brady
2017-10-02i40e: ensure reset occurs when disabling VFJacob Keller
2017-10-02i40e: make use of i40e_vc_disable_vfJacob Keller
2017-10-02i40e: drop i40e_pf *pf from i40e_vc_disable_vf()Jacob Keller
2017-10-02i40e: don't hold spinlock while resetting VFJacob Keller
2017-10-02i40e: use admin queue for setting LEDs behaviorMariusz Stachura
2017-10-02i40e: Add support for 'ethtool -m'Filip Sadowski
2017-10-02i40e: Fix reporting of supported link modesFilip Sadowski
2017-10-02i40e: Fix a potential NULL pointer dereferenceChristophe JAILLET
2017-10-02i40e: remove logically dead codeLihong Yang
2017-10-02i40e: limit lan queue count in large CPU count machineShannon Nelson
2017-10-02ahci: don't ignore result code of ahci_reset_controller()Ard Biesheuvel
2017-10-02Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2017-10-02net: Add support for networking over Thunderbolt cableAmir Levy
2017-10-02thunderbolt: Allocate ring HopID automatically if requestedMika Westerberg
2017-10-02thunderbolt: Add polling mode for ringsMika Westerberg
2017-10-02thunderbolt: Use spinlock in NHI serializationMika Westerberg
2017-10-02thunderbolt: Use spinlock in ring serializationMika Westerberg
2017-10-02thunderbolt: Move ring descriptor flags to thunderbolt.hMika Westerberg
2017-10-02thunderbolt: Export ring handling functions to modulesMika Westerberg
2017-10-02thunderbolt: Add support for frame modeMika Westerberg
2017-10-02thunderbolt: Configure interrupt throttling for all interruptsMika Westerberg
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg
2017-10-02thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.hMika Westerberg
2017-10-02thunderbolt: Move thunderbolt domain structure to thunderbolt.hMika Westerberg
2017-10-02thunderbolt: Move enum tb_cfg_pkg_type to thunderbolt.hMika Westerberg
2017-10-02thunderbolt: Add support for XDomain propertiesMika Westerberg
2017-10-02thunderbolt: Remove __packed from ICM message structuresMika Westerberg
2017-10-02byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to coreMika Westerberg
2017-10-02mlxsw: spectrum_router: Drop a redundant conditionPetr Machata
2017-10-02mlxsw: spectrum_router: Fix a typoPetr Machata
2017-10-02mlxsw: spectrum_router: Track RIF of IPIP next hopsPetr Machata
2017-10-02mlxsw: spectrum_router: Move VRF refcountingPetr Machata
2017-10-02fm10k: prevent race condition of __FM10K_SERVICE_SCHEDJacob Keller
2017-10-02fm10k: move fm10k_prepare_for_reset and fm10k_handle_resetJacob Keller
2017-10-02fm10k: avoid divide by zero in rare cases when device is resettingJacob Keller
2017-10-02fm10k: don't loop while resetting VFs due to VFLR eventJacob Keller
2017-10-02fm10k: simplify reading PFVFLRE registerJacob Keller