summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-08xen/netback: Fix buffer overrun triggered by unusual packetRoss Lagerwall1-5/+10
2023-08-03net: dsa: qca8k: fix mdb add/del case with 0 VIDChristian Marangi1-0/+6
2023-08-03net: dsa: qca8k: fix broken search_and_delChristian Marangi1-0/+4
2023-08-03net: dsa: qca8k: fix search_and_insert wrong handling of new ruleChristian Marangi1-3/+6
2023-08-03virtio-net: fix race between set queues and probeJason Wang1-2/+2
2023-08-03can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPEDMarc Kleine-Budde1-0/+2
2023-08-03benet: fix return value check in be_lancer_xmit_workarounds()Yuanjun Gong1-1/+2
2023-08-03igc: Fix Kernel Panic during ndo_tx_timeout callbackMuhammad Husaini Zulkifli1-12/+28
2023-08-03net: stmmac: Apply redundant write work around on 4.xx tooVincent Whitchurch1-1/+3
2023-08-03octeontx2-af: Fix hash extraction enable configurationSuman Ghosh2-5/+46
2023-08-03octeontx2-af: Removed unnecessary debug messages.Sunil Goutham1-14/+4
2023-08-03team: reset team's flags when down link is P2P deviceHangbin Liu1-0/+9
2023-08-03bonding: reset bond's flags when down link is P2P deviceHangbin Liu1-0/+5
2023-08-03ice: Fix memory management in ice_ethtool_fdir.cJedrzej Jagielski1-12/+14
2023-08-03ethernet: atheros: fix return value check in atl1e_tso_csum()Yuanjun Gong1-2/+5
2023-08-03atheros: fix return value check in atl1_tso()Yuanjun Gong1-2/+5
2023-08-03vxlan: fix GRO with VXLAN-GPEJiri Benc1-15/+69
2023-08-03vxlan: generalize vxlan_parse_gpe_hdr and remove unused argsJiri Benc1-30/+28
2023-08-03vxlan: calculate correct header length for GPEJiri Benc2-14/+11
2023-08-03net: hns3: fix wrong bw weight of disabled tc issueJijie Shao2-4/+16
2023-08-03net: hns3: fix wrong tc bandwidth weight data issueJijie Shao1-2/+1
2023-08-03net: hns3: fix the imp capability bit cannot exceed 32 bits issueHao Lan2-4/+20
2023-08-03net: phy: marvell10g: fix 88x3310 power upJiawen Wu1-0/+7
2023-08-03iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILEDJacob Keller1-3/+3
2023-08-03iavf: fix potential deadlock on allocation failureJacob Keller1-2/+3
2023-08-03i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming1-1/+1
2023-07-27net: phy: prevent stale pointer dereference in phy_init()Vladimir Oltean1-7/+14
2023-07-27igc: Prevent garbled TX queue with XDP ZEROCOPYFlorian Kauer1-2/+2
2023-07-27igc: Avoid transmit queue timeout for XDPKurt Kanzenbach1-0/+8
2023-07-27octeontx2-pf: Dont allocate BPIDs for LBK interfacesGeetha sowjanya1-2/+3
2023-07-27iavf: fix reset task race with iavf_remove()Ahmed Zaki4-29/+16
2023-07-27iavf: fix a deadlock caused by rtnl and driver's lock circular dependenciesAhmed Zaki3-32/+85
2023-07-27iavf: Wait for reset in callbacks which trigger itMarcin Szycik4-17/+68
2023-07-27iavf: make functions static where possiblePrzemek Kitszel4-43/+28
2023-07-27iavf: send VLAN offloading caps once after VFRAhmed Zaki1-5/+0
2023-07-27iavf: Move netdev_update_features() into watchdog taskMarcin Szycik2-18/+17
2023-07-27iavf: use internal state to free traffic IRQsAhmed Zaki1-3/+4
2023-07-27iavf: Fix out-of-bounds when setting channels on removeDing Hui1-1/+1
2023-07-27iavf: Fix use-after-free in free_netdevDing Hui1-4/+1
2023-07-27net: dsa: microchip: correct KSZ8795 static MAC table accessTristram Ha3-5/+18
2023-07-27net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for empty...Oleksij Rempel1-37/+50
2023-07-27net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() staticOleksij Rempel2-4/+2
2023-07-27net: dsa: microchip: ksz8: Separate static MAC table operations for code reuseOleksij Rempel1-11/+23
2023-07-27net: ethernet: mtk_eth_soc: handle probe deferralDaniel Golle1-18/+11
2023-07-27net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field()Tanmay Patil1-5/+19
2023-07-27dsa: mv88e6xxx: Do a final check before timing outLinus Walleij1-0/+7
2023-07-27net: hns3: fix strncpy() not using dest-buf length as length issueHao Chen2-12/+48
2023-07-27igb: Fix igb_down hung on surprise removalYing Hsu1-0/+5
2023-07-27wifi: iwlwifi: pcie: add device id 51F1 for killer 1675Yi Kuo1-0/+2
2023-07-27wifi: iwlwifi: mvm: avoid baid size integer overflowJohannes Berg1-1/+1