summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2019-11-06net: stmmac: Fix the packet count in stmmac_rx()Jose Abreu-2/+3
2019-11-06net: stmmac: xgmac: Disable MMC interrupts by defaultJose Abreu-2/+4
2019-11-06net: stmmac: xgmac: Disable Flow Control when 1 or more queues are in AVJose Abreu-0/+2
2019-11-06net: stmmac: xgmac: Fix AV Feature detectionJose Abreu-1/+1
2019-11-06net: stmmac: xgmac: Fix TSA selectionJose Abreu-0/+1
2019-11-06net: stmmac: xgmac: Only get SPH header len if availableJose Abreu-1/+2
2019-11-06net: stmmac: selftests: Prevent false positives in filter testsJose Abreu-40/+94
2019-11-06net: stmmac: xgmac: bitrev32 returns u32Jose Abreu-1/+1
2019-11-06net: stmmac: gmac4: bitrev32 returns u32Jose Abreu-1/+1
2019-11-06net: mscc: ocelot: fix __ocelot_rmw_ix prototypeVladimir Oltean-1/+1
2019-11-06net: mscc: ocelot: fix NULL pointer on LAG slave removalClaudiu Manoil-1/+2
2019-11-06net: mscc: ocelot: don't handle netdev events for other netdevsClaudiu Manoil-3/+3
2019-11-06net/mlx5e: Use correct enum to determine uplink portDmytro Linkin-1/+2
2019-11-06net/mlx5: DR, Fix memory leak during rule creationAlex Vesker-0/+2
2019-11-06net/mlx5: DR, Fix memory leak in modify action destroyAlex Vesker-0/+1
2019-11-06net/mlx5e: Fix eswitch debug print of max fdb flowRoi Dayan-1/+1
2019-11-06net: bcmgenet: reapply manual settings to the PHYDoug Berger-1/+4
2019-11-06Revert "net: bcmgenet: soft reset 40nm EPHYs before MAC init"Doug Berger-69/+73
2019-11-06net: bcmgenet: use RGMII loopback for MAC resetDoug Berger-2/+33
2019-11-05net: qualcomm: rmnet: Fix potential UAF when unregisteringSean Tranchetti-2/+2
2019-11-05mlx4_core: fix wrong comment about the reason of subtract one from the max_cqesDotan Barak-2/+1
2019-11-05net: dsa: bcm_sf2: Fix driver removalFlorian Fainelli-2/+2
2019-11-05net: hns3: Use the correct style for SPDX License IdentifierNishad Kamdar-7/+7
2019-11-05bonding: fix state transition issue in link monitoringJay Vosburgh-22/+22
2019-11-05can: mcp251x: mcp251x_restart_work_handler(): Fix potential force_quit race c...Timo Schlüßler-1/+1
2019-11-04can: ti_hecc: add missing state changesJeroen Hofstee-0/+17
2019-11-04can: ti_hecc: properly report state changesJeroen Hofstee-74/+88
2019-11-04can: ti_hecc: add fifo overflow error reportingJeroen Hofstee-5/+31
2019-11-04can: ti_hecc: release the mailbox a bit earlierJeroen Hofstee-2/+3
2019-11-04can: ti_hecc: keep MIM and MD setJeroen Hofstee-3/+3
2019-11-04can: ti_hecc: ti_hecc_stop(): stop the CPK on downJeroen Hofstee-0/+3
2019-11-04can: ti_hecc: ti_hecc_error(): increase error counters if skb enqueueing via ...Marc Kleine-Budde-1/+4
2019-11-04can: flexcan: increase error counters if skb enqueueing via can_rx_offload_qu...Marc Kleine-Budde-2/+8
2019-11-04can: rx-offload: can_rx_offload_irq_offload_fifo(): continue on errorMarc Kleine-Budde-1/+3
2019-11-04can: rx-offload: can_rx_offload_irq_offload_timestamp(): continue on errorJeroen Hofstee-1/+1
2019-11-04can: rx-offload: can_rx_offload_offload_one(): use ERR_PTR() to propagate err...Marc Kleine-Budde-13/+73
2019-11-04can: rx-offload: can_rx_offload_offload_one(): increment rx_fifo_errors on qu...Marc Kleine-Budde-1/+3
2019-11-04can: rx-offload: can_rx_offload_offload_one(): do not increase the skb_queue ...Marc Kleine-Budde-1/+1
2019-11-04can: rx-offload: can_rx_offload_queue_tail(): fix error handling, avoid skb m...Marc Kleine-Budde-2/+4
2019-11-04can: rx-offload: can_rx_offload_queue_sorted(): fix error handling, avoid skb...Marc Kleine-Budde-2/+4
2019-11-04can: xilinx_can: Fix flags field initialization for axi canAppana Durga Kedareswara rao-1/+0
2019-11-04can: c_can: C_CAN: add bus recovery eventsJeroen Hofstee-2/+18
2019-11-04can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on openJeroen Hofstee-0/+26
2019-11-04can: c_can: c_can_poll(): only read status register after status IRQKurt Van Dijck-5/+21
2019-11-04can: peak_usb: report bus recovery as wellJeroen Hofstee-5/+10
2019-11-04can: peak_usb: fix slab info leakJohan Hovold-1/+1
2019-11-04can: peak_usb: fix a potential out-of-sync while decoding packetsStephane Grosjean-5/+12
2019-11-04can: flexcan: disable completely the ECC mechanismJoakim Zhang-0/+1
2019-11-04can: usb_8dev: fix use-after-free on disconnectJohan Hovold-2/+1
2019-11-04can: mcba_usb: fix use-after-free on disconnectJohan Hovold-2/+1