summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-27ppp: ensure minimum packet size in ppp_write()Eric Dumazet1-1/+6
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
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-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-4/+9
2021-12-22xen/netfront: harden netfront against event channel stormsJuergen Gross1-31/+94
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-22igbvf: fix double free in `igbvf_probe`Letu Ren1-0/+1
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
2021-12-14can: pch_can: pch_can_rx_normal: fix use after freeVincent Mailhol1-1/+1
2021-12-14can: sja1000: fix use after free in ems_pcmcia_add_card()Dan Carpenter1-1/+6
2021-12-08net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang1-2/+8
2021-12-08natsemi: xtensa: fix section mismatch warningsRandy Dunlap1-1/+1
2021-12-08net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infob...Teng Qi1-0/+4
2021-12-08net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of ...zhangyue1-13/+17
2021-12-08xen/netfront: don't trust the backend response data blindlyJuergen Gross1-5/+75
2021-12-08xen/netfront: disentangle tx_skb_freelistJuergen Gross1-36/+25
2021-12-08xen/netfront: don't read data from request on the ring pageJuergen Gross1-43/+37
2021-12-08xen/netfront: read response from backend only onceJuergen Gross1-19/+19
2021-11-26tun: fix bonding active backup with arp monitoringNicolas Dichtel1-0/+5
2021-11-26net: bnx2x: fix variable dereferenced before checkPavel Skripkin1-1/+3