summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-08-11Revert "vxlan: fix tos value before xmit"Hangbin Liu1-2/+2
2020-08-11net: thunderx: use spin_lock_bh in nicvf_set_rx_mode_task()Xin Long1-2/+2
2020-08-11net: mvpp2: fix memory leak in mvpp2_rxLorenzo Bianconi1-0/+1
2020-08-11net: macb: Properly handle phylink on at91sam9xStefan Roese1-4/+7
2020-08-11hv_netvsc: do not use VF device if link is downStephen Hemminger1-3/+4
2020-08-11dpaa2-eth: Fix passing zero to 'PTR_ERR' warningYueHaibing1-3/+3
2020-08-11net: lan78xx: replace bogus endpoint lookupJohan Hovold1-87/+30
2020-08-11vxlan: Ensure FDB dump is performed under RCUIdo Schimmel1-1/+5
2020-08-11PCI: tegra: Revert tegra124 raw_violation_fixupNicolas Chauvet1-32/+0
2020-08-11atm: fix atm_dev refcnt leaks in atmtcp_remove_persistentXin Xiong1-2/+8
2020-08-11igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri1-0/+9
2020-08-11firmware: Fix a reference count leak.Qiushi Wu1-3/+4
2020-08-11net: ethernet: mtk_eth_soc: Always call mtk_gmac0_rgmii_adjust() for mt7623René van Dorst1-5/+14
2020-08-11usb: hso: check for return value in hso_serial_common_create()Rustam Kovhaev1-1/+4
2020-08-11i2c: slave: add sanity check when unregisteringWolfram Sang1-0/+3
2020-08-11i2c: slave: improve sanity check when registeringWolfram Sang1-3/+1
2020-08-11net: mscc: ocelot: fix hardware timestamp dequeue logiclaurent brando1-5/+5
2020-08-11drm/drm_fb_helper: fix fbdev with sparc64Sam Ravnborg2-1/+6
2020-08-11drm/panel: Fix auo, kd101n80-45na horizontal noise on edges of panelJitao Shi1-3/+3
2020-08-11drm/bridge/adv7511: set the bridge type properlyLaurentiu Palcu1-0/+1
2020-08-11nvme-pci: prevent SK hynix PC400 from using Write Zeroes commandKai-Heng Feng1-0/+2
2020-08-11drm/nouveau/fbcon: zero-initialise the mode_cmd2 structureBen Skeggs1-1/+1
2020-08-11drm/nouveau/fbcon: fix module unload when fbcon init has failed for some reasonBen Skeggs1-0/+1
2020-08-11drm/nouveau/kms/tu102: wait for core update to complete when assigning windowsBen Skeggs1-1/+1
2020-08-11gpio: max77620: Fix missing release of interruptDmitry Osipenko1-2/+3
2020-08-11leds: 88pm860x: fix use-after-free on unbindJohan Hovold1-1/+13
2020-08-11leds: lm3533: fix use-after-free on unbindJohan Hovold1-3/+9
2020-08-11leds: da903x: fix use-after-free on unbindJohan Hovold1-1/+13
2020-08-11leds: lm36274: fix use-after-free on unbindJohan Hovold1-3/+12
2020-08-11leds: wm831x-status: fix use-after-free on unbindJohan Hovold1-1/+13
2020-08-11mtd: properly check all write ioctls for permissionsGreg Kroah-Hartman1-9/+47
2020-08-11vgacon: Fix for missing check in scrollback handlingYunhai Zhang1-0/+4
2020-08-11lkdtm/heap: Avoid edge and middle of slabsKees Cook1-4/+5
2020-08-11binder: Prevent context manager from incrementing ref 0Jann Horn1-1/+14
2020-08-11omapfb: dss: Fix max fclk divider for omap36xxAdam Ford1-1/+1
2020-08-11Staging: rtl8188eu: rtw_mlme: Fix uninitialized variable authmodeDinghao Liu1-1/+3
2020-08-11staging: rtl8712: handle firmware load failureRustam Kovhaev2-4/+10
2020-08-11staging: android: ashmem: Fix lockdep warning for write operationSuren Baghdasaryan1-0/+12
2020-08-11usb: xhci: Fix ASMedia ASM1142 DMA addressingForest Crossman1-1/+3
2020-08-11usb: xhci: define IDs for various ASMedia host controllersForest Crossman1-3/+5
2020-08-11USB: iowarrior: fix up report size handling for some devicesGreg Kroah-Hartman1-10/+25
2020-08-11USB: serial: qcserial: add EM7305 QDL product IDErik Ekman1-0/+1
2020-08-11scsi: ufs: Fix and simplify setup_xfer_req variant operationStanley Chu1-4/+5
2020-08-07random32: update the net random state on interrupt and activityWilly Tarreau1-0/+1
2020-08-05drivers/net/wan: lapb: Corrected the usage of skb_cowXie He2-4/+8
2020-08-05xen-netfront: fix potential deadlock in xennet_remove()Andrea Righi1-22/+42
2020-08-05cxgb4: add missing release on skb in uld_send()Navid Emamdoost1-0/+1
2020-08-05i2c: cadence: Clear HOLD bit at correct time in Rx pathRaviteja Narayanam1-9/+10
2020-08-05Revert "i2c: cadence: Fix the hold bit setting"Raviteja Narayanam1-7/+2
2020-08-05net: ethernet: ravb: exit if re-initialization fails in tx timeoutYoshihiro Shimoda1-2/+24