summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: spectrum: Add extack messages for enslave failuresDavid Ahern2017-10-051-10/+37
* net: bonding: Add extack messages for some enslave failuresDavid Ahern2017-10-051-0/+7
* net: vrf: Add extack messages for enslave errorsDavid Ahern2017-10-051-2/+11
* net: Add extack to upper device linkingDavid Ahern2017-10-0510-16/+19
* net: Add extack to ndo_add_slaveDavid Ahern2017-10-054-5/+8
* cxgb4vf: make a couple of functions staticColin Ian King2017-10-041-3/+3
* ravb: RX checksum offloadSimon Horman2017-10-041-1/+54
* cxgb4: add new T6 pci device id'sGanesh Goudar2017-10-041-0/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2017-10-047-137/+665
|\
| * 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
* | bonding: speed/duplex update at NETDEV_UP eventMahesh Bandewar2017-10-031-1/+10
* | mlxsw: spectrum: Add missing error code on allocation failureDan Carpenter2017-10-031-1/+3
* | mlxsw: spectrum: Fix check for IS_ERR() instead of NULLDan Carpenter2017-10-031-2/+2
* | net: dsa: mt7530: make functions mt7530_phy_write staticColin Ian King2017-10-031-1/+2
* | net: dsa: lan9303: make functions lan9303_mdio_phy_{read|write} staticColin Ian King2017-10-031-2/+3
* | mlxsw: spectrum: mr: Support trap-and-forward routesYotam Gigi2017-10-031-9/+8
* | mlxsw: spectrum: mr_tcam: Add trap-and-forward multicast routeYotam Gigi2017-10-032-0/+9
* | mlxsw: spectrum: Add trap for multicast trap-and-forward routesYotam Gigi2017-10-032-0/+15
* | mlxsw: acl: Introduce ACL trap and forward actionYotam Gigi2017-10-032-0/+19
* | cxgb4: Update comment for min_mtuArjun Vynipadath2017-10-031-1/+1
|/
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-0317-74/+837
|\
| * i40e: Stop dropping 802.1ad tags - eth proto 0x88a8Scott Peterson2017-10-027-3/+62
| * i40e: fix client notify of VF resetAlan Brady2017-10-021-2/+2
| * i40e: fix handling of vf_states variableAlan Brady2017-10-022-2/+4
| * i40e: make i40evf_map_rings_to_vectors voidMitch Williams2017-10-021-7/+2
| * i40evf: Enable VF to request an alternate queue allocationAlan Brady2017-10-024-7/+173
| * i40e: ensure reset occurs when disabling VFJacob Keller2017-10-022-11/+35
| * i40e: make use of i40e_vc_disable_vfJacob Keller2017-10-021-2/+1
| * i40e: drop i40e_pf *pf from i40e_vc_disable_vf()Jacob Keller2017-10-021-4/+3
| * i40e: don't hold spinlock while resetting VFJacob Keller2017-10-021-4/+32
| * i40e: use admin queue for setting LEDs behaviorMariusz Stachura2017-10-023-24/+99
| * i40e: Add support for 'ethtool -m'Filip Sadowski2017-10-029-0/+371
| * i40e: Fix reporting of supported link modesFilip Sadowski2017-10-023-5/+46
| * i40e: Fix a potential NULL pointer dereferenceChristophe JAILLET2017-10-021-0/+3
| * i40e: remove logically dead codeLihong Yang2017-10-021-2/+0
| * i40e: limit lan queue count in large CPU count machineShannon Nelson2017-10-021-4/+7
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2017-10-028-77/+101
|\ \
| * | 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