summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-01Merge tag 'net-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds19-43/+180
2022-06-30net: dsa: felix: fix race between reading PSFP stats and port statsVladimir Oltean1-0/+4
2022-06-30net: tun: avoid disabling NAPI twiceJakub Kicinski1-1/+2
2022-06-30net: sparx5: mdb add/del handle non-sparx5 devicesCasper Andersson1-0/+6
2022-06-30net: sfp: fix memory leak in sfp_probe()Jianglei Nie1-1/+1
2022-06-30mlxsw: spectrum_router: Fix rollback in tunnel next hop initPetr Machata1-1/+13
2022-06-30net: usb: ax88179_178a: Fix packet receivingJose Alonso1-25/+76
2022-06-30net: bonding: fix use-after-free after 802.3ad slave unbindYevhen Orlov1-1/+2
2022-06-30net: phy: ax88772a: fix lost pause advertisement configurationOleksij Rempel1-2/+4
2022-06-30net: phy: Don't trigger state machine while in suspendLukas Wunner2-0/+46
2022-06-30usbnet: fix memory allocation in helpersOliver Neukum1-2/+2
2022-06-28net: bonding: fix possible NULL deref in rlb codeEric Dumazet1-1/+1
2022-06-28net: usb: asix: do not force pause frames supportOleksij Rempel1-2/+1
2022-06-28net: asix: fix "can't send until first packet is send" issueOleksij Rempel1-0/+1
2022-06-28octeon_ep: use bitwise ANDShreenidhi Shedi1-1/+1
2022-06-28epic100: fix use after free on rmmodTong Zhang1-2/+2
2022-06-28net: tun: stop NAPI when detaching queuesJakub Kicinski1-1/+10
2022-06-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-2/+16
2022-06-27caif_virtio: fix race between virtio_device_ready() and ndo_open()Jason Wang1-1/+9
2022-06-27virtio-net: fix race between ndo_open() and virtio_device_ready()Jason Wang1-1/+7
2022-06-25net: dp83822: disable rx error interruptEnguerrand de Ribaucourt1-2/+1
2022-06-25net: dp83822: disable false carrier interruptEnguerrand de Ribaucourt1-1/+0
2022-06-25net: tun: unlink NAPI from device on destructionJakub Kicinski1-0/+1
2022-06-24net: dsa: bcm_sf2: force pause link settingsDoug Berger1-0/+5
2022-06-24net/dsa/hirschmann: Add missing of_node_get() in hellcreek_led_setup()Liang He1-0/+1
2022-06-23virtio_net: fix xdp_rxq_info bug after suspend/resumeStephan Gerhold1-19/+6
2022-06-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-7/+89
2022-06-23igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng1-7/+5
2022-06-23net: dsa: qca8k: reduce mgmt ethernet timeoutChristian Marangi1-1/+1
2022-06-23net: dsa: qca8k: reset cpu port on MTU changeChristian Marangi1-1/+21
2022-06-22hinic: Replace memcpy() with direct assignmentKees Cook1-3/+1
2022-06-22Revert "drivers/net/ethernet/neterion/vxge: Fix a use-after-free bug in vxge-...Jakub Kicinski1-1/+1
2022-06-22net: phy: smsc: Disable Energy Detect Power-Down in interrupt modeLukas Wunner1-2/+4
2022-06-22ice: ethtool: Prohibit improper channel config for DCBAnatolii Gerasymenko2-5/+47
2022-06-21ice: ethtool: advertise 1000M speeds properlyAnatolii Gerasymenko1-1/+38
2022-06-21ice: Fix switchdev rules book keepingWojciech Drewek1-0/+1
2022-06-21ice: ignore protocol field in GTP offloadMarcin Szycik1-1/+3
2022-06-19net: phy: at803x: fix NULL pointer dereference on AR9331 PHYOleksij Rempel1-0/+6
2022-06-19drivers/net/ethernet/neterion/vxge: Fix a use-after-free bug in vxge-main.cWentao_Liang1-1/+1
2022-06-18bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh1-1/+3
2022-06-18igb: fix a use-after-free issue in igb_clean_tx_ringLorenzo Bianconi1-2/+5
2022-06-17hamradio: 6pack: fix array-index-out-of-bounds in decode_std_command()Xu Jia1-1/+8
2022-06-17veth: Add updating of trans_startJay Vosburgh1-0/+4
2022-06-17phy: aquantia: Fix AN when higher speeds than 1G are not advertisedClaudiu Manoil1-1/+14
2022-06-16net: axienet: add missing error return code in axienet_probe()Yang Yingliang1-0/+1
2022-06-15net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso1-13/+13
2022-06-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller5-46/+94
2022-06-15net: bgmac: Fix an erroneous kfree() in bgmac_remove()Christophe JAILLET1-1/+0
2022-06-14ice: Fix memory corruption in VF driverPrzemyslaw Patynowski1-0/+5
2022-06-14ice: Fix queue config fail handlingPrzemyslaw Patynowski1-27/+26