summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley2022-06-061-0/+5
* net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler2022-05-251-0/+7
* net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang2022-05-251-3/+1
* ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang2022-05-251-1/+4
* igb: skip phy status check where unavailableKevin Mitchell2022-05-251-1/+2
* net/mlx5e: Properly block LRO when XDP is enabledMaxim Mikityanskiy2022-05-251-0/+7
* net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET2022-05-251-1/+2
* net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()Zixuan Fu2022-05-251-0/+4
* net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()Zixuan Fu2022-05-251-0/+2
* net: macb: Increment rx bd head after allocating skb and bufferHarini Katakam2022-05-251-1/+1
* net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo2022-05-181-0/+5
* mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protectionJohannes Berg2022-05-181-0/+3
* can: grcan: only use the NAPI poll budget for RXAndreas Larsson2022-05-151-15/+7
* can: grcan: grcan_probe(): fix broken system id check for errata workaround n...Andreas Larsson2022-05-151-5/+11
* nfp: bpf: silence bitwise vs. logical OR warningNathan Chancellor2022-05-151-2/+2
* smsc911x: allow using IRQ0Sergey Shtylyov2022-05-121-1/+1
* net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham2022-05-121-3/+12
* net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_m...Yang Yingliang2022-05-121-0/+1
* can: grcan: use ofdev->dev when allocating DMA memoryDaniel Hellstrom2022-05-121-2/+4
* can: grcan: grcan_close(): fix deadlockDuoming Zhou2022-05-121-0/+2
* drivers: net: hippi: Fix deadlock in rr_close()Duoming Zhou2022-05-121-0/+2
* bnx2x: fix napi API usage sequenceManish Chopra2022-05-121-4/+5
* net: bcmgenet: hide status block before TX timestampingJonathan Lemon2022-05-121-0/+7
* net: hns3: add validity check for message data lengthJian Shen2022-05-121-0/+7
* Revert "net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-l...Greg Kroah-Hartman2022-05-013-9/+16
* hamradio: remove needs_free_netdev to avoid UAFLin Ma2022-05-011-1/+0
* hamradio: defer 6pack kfree after unregister_netdevLin Ma2022-05-011-1/+3
* Revert "net: micrel: fix KS8851_MLL Kconfig"Marek Vasut2022-04-271-1/+0
* e1000e: Fix possible overflow in LTR decodingSasha Neftin2022-04-271-2/+2
* net: macb: Restart tx only if queue pointer is laggingTomas Melin2022-04-271-0/+8
* dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()Lv Ruyi2022-04-271-2/+6
* brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-271-1/+1
* mt76: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-271-1/+1
* vxlan: fix error return code in vxlan_fdb_appendHongbin Wang2022-04-271-2/+2
* can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua2022-04-271-16/+14
* drivers: net: slip: fix NPD bug in sl_tx_timeout()Duoming Zhou2022-04-201-1/+1
* net: micrel: fix KS8851_MLL KconfigRandy Dunlap2022-04-201-0/+1
* net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-linkDinh Nguyen2022-04-203-16/+9
* mlxsw: i2c: Fix initialization error flowVadim Pasternak2022-04-201-0/+1
* veth: Ensure eth header is in skb's linear partGuillaume Nault2022-04-201-1/+1
* qede: confirm skb is allocated before usingJamie Bainbridge2022-04-151-0/+3
* net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai2022-04-151-2/+1
* bnxt_en: Eliminate unintended link toggle during FW resetMichael Chan2022-04-151-3/+1
* macvtap: advertise link netns via netlinkSven Eckelmann2022-04-151-0/+6
* ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111Zekun Shen2022-04-151-0/+3
* can: mcba_usb: properly check endpoint typePavel Skripkin2022-04-151-10/+16
* can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error pathHangyu Hua2022-04-151-1/+0
* qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix2022-04-151-5/+5
* net: phy: broadcom: Fix brcm_fet_config_init()Florian Fainelli2022-04-151-0/+21
* vxcan: enable local echo for sent CAN framesOliver Hartkopp2022-04-151-1/+1