summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* page_pool: do not release pool until inflight == 0.Jonathan Lemon2019-12-181-3/+1
* net/mlx5e: Fix TXQ indices to be sequentialEran Ben Elisha2019-12-184-22/+15
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-183-10/+10
* net/mlx5e: Query global pause state before setting prio2bufferHuy Nguyen2019-12-181-2/+25
* net: thunderx: start phy before starting autonegotiationMian Yousaf Kaukab2019-12-181-1/+1
* net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko2019-12-181-1/+1
* ar5523: check NULL before memcpy() in ar5523_cmd()Denis Efremov2019-12-171-1/+2
* wil6210: check len before memcpy() callsDenis Efremov2019-12-171-2/+4
* rtlwifi: rtl8192de: Fix missing enable interrupt flagLarry Finger2019-12-171-4/+5
* rtlwifi: rtl8192de: Fix missing callback that tests for hw release of bufferLarry Finger2019-12-173-0/+20
* rtlwifi: rtl8192de: Fix missing code to retrieve RX buffer addressLarry Finger2019-12-171-3/+5
* iwlwifi: pcie: fix support for transmitting SKBs with fraglistJohannes Berg2019-12-171-0/+14
* virt_wifi: fix use-after-free in virt_wifi_newlink()Taehee Yoo2019-12-171-2/+2
* brcmfmac: disable PCIe interrupts before bus resetRafał Miłecki2019-12-171-0/+2
* can: ucan: fix non-atomic allocation in completion handlerJohan Hovold2019-12-131-1/+1
* can: slcan: Fix use-after-free Read in slcan_openJouni Hogander2019-12-131-0/+1
* net: ep93xx_eth: fix mismatch of request_mem_region in removeChuhong Yuan2019-12-131-2/+3
* net: hns3: fix ETS bandwidth validation bugYonglong Liu2019-12-131-1/+1
* net: hns3: reallocate SSU' buffer size when pfc_en changesYunsheng Lin2019-12-131-1/+16
* ravb: implement MTU change while device is upUlrich Hecht2019-12-132-13/+16
* iwlwifi: pcie: don't consider IV len in A-MSDUMordechay Goodstein2019-12-131-13/+7
* rsi: release skb if rsi_prepare_beacon failsNavid Emamdoost2019-12-131-0/+1
* net: fec: fix clock count mis-matchChuhong Yuan2019-12-041-4/+11
* slip: Fix use-after-free Read in slip_openJouni Hogander2019-12-041-0/+1
* net: macb: add missed tasklet_killChuhong Yuan2019-12-041-0/+1
* net: dsa: sja1105: fix sja1105_parse_rgmii_delays()Oleksij Rempel2019-12-041-5/+5
* mdio_bus: don't use managed reset-controllerDavid Bauer2019-12-041-2/+4
* macvlan: schedule bc_work even if errorMenglong Dong2019-12-041-1/+2
* gve: Fix the queue page list allocated pages countJeroen de Borst2019-12-041-1/+2
* i40e: Fix for ethtool -m issue on X722 NICArkadiusz Kubalewski2019-12-041-1/+2
* iavf: initialize ITRN registers with correct valuesNicholas Nunley2019-12-041-2/+2
* ice: fix potential infinite loop because loop counter being too smallColin Ian King2019-12-041-1/+1
* net: stmmac: xgmac: Disable Flow Control when 1 or more queues are in AVJose Abreu2019-12-041-0/+2
* net: stmmac: xgmac: Fix TSA selectionJose Abreu2019-12-041-0/+1
* net: stmmac: xgmac: bitrev32 returns u32Jose Abreu2019-12-041-1/+1
* net: stmmac: gmac4: bitrev32 returns u32Jose Abreu2019-12-041-1/+1
* net: mscc: ocelot: fix __ocelot_rmw_ix prototypeVladimir Oltean2019-12-041-1/+1
* net/mlx5e: Use correct enum to determine uplink portDmytro Linkin2019-12-041-1/+2
* net/mlx5e: Fix eswitch debug print of max fdb flowRoi Dayan2019-12-041-1/+1
* net: bcmgenet: reapply manual settings to the PHYDoug Berger2019-12-041-1/+4
* net: bcmgenet: use RGMII loopback for MAC resetDoug Berger2019-12-042-2/+33
* can: mcp251x: mcp251x_restart_work_handler(): Fix potential force_quit race c...Timo Schlüßler2019-12-041-1/+1
* can: flexcan: increase error counters if skb enqueueing via can_rx_offload_qu...Marc Kleine-Budde2019-12-041-2/+8
* can: rx-offload: can_rx_offload_irq_offload_fifo(): continue on errorMarc Kleine-Budde2019-12-041-1/+3
* can: rx-offload: can_rx_offload_irq_offload_timestamp(): continue on errorJeroen Hofstee2019-12-041-1/+1
* can: rx-offload: can_rx_offload_offload_one(): use ERR_PTR() to propagate err...Marc Kleine-Budde2019-12-041-13/+73
* can: rx-offload: can_rx_offload_offload_one(): increment rx_fifo_errors on qu...Marc Kleine-Budde2019-12-041-1/+3
* can: rx-offload: can_rx_offload_offload_one(): do not increase the skb_queue ...Marc Kleine-Budde2019-12-041-1/+1
* can: rx-offload: can_rx_offload_queue_tail(): fix error handling, avoid skb m...Marc Kleine-Budde2019-12-041-2/+4
* can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on openJeroen Hofstee2019-12-041-0/+26