summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| * et131x: Fix logical vs bitwise check in et131x_tx_timeout()Florian Fainelli2016-07-171-1/+1
| * net: bgmac: Fix infinite loop in bgmac_dma_tx_add()Florian Fainelli2016-07-161-1/+1
| * mlxsw: spectrum: Prevent invalid ingress buffer mappingIdo Schimmel2016-07-153-3/+19
| * mlxsw: spectrum: Prevent overwrite of DCB capability fieldsIdo Schimmel2016-07-151-0/+2
| * mlxsw: spectrum: Don't emit errors when PFC is disabledIdo Schimmel2016-07-151-1/+2
| * mlxsw: spectrum: Indicate support for autonegotiationIdo Schimmel2016-07-151-1/+2
| * mlxsw: spectrum: Force link training according to admin stateIdo Schimmel2016-07-151-24/+1Star
| * i40e: use valid online CPU on q_vector initializationGuilherme G. Piccoli2016-07-151-5/+11
| * ixgbe: napi_poll must return the work donePaolo Abeni2016-07-151-1/+1
| * i40e: enable VSI broadcast promiscuous mode instead of adding broadcast filterKiran Patil2016-07-151-12/+20
| * i40e/i40evf: Fix i40e_rx_checksumAlexander Duyck2016-07-152-26/+34
| * net/mlx5e: start/stop all tx queues upon open/close netdevMohamad Haj Yahia2016-07-131-0/+11
| * net/mlx5e: Fix TX Timeout to detect queues stuck on BQLDaniel Jurgens2016-07-131-1/+1
| * net: ethoc: Correctly pad short packetsFlorian Fainelli2016-07-131-0/+6
| * net: ethoc: Fix early error pathsFlorian Fainelli2016-07-131-5/+5
| * net: nps_enet: Fix PCS resetNoam Camus2016-07-121-0/+1
| * bnxt_en: initialize rc to zero to avoid returning garbageColin Ian King2016-07-111-1/+1
| * ibmvnic: Fix passive VNIC server login processThomas Falcon2016-07-092-2/+61
| * ibmvnic: simplify and improve driver probe functionThomas Falcon2016-07-091-56/+103
| * ibmvnic: dispose irq mappingsThomas Falcon2016-07-091-0/+2
| * ibmvnic: properly start and stop tx queuesThomas Falcon2016-07-091-2/+3
| * net: mvneta: set real interrupt per packet for tx_doneDmitri Epshtein2016-07-091-1/+1
* | net/mlx4_en: use READ_ONCE when freeing xdp_progBrenden Blanco2016-07-211-2/+4
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2016-07-219-167/+233
|\ \
| * | fm10k: bump version numberJacob Keller2016-07-211-1/+1
| * | fm10k: return proper error code when pci_enable_msix_range failsJacob Keller2016-07-211-1/+1
| * | fm10k: force link to remain down for at least a second on resume eventsJacob Keller2016-07-211-0/+4
| * | fm10k: implement request_lport_map pointerJacob Keller2016-07-213-13/+9Star
| * | fm10k: check if PCIe link is restoredJacob Keller2016-07-211-0/+13
| * | fm10k: enable bus master after every resetJacob Keller2016-07-211-0/+2
| * | fm10k: use common flow for suspend and resumeJacob Keller2016-07-211-70/+3Star
| * | fm10k: implement reset_notify handler for PCIe FLR eventsJacob Keller2016-07-211-0/+33
| * | fm10k: use common reset flow when handling io errors from PCI stackJacob Keller2016-07-211-53/+7Star
| * | fm10k: implement prepare_suspend and handle_resumeJacob Keller2016-07-211-0/+38
| * | fm10k: split fm10k_reinit into two functionsJacob Keller2016-07-211-5/+28
| * | fm10k: wait for queues to drain if stop_hw() fails onceJacob Keller2016-07-213-7/+40
| * | fm10k: only warn when stop_hw fails with FM10K_ERR_REQUESTS_PENDINGJacob Keller2016-07-211-1/+4
| * | fm10k: use actual hardware registers when checking for pending TxJacob Keller2016-07-211-3/+5
| * | fm10k: perform data path reset even when switch is not readyJacob Keller2016-07-211-5/+0Star
| * | fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDINGJacob Keller2016-07-214-15/+24
| * | fm10k: Reset mailbox global interruptsNgai-Mint Kwan2016-07-212-0/+6
| * | fm10k: prevent multiple threads updating statisticsJacob Keller2016-07-212-0/+15
| * | fm10k: avoid possible null pointer dereference in fm10k_update_statsJacob Keller2016-07-211-2/+8
| * | fm10k: no need to continue in fm10k_down if __FM10K_DOWN already setJacob Keller2016-07-211-1/+2
* | | net/faraday: Disallow using reversed MAC address from hardwareGavin Shan2016-07-211-9/+0Star
|/ /
* | mlxsw: spectrum: Expose per-tc counters via ethtoolIdo Schimmel2016-07-202-1/+65
* | mlxsw: spectrum: Expose per-priority counters via ethtoolIdo Schimmel2016-07-201-9/+107
* | net: cpmac: fix error handling of cpmac_probe()Wei Yongjun2016-07-201-3/+2Star
* | net/mlx5: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun2016-07-201-8/+2Star
* | net: ethernet: nb8800: fix error handling of nb8800_probe()Wei Yongjun2016-07-201-1/+1