summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-01-12vxlan: fix tos value before xmitHangbin Liu1-2/+2
2020-01-12net: usb: lan78xx: fix possible skb leakEric Dumazet1-6/+3
2020-01-12net: stmmac: dwmac-sunxi: Allow all RGMII modesChen-Yu Tsai1-1/+1
2020-01-12macvlan: do not assume mac_header is set in macvlan_broadcast()Eric Dumazet1-1/+1
2020-01-12net: stmmac: RX buffer size must be 16 byte alignedJose Abreu1-1/+1
2020-01-12net: usb: lan78xx: Fix error message format specifierCristian Birsan1-1/+1
2020-01-12bnx2x: Fix logic to get total no. of PFs per engineManish Chopra1-1/+1
2020-01-12bnx2x: Do not handle requests from VFs after parityManish Chopra3-2/+23
2020-01-12ath9k_htc: Discard undersized packetsMasashi Honma1-4/+19
2020-01-12ath9k_htc: Modify byte order for an error messageMasashi Honma1-1/+1
2020-01-04gtp: avoid zero size hashtableTaehee Yoo1-2/+5
2020-01-04gtp: fix wrong condition in gtp_genl_dump_pdp()Taehee Yoo1-17/+19
2020-01-04net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal1-3/+7
2020-01-046pack,mkiss: fix possible deadlockEric Dumazet2-4/+4
2020-01-04net: usb: lan78xx: Fix suspend/resume PHY register access errorCristian Birsan1-0/+1
2020-01-04net: qlogic: Fix error paths in ql_alloc_large_buffers()Ben Hutchings1-4/+4
2020-01-04net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao1-1/+1
2020-01-04fjes: fix missed check in fjes_acpi_addChuhong Yuan1-0/+3
2020-01-04net: phy: initialise phydev speed and duplex sanelyRussell King1-2/+2
2020-01-04iwlwifi: check kasprintf() return valueJohannes Berg2-0/+6
2020-01-04iwlwifi: mvm: fix unaligned read of rx_pkt_statusWang Xuerui1-1/+2
2020-01-04ath10k: fix get invalid tx rate for Mesh metricMiaoqing Pan1-0/+2
2020-01-04rtlwifi: fix memory leak in rtl92c_set_fw_rsvdpagepkt()Ping-Ke Shih1-0/+2
2020-01-04bnx2x: Fix PF-VF communication over multi-cos queues.Manish Chopra1-5/+11
2020-01-04rtl8xxxu: fix RTL8723BU connection failure issue after warm rebootChris Chiu3-0/+5
2020-01-04mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ringNavid Emamdoost1-1/+4
2020-01-04libertas: fix a potential NULL pointer dereferenceAllen Pais1-0/+5
2020-01-04rtlwifi: prevent memory leak in rtl_usb_probeNavid Emamdoost1-1/+4
2019-12-21net: stmmac: don't stop NAPI processing when dropping a packetAaro Koskinen1-7/+7
2019-12-21net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen6-19/+34
2019-12-21net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko1-1/+1
2019-12-21net/mlx5e: Fix SFF 8472 eeprom lengthEran Ben Elisha1-1/+1
2019-12-21ath10k: fix fw crash by moving chip reset after napi disabledMiaoqing Pan1-4/+5
2019-12-21e100: Fix passing zero to 'PTR_ERR' warning in e100_load_ucode_waitYueHaibing1-2/+2
2019-12-21ar5523: check NULL before memcpy() in ar5523_cmd()Denis Efremov1-1/+2
2019-12-21rtlwifi: rtl8192de: Fix missing enable interrupt flagLarry Finger1-4/+5
2019-12-21rtlwifi: rtl8192de: Fix missing callback that tests for hw release of bufferLarry Finger3-0/+20
2019-12-21rtlwifi: rtl8192de: Fix missing code to retrieve RX buffer addressLarry Finger1-3/+5
2019-12-21can: slcan: Fix use-after-free Read in slcan_openJouni Hogander1-0/+1
2019-12-21net/mlx4_core: Fix return codes of unsupported operationsErez Alfasi1-6/+5
2019-12-21net/mlx5: Release resource on error flowMoni Shoua1-2/+2
2019-12-21iwlwifi: mvm: Send non offchannel traffic via AP staAndrei Otcheretianski1-0/+15
2019-12-21cxgb4vf: fix memleak in mac_hlist initializationArjun Vynipadath1-2/+4
2019-12-21net: ep93xx_eth: fix mismatch of request_mem_region in removeChuhong Yuan1-2/+3
2019-12-05net: fec: fix clock count mis-matchChuhong Yuan1-4/+11
2019-12-05slip: Fix use-after-free Read in slip_openJouni Hogander1-0/+1
2019-12-05macvlan: schedule bc_work even if errorMenglong Dong1-1/+2
2019-12-05net: macb: fix error format in dev_err()Luca Ceresoli1-7/+7
2019-12-05sfc: initialise found bitmap in efx_ef10_mtd_probeBert Kenward1-1/+1
2019-12-05sfc: suppress duplicate nvmem partition types in efx_ef10_mtd_probeEdward Cree1-8/+21