summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: fec: Stop PPS on driver removeCsókás, Bence2024-08-191-0/+3
* net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register()Joe Hattori2024-08-191-1/+3
* net: usb: qmi_wwan: fix memory leak for not ip packetsDaniele Palmas2024-08-191-0/+1
* r8169: don't increment tx_dropped in case of NETDEV_TX_BUSYHeiner Kallweit2024-08-191-6/+2
* net: usb: sr9700: fix uninitialized variable use in sr_mdio_readMa Ke2024-08-191-2/+9
* net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptysShahar Shitrit2024-08-191-1/+6
* net: stmmac: Correct byte order of perfect_matchSimon Horman2024-08-194-5/+5
* net: bonding: correctly annotate RCU in bond_should_notify_peers()Johannes Berg2024-08-191-5/+2
* wifi: mwifiex: Fix interface type changeRafael Beims2024-08-191-0/+2
* net: netconsole: Disable target before netpoll cleanupBreno Leitao2024-08-191-1/+1
* net: dsa: b53: Limit chip-wide jumbo frame config to CPU portsMartin Willi2024-08-191-0/+3
* net: dsa: mv88e6xxx: Limit chip-wide frame size config to CPU portsMartin Willi2024-08-191-1/+2
* bna: adjust 'name' buf size of bna_tcb and bna_ccb structuresAlexey Kodanev2024-08-192-6/+7
* wifi: virt_wifi: don't use strlen() in const contextJohannes Berg2024-08-191-2/+3
* wifi: virt_wifi: avoid reporting connection success with wrong SSIDEn-Wei Wu2024-08-191-3/+16
* qed: Improve the stack space of filter_config()Shai Malin2024-08-192-48/+22
* net: fec: Fix FEC_ECR_EN1588 being cleared on link-downCsókás, Bence2024-08-191-0/+6
* net: fec: Refactor: #define magic constantsCsókás Bence2024-08-191-16/+30
* wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphersBaochen Qiang2024-08-193-6/+15
* ath11k: dp: stop rx pktlog before suspendCarl Huang2024-08-194-0/+56
* mlxsw: spectrum_acl: Fix ACL scale regression and firmware errorsIdo Schimmel2024-08-193-17/+12
* mlxsw: spectrum_acl_bloom_filter: Make mlxsw_sp_acl_bf_key_encode() more flex...Amit Cohen2024-08-191-11/+25
* mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel2024-08-191-13/+0
* wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only deviceSamasth Norway Ananda2024-08-191-9/+9
* tap: add missing verification for short frameSi-Wei Liu2024-07-271-0/+5
* tun: add missing verification for short frameDongli Zhang2024-07-271-0/+3
* net: usb: qmi_wwan: add Telit FN912 compositionsDaniele Palmas2024-07-271-0/+2
* can: kvaser_usb: fix return value for hif_usb_send_regoutChen Ni2024-07-271-1/+1
* wireguard: send: annotate intentional data race in checking empty queueJason A. Donenfeld2024-07-181-1/+1
* wireguard: queueing: annotate intentional data race in cpu round robinJason A. Donenfeld2024-07-181-2/+2
* wireguard: allowedips: avoid unaligned 64-bit memory accessesHelge Deller2024-07-181-2/+2
* net: ks8851: Fix potential TX stall after interface reopenRonald Wahl2024-07-181-1/+1
* octeontx2-af: fix detection of IP layerMichal Mazur2024-07-181-2/+6
* ppp: reject claimed-as-LCP but actually malformed packetsDmitry Antipov2024-07-181-0/+15
* net: ethernet: lantiq_etop: fix double free in detachAleksander Jan Bajkowski2024-07-181-2/+2
* net: lantiq_etop: add blank line after declarationAleksander Jan Bajkowski2024-07-181-0/+1
* octeontx2-af: Fix incorrect value output on error path in rvu_check_rsrc_avai...Aleksandr Mishin2024-07-181-1/+1
* bnx2x: Fix multiple UBSAN array-index-out-of-boundsGhadi Elie Rahme2024-07-181-1/+1
* can: kvaser_usb: Explicitly initialize family in leafimx driver_info structJimmy Assarsson2024-07-181-0/+1
* bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()Sam Sun2024-07-181-3/+3
* wifi: wilc1000: fix ies_len type in connect pathJozef Hopko2024-07-181-1/+2
* net: dsa: mv88e6xxx: Correct check for empty listSimon Horman2024-07-181-2/+2
* net: usb: ax88179_178a: improve link status logsJose Ignacio Tornos Martinez2024-07-051-1/+5
* net/dpaa2: Avoid explicit cpumask var allocation on stackDawei Li2024-07-051-5/+9
* net: phy: micrel: add Microchip KSZ 9477 to the device tableEnguerrand de Ribaucourt2024-07-051-0/+1
* net: dsa: microchip: fix initial port flush problemTristram Ha2024-07-051-4/+2
* r8169: Fix possible ring buffer corruption on fragmented Tx packets.Ken Milmore2024-07-051-1/+2
* r8169: remove not needed check in rtl8169_start_xmitHeiner Kallweit2024-07-051-5/+2
* r8169: remove nr_frags argument from rtl_tx_slots_availHeiner Kallweit2024-07-051-9/+6
* r8169: improve rtl8169_start_xmitHeiner Kallweit2024-07-051-9/+6