aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-04cxgb4vf: make a couple of functions staticColin Ian King1-3/+3
2017-10-04ravb: RX checksum offloadSimon Horman1-1/+54
2017-10-03cxgb4: add new T6 pci device id'sGanesh Goudar1-0/+1
2017-10-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller7-137/+665
2017-10-03bonding: speed/duplex update at NETDEV_UP eventMahesh Bandewar1-1/+10
2017-10-03mlxsw: spectrum: Add missing error code on allocation failureDan Carpenter1-1/+3
2017-10-03mlxsw: spectrum: Fix check for IS_ERR() instead of NULLDan Carpenter1-2/+2
2017-10-03net: dsa: mt7530: make functions mt7530_phy_write staticColin Ian King1-1/+2
2017-10-03net: dsa: lan9303: make functions lan9303_mdio_phy_{read|write} staticColin Ian King1-2/+3
2017-10-03mlxsw: spectrum: mr: Support trap-and-forward routesYotam Gigi1-9/+8
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-03fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bwJacob Keller2-6/+7
2017-10-03fm10k: prefer %s and __func__ for diagnostic printsJacob Keller1-2/+16
2017-10-03fm10k: Fix misuse of net_ratelimit()Joe Perches1-1/+2
2017-10-03fm10k: bump version numberJacob Keller1-1/+1
2017-10-03fm10k: use the MAC/VLAN queue for VF<->PF MAC/VLAN requestsJacob Keller3-4/+133
2017-10-03fm10k: introduce a message queue for MAC/VLAN messagesJacob Keller3-42/+397
2017-10-03fm10k: use generic PM hooks instead of legacy PCIe power hooksJacob Keller1-45/+22
2017-10-03fm10k: use spinlock to implement mailbox lockJacob Keller2-10/+8
2017-10-03fm10k: prepare_for_reset() when we lose PCIe LinkJacob Keller2-26/+79
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