summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-23net: ena: fix shift-out-of-bounds in exponential backoffKrister Johansen1-0/+3
2023-07-23net: bcmgenet: Ensure MDIO unregistration has clocks enabledFlorian Fainelli1-0/+2
2023-07-23netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write()Dan Carpenter1-6/+3
2023-07-23wifi: airo: avoid uninitialized warning in airo_get_rate()Randy Dunlap1-1/+4
2023-07-23octeontx2-pf: Add additional check for MCAM rulesSuman Ghosh2-0/+23
2023-07-23igc: Fix inserting of empty frame for launchtimeFlorian Kauer1-1/+1
2023-07-23igc: Fix launchtime before start of cycleFlorian Kauer1-1/+1
2023-07-23net: bgmac: postpone turning IRQs off to avoid SoC hangsRafał Miłecki1-2/+2
2023-07-23ionic: remove WARN_ON to prevent panic_on_warnNitya Sunkad1-5/+0
2023-07-23gve: Set default duplex configuration to fullJunfeng Guo1-0/+3
2023-07-23net: mvneta: fix txq_map in case of txq_number==1Klaus Kudielka1-2/+2
2023-07-23igc: Handle PPS start time programming for past time valuesAravindhan Gunasekaran1-3/+22
2023-07-23igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksett...Prasad Koya1-0/+2
2023-07-23net/mlx5e: Check for NOT_READY flag state after lockingVlad Buslov1-3/+3
2023-07-23net/mlx5e: fix memory leak in mlx5e_ptp_openZhengchao Shao1-2/+4
2023-07-23net/mlx5e: fix double free in mlx5e_destroy_flow_tableZhengchao Shao1-0/+1
2023-07-23igc: Remove delay during TX ring configurationMuhammad Husaini Zulkifli1-1/+0
2023-07-23net: lan743x: Don't sleep in atomic contextMoritz Fischer1-4/+17
2023-07-23wireguard: netlink: send staged packets when setting initial private keyJason A. Donenfeld1-5/+9
2023-07-23wireguard: queueing: use saner cpu selection wrappingJason A. Donenfeld4-16/+14
2023-07-23octeontx-af: fix hardware timestamp configurationHariprasad Kelam1-1/+1
2023-07-23pptp: Fix fib lookup calls.Guillaume Nault1-11/+20
2023-07-23octeontx2-af: Add validation before accessing cgx and lmacHariprasad Kelam1-0/+7
2023-07-23octeontx2-af: Fix mapping for NIX block from CGX connectionHariprasad Kelam2-1/+12
2023-07-23net: dsa: vsc73xx: fix MTU configurationPawel Dembicki1-3/+3
2023-07-23ibmvnic: Do not reset dql stats on NON_FATAL errNick Child1-1/+8
2023-07-23Add MODULE_FIRMWARE() for FIRMWARE_TG357766.Tobias Heider1-0/+1
2023-07-23ipvlan: Fix return value of ipvlan_queue_xmit()Cambda Zhu1-3/+6
2023-07-23sfc: fix crash when reading stats while NIC is resettingEdward Cree1-3/+10
2023-07-23net: axienet: Move reset before 64-bit DMA detectionMaxim Kochetkov1-5/+5
2023-07-23gtp: Fix use-after-free in __gtp_encap_destroy().Kuniyuki Iwashima1-0/+2
2023-07-23bonding: do not assume skb mac_header is setEric Dumazet1-1/+1
2023-07-23net: stmmac: fix double serdes powerdownBartosz Golaszewski1-6/+0
2023-07-23igc: Fix race condition in PTP tx codeVinicius Costa Gomes3-30/+41
2023-07-23wifi: ath9k: convert msecs to jiffies where neededDmitry Antipov1-2/+2
2023-07-23wifi: iwlwifi: mvm: indicate HW decrypt for beacon protectionJohannes Berg1-3/+6
2023-07-23wifi: iwlwifi: pcie: fix NULL pointer dereference in iwl_pcie_irq_rx_msix_han...Anjaneyulu1-2/+3
2023-07-23iwlwifi: don't dump_stack() when we get an unexpected interruptEmmanuel Grumbach1-3/+6
2023-07-23wifi: iwlwifi: pull from TXQs with softirqs disabledJohannes Berg1-1/+4
2023-07-23wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()Remi Pommarel1-3/+4
2023-07-23wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdownMarek Vasut1-3/+0
2023-07-23wifi: rsi: Do not configure WoWlan in shutdown hook if not enabledMarek Vasut1-4/+2
2023-07-23wifi: ath9k: don't allow to overwrite ENDPOINT0 attributesFedor Pchelkin1-1/+7
2023-07-23wifi: ray_cs: Fix an error handling path in ray_probe()Christophe JAILLET1-5/+11
2023-07-23wifi: ray_cs: Drop useless status variable in parse_addr()Andy Shevchenko1-3/+1
2023-07-23wifi: ray_cs: Utilize strnlen() in parse_addr()Andy Shevchenko1-9/+7
2023-07-23wifi: wl3501_cs: Fix an error handling path in wl3501_probe()Christophe JAILLET1-5/+11
2023-07-23wl3501_cs: use eth_hw_addr_set()Jakub Kicinski1-2/+1
2023-07-23wifi: atmel: Fix an error handling path in atmel_probe()Christophe JAILLET1-2/+11
2023-07-23wifi: orinoco: Fix an error handling path in orinoco_cs_probe()Christophe JAILLET1-2/+11