summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* sky2: Make sure there is at least one frag_addr availableKees Cook2023-10-251-1/+1
* i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt2023-10-251-2/+2
* net: usb: smsc95xx: Fix an error code in smsc95xx_reset()Dan Carpenter2023-10-251-1/+1
* net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_readJavier Carrasco2023-10-251-1/+6
* ixgbe: fix crash with empty VF macvlan listDan Carpenter2023-10-251-2/+3
* xen-netback: use default TX queue size for vifsRoger Pau Monne2023-10-251-3/+0
* ieee802154: ca8210: Fix a potential UAF in ca8210_probeDinghao Liu2023-10-251-14/+3
* net: stmmac: dwmac-stm32: fix resume on STM32 MCUBen Wolsieffer2023-10-101-2/+5
* net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_regShigeru Yoshida2023-10-101-1/+3
* drivers/net: process the result of hdlc_open() and add call of hdlc_close() i...Alexandra Diupina2023-10-101-2/+10
* wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packetPin-yen Lin2023-10-101-7/+9
* wifi: mwifiex: Fix tlv_buf_left calculationGustavo A. R. Silva2023-10-101-2/+2
* qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_infoGustavo A. R. Silva2023-10-101-1/+1
* net: thunderbolt: Fix TCPv6 GSO checksum calculationMika Westerberg2023-10-101-2/+1
* team: fix null-ptr-deref when team device type is changedZiyang Xuan2023-10-101-1/+9
* net: hns3: add 5ms delay before clear firmware reset irq sourceJie Wang2023-10-101-0/+5
* alx: fix OOB-read compiler warningGONG, Ruiqi2023-09-231-3/+2
* wifi: mwifiex: fix fortify warningDmitry Antipov2023-09-231-3/+6
* wifi: ath9k: fix printk specifierDongliang Mu2023-09-232-4/+4
* ixgbe: fix timestamp configuration codeVadim Fedorenko2023-09-231-13/+15
* net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlr...Hangyu Hua2023-09-231-0/+3
* igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska2023-09-231-2/+2
* igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80Olga Zaborska2023-09-231-2/+2
* veth: Fixing transmit return status for dropped packetsLiang Chen2023-09-231-1/+3
* igb: disable virtualization features on 82580Corinna Vinschen2023-09-231-2/+3
* igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl2023-09-231-4/+7
* wifi: ath10k: Use RMW accessors for changing LNKCTLIlpo Järvinen2023-09-231-4/+5
* net: arcnet: Do not call kfree_skb() under local_irq_disable()Jinjie Ruan2023-09-231-1/+1
* wifi: ath9k: use IS_ERR() with debugfs_create_dir()Wang Ming2023-09-231-1/+1
* wifi: mwifiex: avoid possible NULL skb pointer dereferenceDmitry Antipov2023-09-231-1/+9
* wifi: ath9k: protect WMI command response buffer replacement with a lockFedor Pchelkin2023-09-231-6/+8
* wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rxFedor Pchelkin2023-09-231-2/+4
* wifi: mwifiex: Fix missed return in oob checks failed pathPolaris Pi2023-09-232-0/+2
* wifi: mwifiex: fix memory leak in mwifiex_histogram_read()Dmitry Antipov2023-09-231-2/+7
* wifi: mwifiex: fix error recovery in PCIE buffer descriptor managementDmitry Antipov2023-09-231-8/+17
* mwifiex: switch from 'pci_' to 'dma_' APIChristophe JAILLET2023-09-231-75/+78
* mwifiex: drop 'set_consistent_dma_mask' log messageBrian Norris2023-09-231-2/+1
* wifi: mwifiex: Fix OOB and integer underflow when rx packetsPolaris Pi2023-09-233-4/+36
* can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in...Marc Kleine-Budde2023-09-231-2/+3
* Revert "net: macsec: preserve ingress frame ordering"Sabrina Dubroca2023-09-231-2/+1
* bnx2x: fix page fault following EEH recoveryDavid Christensen2023-09-231-2/+7
* net: usb: qmi_wwan: add Quectel EM05GV2Martin Kohn2023-09-231-0/+1
* vxlan: generalize vxlan_parse_gpe_hdr and remove unused argsJiri Benc2023-09-231-30/+28
* ethernet: atheros: fix return value check in atl1c_tso_csum()Yuanjun Gong2023-09-231-2/+5
* ibmveth: Use dcbf rather than dcbflMichael Ellerman2023-08-301-1/+1
* bonding: fix macvlan over alb bond supportHangbin Liu2023-08-301-3/+3
* igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani2023-08-301-12/+12
* net: phy: broadcom: stub c45 read/write for 54810Justin Chen2023-08-301-0/+13
* virtio-net: set queues after driver_okJason Wang2023-08-301-2/+2
* i40e: fix misleading debug logsAndrii Staikov2023-08-301-8/+8