summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: ucc_geth - fix Oops when changing number of buffers in the ringChristophe Leroy2019-05-161-5/+3
* igb: Fix WARN_ONCE on runtime suspendArvind Sankar2019-05-162-49/+10
* net: ibm: fix possible object reference leakWen Yang2019-05-161-0/+1
* net: ks8851: Set initial carrier state to downLukas Wunner2019-05-161-0/+2
* net: ks8851: Delay requesting IRQ until openedLukas Wunner2019-05-161-13/+11
* net: ks8851: Reassert reset pin if chip ID check failsLukas Wunner2019-05-161-1/+1
* net: ks8851: Dequeue RX packets explicitlyLukas Wunner2019-05-161-4/+4
* qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki2019-05-161-0/+2
* net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul2019-05-161-2/+2
* e1000e: Fix -Wformat-truncation warningsFlorian Fainelli2019-04-271-2/+2
* mac8390: Fix mmio access size probeFinn Thain2019-04-031-7/+12
* net: set static variable an initial value in atl2_probe()Mao Wenan2019-03-231-3/+1
* net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov2019-03-231-1/+6
* net: systemport: Fix reception of BPDUsFlorian Fainelli2019-03-231-0/+4
* net/mlx4_core: Fix qp mtt size calculationJack Morgenstein2019-03-231-3/+3
* net: altera_tse: fix msgdma_tx_completion on non-zero fill_level caseTomonori Sakita2019-03-231-1/+2
* sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng2019-03-231-1/+23
* ibmveth: Do not process frames after calling napi_rescheduleThomas Falcon2019-03-231-2/+0
* net: altera_tse: fix connect_local_phy error pathAtsushi Nemoto2019-03-231-1/+3
* net: stmmac: Fix a race in EEE enable callbackJose Abreu2019-02-231-10/+12
* sky2: Increase D3 delay againKai-Heng Feng2019-02-231-1/+1
* enic: fix checksum validation for IPv6Govindarajulu Varadarajan2019-02-201-1/+1
* net: systemport: Fix WoL with password after deep sleepFlorian Fainelli2019-02-202-15/+12
* skge: potential memory corruption in skge_get_regs()Dan Carpenter2019-02-201-2/+4
* niu: fix missing checks of niu_pci_eeprom_readKangjie Lu2019-02-201-2/+8
* igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng2019-02-201-3/+5
* ucc_geth: Reset BQL queue when stopping deviceMathias Thore2019-02-061-0/+2
* r8169: Add support for new Realtek EthernetKai-Heng Feng2019-01-261-0/+2
* ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler2019-01-131-1/+5
* net: 8139cp: fix a BUG triggered by changing mtu with network trafficSu Yanjun2018-12-171-0/+5
* net: amd: add missing of_node_put()Yangtao Li2018-12-131-1/+3
* net: faraday: ftmac100: remove netif_running(netdev) check before disabling i...Vincent Chen2018-12-131-4/+3
* net/mlx4: Fix UBSAN warning of signed integer overflowAya Levin2018-12-131-2/+2
* net/mlx4_core: Zero out lkey field in SW2HW_MPT fw commandJack Morgenstein2018-12-131-0/+1
* net: qla3xxx: Remove overflowing shift statementNathan Chancellor2018-11-221-2/+0
* r8169: fix NAPI handling under high loadHeiner Kallweit2018-11-101-5/+3
* net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel2018-11-101-1/+1
* igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich2018-11-101-0/+7
* igb: Unpair the queues when changing the number of queuesShota Suzuki2018-11-101-0/+2
* dm9000: Fix irq trigger type setup on non-dt platformsSylwester Nawrocki2018-11-101-3/+5
* net: ethernet: davicom: fix devicetree irq resourceRobert Jarzmik2018-11-101-17/+17
* net/mlx4_en: Remove dependency between timestamping capability and service_taskEugenia Emantayev2018-11-101-3/+2
* net: cxgb3_main: fix a missing-check bugWenwen Wang2018-11-101-0/+17
* net: systemport: Fix wake-up interrupt race during resumeFlorian Fainelli2018-11-101-11/+11
* net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier2018-11-101-4/+6
* qlcnic: fix Tx descriptor corruption on 82xx devicesShahed Shaikh2018-11-105-12/+17
* stmmac: fix valid numbers of unicast filter entriesJongsung Kim2018-11-101-3/+2
* r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLEDKai-Heng Feng2018-10-131-3/+6
* net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai2018-10-131-1/+1
* e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen2018-10-131-2/+2