summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2023-10-06net: thunderbolt: Fix TCPv6 GSO checksum calculationMika Westerberg
2023-10-06tsnep: Fix NAPI polling with budget 0Gerhard Engleder
2023-10-06tsnep: Fix ethtool channelsGerhard Engleder
2023-10-06tsnep: Fix NAPI schedulingGerhard Engleder
2023-10-06igc: Expose tx-usecs coalesce setting to userMuhammad Husaini Zulkifli
2023-10-06octeontx2-pf: Do xdp_do_flush() after redirects.Sebastian Andrzej Siewior
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-06net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable dereferenced b...Cai Huoqing
2023-10-06vxlan: Add missing entries to vxlan_get_size()Benjamin Poirier
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-06net: hns3: add cmdq check for vf periodic service taskJie 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-06iavf: schedule a request immediately after add/delete vlanPetr Oros
2023-10-06iavf: add iavf_schedule_aq_request() helperPetr Oros
2023-10-06iavf: do not process adminq tasks when __IAVF_IN_REMOVE_TASK is setRadoslaw Tyl
2023-10-06octeon_ep: fix tx dma unmap len values in SGShinas Rasheed
2023-10-06net: microchip: sparx5: Fix possible memory leaks in vcap_api_kunitJinjie Ruan
2023-10-06net: microchip: sparx5: Fix possible memory leaks in test_vcap_xn_rule_creator()Jinjie Ruan
2023-10-06net: microchip: sparx5: Fix possible memory leak in vcap_api_encode_rule_test()Jinjie Ruan
2023-10-06net: microchip: sparx5: Fix memory leak for vcap_api_rule_add_actionvalue_test()Jinjie Ruan
2023-10-06net: microchip: sparx5: Fix memory leak for vcap_api_rule_add_keyvalue_test()Jinjie Ruan
2023-09-23Fix nomenclature for USB and PCI wireless devicesAlan Stern
2023-09-23wifi: ath12k: add check max message length while scanning with extraieWen Gong
2023-09-23wifi: ath12k: Fix memory leak in rx_desc and tx_descRajat Soni
2023-09-23Revert "wifi: mac80211_hwsim: check the return value of nla_put_u32"Johannes Berg
2023-09-23wifi: mac80211_hwsim: drop short framesJohannes Berg
2023-09-23wifi: iwlwifi: pcie: avoid a warning in case prepare card failedAvraham Stern
2023-09-23alx: fix OOB-read compiler warningGONG, Ruiqi
2023-09-23wifi: ath12k: avoid array overflow of hw mode for preferred_hw_modeWen Gong
2023-09-23wifi: ath12k: Fix a NULL pointer dereference in ath12k_mac_op_hw_scan()Wen Gong
2023-09-23can: sun4i_can: Add support for the Allwinner D1John Watts
2023-09-23can: sun4i_can: Add acceptance register quirkJohn Watts
2023-09-23wifi: wil6210: fix fortify warningsDmitry Antipov
2023-09-23mt76: mt7921: don't assume adequate headroom for SDIO headersMatt Whitlock
2023-09-23wifi: mwifiex: fix fortify warningDmitry Antipov
2023-09-23wifi: rtw88: delete timer and free skb queue when unloadingDmitry Antipov
2023-09-23wifi: ath9k: fix printk specifierDongliang Mu
2023-09-23wifi: ath9k: fix fortify warningsDmitry Antipov
2023-09-23ice: Don't tx before switchdev is fully configuredWojciech Drewek
2023-09-19net: renesas: rswitch: Fix unmasking irq conditionYoshihiro Shimoda
2023-09-19igb: clean up in all error paths when enabling SR-IOVCorinna Vinschen
2023-09-19ixgbe: fix timestamp configuration codeVadim Fedorenko
2023-09-19veth: Update XDP feature set when bringing up deviceToke Høiland-Jørgensen