summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-12-18page_pool: do not release pool until inflight == 0.Jonathan Lemon1-3/+1
2019-12-18net/mlx5e: Fix TXQ indices to be sequentialEran Ben Elisha4-22/+15
2019-12-18net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca3-10/+10
2019-12-18net/mlx5e: Query global pause state before setting prio2bufferHuy Nguyen1-2/+25
2019-12-18net: thunderx: start phy before starting autonegotiationMian Yousaf Kaukab1-1/+1
2019-12-18net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko1-1/+1
2019-12-17ar5523: check NULL before memcpy() in ar5523_cmd()Denis Efremov1-1/+2
2019-12-17wil6210: check len before memcpy() callsDenis Efremov1-2/+4
2019-12-17rtlwifi: rtl8192de: Fix missing enable interrupt flagLarry Finger1-4/+5
2019-12-17rtlwifi: rtl8192de: Fix missing callback that tests for hw release of bufferLarry Finger3-0/+20
2019-12-17rtlwifi: rtl8192de: Fix missing code to retrieve RX buffer addressLarry Finger1-3/+5
2019-12-17iwlwifi: pcie: fix support for transmitting SKBs with fraglistJohannes Berg1-0/+14
2019-12-17virt_wifi: fix use-after-free in virt_wifi_newlink()Taehee Yoo1-2/+2
2019-12-17brcmfmac: disable PCIe interrupts before bus resetRafał Miłecki1-0/+2
2019-12-13can: ucan: fix non-atomic allocation in completion handlerJohan Hovold1-1/+1
2019-12-13can: slcan: Fix use-after-free Read in slcan_openJouni Hogander1-0/+1
2019-12-13net: ep93xx_eth: fix mismatch of request_mem_region in removeChuhong Yuan1-2/+3
2019-12-13net: hns3: fix ETS bandwidth validation bugYonglong Liu1-1/+1
2019-12-13net: hns3: reallocate SSU' buffer size when pfc_en changesYunsheng Lin1-1/+16
2019-12-13ravb: implement MTU change while device is upUlrich Hecht2-13/+16
2019-12-13iwlwifi: pcie: don't consider IV len in A-MSDUMordechay Goodstein1-13/+7
2019-12-13rsi: release skb if rsi_prepare_beacon failsNavid Emamdoost1-0/+1
2019-12-05net: fec: fix clock count mis-matchChuhong Yuan1-4/+11
2019-12-05slip: Fix use-after-free Read in slip_openJouni Hogander1-0/+1
2019-12-05net: macb: add missed tasklet_killChuhong Yuan1-0/+1
2019-12-05net: dsa: sja1105: fix sja1105_parse_rgmii_delays()Oleksij Rempel1-5/+5
2019-12-05mdio_bus: don't use managed reset-controllerDavid Bauer1-2/+4
2019-12-05macvlan: schedule bc_work even if errorMenglong Dong1-1/+2
2019-12-05gve: Fix the queue page list allocated pages countJeroen de Borst1-1/+2
2019-12-05i40e: Fix for ethtool -m issue on X722 NICArkadiusz Kubalewski1-1/+2
2019-12-05iavf: initialize ITRN registers with correct valuesNicholas Nunley1-2/+2
2019-12-05ice: fix potential infinite loop because loop counter being too smallColin Ian King1-1/+1
2019-12-05net: stmmac: xgmac: Disable Flow Control when 1 or more queues are in AVJose Abreu1-0/+2
2019-12-05net: stmmac: xgmac: Fix TSA selectionJose Abreu1-0/+1
2019-12-05net: stmmac: xgmac: bitrev32 returns u32Jose Abreu1-1/+1
2019-12-05net: stmmac: gmac4: bitrev32 returns u32Jose Abreu1-1/+1
2019-12-05net: mscc: ocelot: fix __ocelot_rmw_ix prototypeVladimir Oltean1-1/+1
2019-12-05net/mlx5e: Use correct enum to determine uplink portDmytro Linkin1-1/+2
2019-12-05net/mlx5e: Fix eswitch debug print of max fdb flowRoi Dayan1-1/+1
2019-12-05net: bcmgenet: reapply manual settings to the PHYDoug Berger1-1/+4
2019-12-05net: bcmgenet: use RGMII loopback for MAC resetDoug Berger2-2/+33
2019-12-05can: mcp251x: mcp251x_restart_work_handler(): Fix potential force_quit race c...Timo Schlüßler1-1/+1
2019-12-05can: flexcan: increase error counters if skb enqueueing via can_rx_offload_qu...Marc Kleine-Budde1-2/+8
2019-12-05can: rx-offload: can_rx_offload_irq_offload_fifo(): continue on errorMarc Kleine-Budde1-1/+3
2019-12-05can: rx-offload: can_rx_offload_irq_offload_timestamp(): continue on errorJeroen Hofstee1-1/+1
2019-12-05can: rx-offload: can_rx_offload_offload_one(): use ERR_PTR() to propagate err...Marc Kleine-Budde1-13/+73
2019-12-05can: rx-offload: can_rx_offload_offload_one(): increment rx_fifo_errors on qu...Marc Kleine-Budde1-1/+3
2019-12-05can: rx-offload: can_rx_offload_offload_one(): do not increase the skb_queue ...Marc Kleine-Budde1-1/+1
2019-12-05can: rx-offload: can_rx_offload_queue_tail(): fix error handling, avoid skb m...Marc Kleine-Budde1-2/+4
2019-12-05can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on openJeroen Hofstee1-0/+26