summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-01-27gianfar: simplify FCS handling and fix memory leakAndy Spencer1-16/+7
2022-01-27lib82596: Fix IRQ check in sni_82596_probeMiaoqian Lin1-1/+2
2022-01-27bcmgenet: add WOL IRQ checkSergey Shtylyov1-4/+6
2022-01-27libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route()Guillaume Nault1-1/+2
2022-01-27net: axienet: fix number of TX ring slots for available checkRobert Hancock1-2/+2
2022-01-27net: axienet: Wait for PhyRstCmplt after core resetRobert Hancock1-0/+10
2022-01-27net/fsl: xgmac_mdio: Fix incorrect iounmap when removing moduleTobias Waldekranz1-1/+2
2022-01-27iwlwifi: mvm: Increase the scan timeout guard to 30 secondsIlan Peer1-1/+1
2022-01-27net: mdio: Demote probed message to debug printFlorian Fainelli1-1/+1
2022-01-27ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_streamZekun Shen1-0/+7
2022-01-27net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar1-3/+3
2022-01-27ath10k: Fix tx hangingSebastian Gottschall2-2/+3
2022-01-27iwlwifi: mvm: synchronize with FW after multicast commandsJohannes Berg1-0/+17
2022-01-27mwifiex: Fix skb_over_panic in mwifiex_usb_recv()Zekun Shen1-1/+2
2022-01-27ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START replyZekun Shen1-0/+4
2022-01-27net: mcs7830: handle usb read errors properlyPavel Skripkin1-2/+10
2022-01-27can: xilinx_can: xcan_probe(): check for error irqJiasheng Jiang1-1/+6
2022-01-27can: softing: softing_startstop(): fix set but not used variable warningMarc Kleine-Budde1-5/+6
2022-01-27fsl/fman: Check for null pointer after calling devm_ioremapJiasheng Jiang1-5/+16
2022-01-27ppp: ensure minimum packet size in ppp_write()Eric Dumazet1-1/+6
2022-01-27wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_INDBryan O'Donoghue1-2/+2
2022-01-27can: softing_cs: softingcs_probe(): fix memleak on registration failureJohan Hovold1-1/+1
2022-01-27rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with interru...Larry Finger1-0/+1
2022-01-27can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman1-0/+2
2022-01-27can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde1-1/+2
2022-01-11rndis_host: support Hytera digital radiosThomas Toye1-0/+5
2022-01-11i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski1-7/+25
2022-01-11ieee802154: atusb: fix uninit value in atusb_set_extended_addrPavel Skripkin1-4/+6
2022-01-05fsl/fman: Fix missing put_device() call in fman_port_probeMiaoqian Lin1-5/+7
2021-12-29hamradio: improve the incomplete fix to avoid NPDLin Ma1-2/+2
2021-12-29hamradio: defer ax25 kfree after unregister_netdevLin Ma1-4/+5
2021-12-29drivers: net: smc911x: Check for error irqJiasheng Jiang1-0/+5
2021-12-29fjes: Check for error irqJiasheng Jiang1-0/+5
2021-12-29bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera1-1/+1
2021-12-29qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang3-5/+13
2021-12-29can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson1-5/+36
2021-12-29net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski1-0/+6
2021-12-22xen/netback: don't queue unlimited number of packagesJuergen Gross1-7/+11
2021-12-22xen/netback: fix rx queue stall detectionJuergen Gross2-24/+42
2021-12-22xen/netfront: harden netfront against event channel stormsJuergen Gross1-31/+94
2021-12-22mwifiex: Remove unnecessary braces from HostCmd_SET_SEQ_NO_BSS_INFONathan Chancellor2-6/+6
2021-12-22net: lan78xx: Avoid unnecessary self assignmentNathan Chancellor1-4/+2
2021-12-22net: systemport: Add global locking for descriptor lifecycleFlorian Fainelli2-0/+6
2021-12-22ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov1-0/+3
2021-12-22igbvf: fix double free in `igbvf_probe`Letu Ren1-0/+1
2021-12-22net/mlx4_en: Update reported link modes for 1/10GErik Ekman1-3/+3
2021-12-14net/qla3xxx: fix an error code in ql_adapter_up()Dan Carpenter1-10/+9
2021-12-14net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()Joakim Zhang2-1/+4
2021-12-14net: altera: set a couple error code in probe()Dan Carpenter1-3/+6
2021-12-14net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zeroLee Jones1-0/+2