summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-08-03stmmac: dwmac-mediatek: fix resource leak in probeDan Carpenter
2022-08-03net/funeth: Fix fun_xdp_tx() and XDP packet reclaimDimitris Michailidis
2022-08-03sfc: disable softirqs for ptp TXAlejandro Lucero
2022-08-03virtio-net: fix the race between refill work and closeJason Wang
2022-08-03octeontx2-pf: cn10k: Fix egress ratelimit configurationSunil Goutham
2022-08-03i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski
2022-08-03net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_...Jianglei Nie
2022-08-03macsec: always read MACSEC_SA_ATTR_PN as a u64Sabrina Dubroca
2022-08-03macsec: limit replay window size with XPNSabrina Dubroca
2022-08-03macsec: fix error message in macsec_add_rxsa and _txsaSabrina Dubroca
2022-08-03macsec: fix NULL deref in macsec_add_rxsaSabrina Dubroca
2022-08-03mlxsw: spectrum_router: simplify list unwindingTom Rix
2022-08-03net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()Liang He
2022-08-03net: pcs: xpcs: propagate xpcs_read error to xpcs_get_state_c37_sgmiiVladimir Oltean
2022-08-03octeontx2-pf: Fix UDP/TCP src and dst port tc filtersSubbaraya Sundeep
2022-08-03ice: Fix VSIs unable to share unicast MACAnirudh Venkataramanan
2022-08-03ice: do not setup vlan for loopback VSIMaciej Fijalkowski
2022-08-03ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski
2022-08-03ice: Fix max VLANs available for VFPrzemyslaw Patynowski
2022-07-29tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-29ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima
2022-07-29ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima
2022-07-29can: rcar_canfd: Add missing of_node_put() in rcar_canfd_probe()Liang He
2022-07-29amt: do not use amt->nr_tunnels outside of lockTaehee Yoo
2022-07-29amt: drop unexpected multicast dataTaehee Yoo
2022-07-29amt: drop unexpected query messageTaehee Yoo
2022-07-29amt: drop unexpected advertisement messageTaehee Yoo
2022-07-29amt: add missing regeneration nonce logic in request logicTaehee Yoo
2022-07-29amt: use READ_ONCE() in amt moduleTaehee Yoo
2022-07-29amt: remove unnecessary locksTaehee Yoo
2022-07-29amt: use workqueue for gateway side message handlingTaehee Yoo
2022-07-29net: dsa: vitesse-vsc73xx: silent spi_device_id warningsOleksij Rempel
2022-07-29net: dsa: sja1105: silent spi_device_id warningsOleksij Rempel
2022-07-29be2net: Fix buffer overflow in be_get_module_eepromHristo Venev
2022-07-29net: stmmac: remove redunctant disable xPCS EEE callWong Vee Khee
2022-07-29ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski
2022-07-29i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski
2022-07-29net: lan966x: Fix usage of lan966x->mac_lock when used by FDBHoratiu Vultur
2022-07-29net: lan966x: Fix usage of lan966x->mac_lock inside lan966x_mac_irq_handlerHoratiu Vultur
2022-07-29net: lan966x: Fix usage of lan966x->mac_lock when entry is removedHoratiu Vultur
2022-07-29net: lan966x: Fix usage of lan966x->mac_lock when entry is addedHoratiu Vultur
2022-07-29net: lan966x: Fix taking rtnl_lock while holding spin_lockHoratiu Vultur
2022-07-29iavf: Fix missing state logsPrzemyslaw Patynowski
2022-07-29iavf: Fix handling of dummy receive descriptorsPrzemyslaw Patynowski
2022-07-29iavf: Disallow changing rx/tx-frames and rx/tx-frames-irqPrzemyslaw Patynowski
2022-07-29iavf: Fix VLAN_V2 addition/rejectionPrzemyslaw Patynowski
2022-07-29igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima
2022-07-29net: prestera: acl: use proper mask for port selectorMaksym Glubokiy
2022-07-29net: stmmac: fix dma queue left shift overflow issueJunxiao Chang
2022-07-29net: dsa: microchip: ksz_common: Fix refcount leak bugLiang He