summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2023-09-23alx: fix OOB-read compiler warningGONG, Ruiqi
2023-09-23wifi: mwifiex: fix fortify warningDmitry Antipov
2023-09-23wifi: ath9k: fix printk specifierDongliang Mu
2023-09-23ixgbe: fix timestamp configuration codeVadim Fedorenko
2023-09-23net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlr...Hangyu Hua
2023-09-23igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska
2023-09-23igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80Olga Zaborska
2023-09-23veth: Fixing transmit return status for dropped packetsLiang Chen
2023-09-23igb: disable virtualization features on 82580Corinna Vinschen
2023-09-23igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl
2023-09-23wifi: ath10k: Use RMW accessors for changing LNKCTLIlpo Järvinen
2023-09-23net: arcnet: Do not call kfree_skb() under local_irq_disable()Jinjie Ruan
2023-09-23wifi: ath9k: use IS_ERR() with debugfs_create_dir()Wang Ming
2023-09-23wifi: mwifiex: avoid possible NULL skb pointer dereferenceDmitry Antipov
2023-09-23wifi: ath9k: protect WMI command response buffer replacement with a lockFedor Pchelkin
2023-09-23wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rxFedor Pchelkin
2023-09-23wifi: mwifiex: Fix missed return in oob checks failed pathPolaris Pi
2023-09-23wifi: mwifiex: fix memory leak in mwifiex_histogram_read()Dmitry Antipov
2023-09-23wifi: mwifiex: fix error recovery in PCIE buffer descriptor managementDmitry Antipov
2023-09-23mwifiex: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2023-09-23mwifiex: drop 'set_consistent_dma_mask' log messageBrian Norris
2023-09-23wifi: mwifiex: Fix OOB and integer underflow when rx packetsPolaris Pi
2023-09-23can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in...Marc Kleine-Budde
2023-09-23Revert "net: macsec: preserve ingress frame ordering"Sabrina Dubroca
2023-09-23bnx2x: fix page fault following EEH recoveryDavid Christensen
2023-09-23net: usb: qmi_wwan: add Quectel EM05GV2Martin Kohn
2023-09-23vxlan: generalize vxlan_parse_gpe_hdr and remove unused argsJiri Benc
2023-09-23ethernet: atheros: fix return value check in atl1c_tso_csum()Yuanjun Gong
2023-08-30ibmveth: Use dcbf rather than dcbflMichael Ellerman
2023-08-30bonding: fix macvlan over alb bond supportHangbin Liu
2023-08-30igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani
2023-08-30net: phy: broadcom: stub c45 read/write for 54810Justin Chen
2023-08-30virtio-net: set queues after driver_okJason Wang
2023-08-30i40e: fix misleading debug logsAndrii Staikov
2023-08-30team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan
2023-08-16ibmvnic: Handle DMA unmapping of login buffs in release functionsNick Child
2023-08-16drivers: net: prevent tun_build_skb() to exceed the packet size limitAndrew Kanner
2023-08-16bonding: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan
2023-08-11net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urbAlan Stern
2023-08-11USB: zaurus: Add ID for A-300/B-500/C-700Ross Maynard
2023-08-11net/mlx5e: fix return value check in mlx5e_ipsec_remove_trailer()Yuanjun Gong
2023-08-11virtio-net: fix race between set queues and probeJason Wang
2023-08-11can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPEDMarc Kleine-Budde
2023-08-11benet: fix return value check in be_lancer_xmit_workarounds()Yuanjun Gong
2023-08-11team: reset team's flags when down link is P2P deviceHangbin Liu
2023-08-11bonding: reset bond's flags when down link is P2P deviceHangbin Liu
2023-08-11ethernet: atheros: fix return value check in atl1e_tso_csum()Yuanjun Gong
2023-08-11i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming
2023-08-11net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field()Tanmay Patil
2023-08-11igb: Fix igb_down hung on surprise removalYing Hsu