summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2023-10-06net: thunderbolt: Fix TCPv6 GSO checksum calculationMika Westerberg
2023-10-06i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()Andrii Staikov
2023-10-06igc: Expose tx-usecs coalesce setting to userMuhammad Husaini Zulkifli
2023-10-06bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPISebastian Andrzej Siewior
2023-10-06net: ena: Flush XDP packets on error.Sebastian Andrzej Siewior
2023-10-06team: fix null-ptr-deref when team device type is changedZiyang Xuan
2023-10-06net: hns3: add 5ms delay before clear firmware reset irq sourceJie Wang
2023-10-06net: hns3: fix fail to delete tc flower rules during reset issueJijie Shao
2023-10-06net: hns3: only enable unicast promisc when mac table fullJian Shen
2023-10-06net: hns3: fix GRE checksum offload issueJie Wang
2023-10-06igc: Fix infinite initialization loop with early XDP redirectVinicius Costa Gomes
2023-10-06ionic: fix 16bit math issue when PAGE_SIZE >= 64KBDavid Christensen
2023-10-06i40e: Fix VF VLAN offloading when port VLAN is configuredIvan Vecera
2023-10-06i40e: Add VF VLAN pruningMateusz Palczewski
2023-10-06iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is setRadoslaw Tyl
2023-09-23wifi: mac80211_hwsim: drop short framesJohannes Berg
2023-09-23alx: fix OOB-read compiler warningGONG, Ruiqi
2023-09-23wifi: wil6210: fix fortify warningsDmitry Antipov
2023-09-23wifi: mwifiex: fix fortify warningDmitry Antipov
2023-09-23wifi: ath9k: fix printk specifierDongliang Mu
2023-09-23wifi: ath9k: fix fortify warningsDmitry Antipov
2023-09-19ixgbe: fix timestamp configuration codeVadim Fedorenko
2023-09-19r8152: check budget for r8152_poll()Hayes Wang
2023-09-19net: dsa: sja1105: hide all multicast addresses from "bridge fdb show"Vladimir Oltean
2023-09-19net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlr...Hangyu Hua
2023-09-19net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc()Hangyu Hua
2023-09-19net/mlx5: Free IRQ rmap and notifier on kernel shutdownSaeed Mahameed
2023-09-19net: hns3: remove GSO partial feature bitJie Wang
2023-09-19net: hns3: fix the port information display when sfp is absentYisen Zhuang
2023-09-19net: hns3: fix invalid mutex between tc qdisc and dcb ets command issueJijie Shao
2023-09-19net: hns3: fix debugfs concurrency issue between kfree buffer and readHao Chen
2023-09-19net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()Hao Chen
2023-09-19net: dsa: sja1105: complete tc-cbs offload support on SJA1110Vladimir Oltean
2023-09-19net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many timesVladimir Oltean
2023-09-19net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offloadVladimir Oltean
2023-09-19igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska
2023-09-19igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80Olga Zaborska
2023-09-19igc: Change IGC_MIN to allow set rx/tx value between 64 and 80Olga Zaborska
2023-09-19octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue mbox handlerGeetha sowjanya
2023-09-19veth: Fixing transmit return status for dropped packetsLiang Chen
2023-09-19igb: disable virtualization features on 82580Corinna Vinschen
2023-09-19igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl
2023-09-19wifi: ath10k: Use RMW accessors for changing LNKCTLIlpo Järvinen
2023-09-19wifi: ath11k: Use RMW accessors for changing LNKCTLIlpo Järvinen
2023-09-19net/mlx5: Use RMW accessors for changing LNKCTLIlpo Järvinen
2023-09-19mlxsw: i2c: Limit single transaction buffer sizeVadim Pasternak
2023-09-19mlxsw: i2c: Fix chunk size setting in output mailbox bufferVadim Pasternak
2023-09-19net: arcnet: Do not call kfree_skb() under local_irq_disable()Jinjie Ruan
2023-09-19wifi: ath9k: use IS_ERR() with debugfs_create_dir()Wang Ming
2023-09-19wifi: mwifiex: avoid possible NULL skb pointer dereferenceDmitry Antipov