aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-03mlxsw: spectrum: mr_tcam: Add trap-and-forward multicast routeYotam Gigi2-0/+9
2017-10-03mlxsw: spectrum: Add trap for multicast trap-and-forward routesYotam Gigi2-0/+15
2017-10-03mlxsw: acl: Introduce ACL trap and forward actionYotam Gigi2-0/+19
2017-10-03cxgb4: Update comment for min_mtuArjun Vynipadath1-1/+1
2017-10-02Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller17-74/+837
2017-10-02i40e: Stop dropping 802.1ad tags - eth proto 0x88a8Scott Peterson7-3/+62
2017-10-02i40e: fix client notify of VF resetAlan Brady1-2/+2
2017-10-02i40e: fix handling of vf_states variableAlan Brady2-2/+4
2017-10-02i40e: make i40evf_map_rings_to_vectors voidMitch Williams1-7/+2
2017-10-02i40evf: Enable VF to request an alternate queue allocationAlan Brady4-7/+173
2017-10-02i40e: ensure reset occurs when disabling VFJacob Keller2-11/+35
2017-10-02i40e: make use of i40e_vc_disable_vfJacob Keller1-2/+1
2017-10-02i40e: drop i40e_pf *pf from i40e_vc_disable_vf()Jacob Keller1-4/+3
2017-10-02i40e: don't hold spinlock while resetting VFJacob Keller1-4/+32
2017-10-02i40e: use admin queue for setting LEDs behaviorMariusz Stachura3-24/+99
2017-10-02i40e: Add support for 'ethtool -m'Filip Sadowski9-0/+371
2017-10-02i40e: Fix reporting of supported link modesFilip Sadowski3-5/+46
2017-10-02i40e: Fix a potential NULL pointer dereferenceChristophe JAILLET1-0/+3
2017-10-02i40e: remove logically dead codeLihong Yang1-2/+0
2017-10-02i40e: limit lan queue count in large CPU count machineShannon Nelson1-4/+7
2017-10-02Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller8-77/+101
2017-10-02net: Add support for networking over Thunderbolt cableAmir Levy3-0/+1377
2017-10-02thunderbolt: Allocate ring HopID automatically if requestedMika Westerberg1-18/+60
2017-10-02thunderbolt: Add polling mode for ringsMika Westerberg2-10/+118
2017-10-02thunderbolt: Use spinlock in NHI serializationMika Westerberg1-34/+41
2017-10-02thunderbolt: Use spinlock in ring serializationMika Westerberg1-12/+14
2017-10-02thunderbolt: Move ring descriptor flags to thunderbolt.hMika Westerberg1-7/+0
2017-10-02thunderbolt: Export ring handling functions to modulesMika Westerberg3-176/+53
2017-10-02thunderbolt: Add support for frame modeMika Westerberg4-30/+61
2017-10-02thunderbolt: Configure interrupt throttling for all interruptsMika Westerberg2-3/+22
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg10-18/+2159
2017-10-02thunderbolt: Move tb_switch_phy_port_from_link() to thunderbolt.hMika Westerberg2-8/+1
2017-10-02thunderbolt: Move thunderbolt domain structure to thunderbolt.hMika Westerberg1-42/+0
2017-10-02thunderbolt: Move enum tb_cfg_pkg_type to thunderbolt.hMika Westerberg2-17/+1
2017-10-02thunderbolt: Add support for XDomain propertiesMika Westerberg2-1/+671
2017-10-02thunderbolt: Remove __packed from ICM message structuresMika Westerberg1-14/+14
2017-10-02byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to coreMika Westerberg1-14/+0
2017-10-02mlxsw: spectrum_router: Drop a redundant conditionPetr Machata1-1/+1
2017-10-02mlxsw: spectrum_router: Fix a typoPetr Machata1-1/+1
2017-10-02fm10k: prevent race condition of __FM10K_SERVICE_SCHEDJacob Keller1-7/+25
2017-10-02fm10k: move fm10k_prepare_for_reset and fm10k_handle_resetJacob Keller1-29/+29
2017-10-02fm10k: avoid divide by zero in rare cases when device is resettingJacob Keller1-2/+6
2017-10-02fm10k: don't loop while resetting VFs due to VFLR eventJacob Keller1-13/+11
2017-10-02fm10k: simplify reading PFVFLRE registerJacob Keller1-4/+2
2017-10-02fm10k: avoid needless delay when loading driverJacob Keller1-4/+2
2017-10-02fm10k: add missing fall through commentJacob Keller1-0/+1
2017-10-02fm10k: avoid possible truncation of q_vector->nameJacob Keller1-7/+7
2017-10-02fm10k: fix typos on fall through commentsJacob Keller2-7/+7
2017-10-02fm10k: stop spurious link down messages when Tx FIFO is fullJacob Keller1-3/+3
2017-10-02fm10k: Use seq_putc() in fm10k_dbg_desc_break()Markus Elfring1-2/+2