aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-20mt76: mt76x0u: do not reset radio on resumeStanislaw Gruszka1-4/+4
2019-08-20can: mcp251x: remove custom DMA mapped bufferMarc Kleine-Budde1-48/+10
2019-08-20can: mcp251x: Use DT-supplied interrupt flagsPhil Elwell1-1/+4
2019-08-20can: mcp251x: Use dev_name() during request_threaded_irq()Alexander Shiyan1-1/+2
2019-08-20can: mcp251x: mcp251x_hw_reset(): allow more time after a resetMarc Kleine-Budde1-4/+13
2019-08-20can: mcp251x: use u8 instead of uint8_tMarc Kleine-Budde1-5/+4
2019-08-20can: mcp251x: fix print formating stringsMarc Kleine-Budde1-2/+1
2019-08-20can: mcp251x: avoid long linesMarc Kleine-Budde1-2/+4
2019-08-20can: mcp251x: remove unnecessary blank linesMarc Kleine-Budde1-2/+0
2019-08-20can: mcp251x: convert block comments to network style commentsMarc Kleine-Budde1-10/+5
2019-08-20can: m_can_platform: m_can_plat_probe(): add missing error handling if mcan_class is NULLMarc Kleine-Budde1-0/+3
2019-08-20can: m_can_platform: remove not needed casts to struct m_can_plat_priv *Marc Kleine-Budde1-8/+4
2019-08-20can: tcan4x5x: fix data length in regmap write pathMarc Kleine-Budde1-2/+2
2019-08-20can: tcan4x5x: tcan4x5x_can_probe(): add missing error handling if mcan_class is NULLMarc Kleine-Budde1-0/+3
2019-08-20can: tcan4x5x: remove not needed casts to struct tcan4x5x_priv *Marc Kleine-Budde1-13/+8
2019-08-20can: tcan4x5x: remove unused struct tcan4x5x_priv::tcan4x5x_lockMarc Kleine-Budde1-3/+0
2019-08-20can: hi311x: remove custom DMA mapped bufferMarc Kleine-Budde1-49/+10
2019-08-20can: peak_pci: Make structure peak_pciec_i2c_bit_ops constantNishka Dasgupta1-1/+1
2019-08-20can: rcar_can: Remove unused platform data supportGeert Uytterhoeven2-31/+9
2019-08-20auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constantNishka Dasgupta1-2/+2
2019-08-20HID: wacom: correct misreported EKR ring valuesAaron Armstrong Skomra1-1/+1
2019-08-20ALSA: hda/ca0132 - Add new SBZ quirkPaweł Rekowski1-0/+1
2019-08-20ALSA: usb-audio: Add implicit fb quirk for Behringer UFX1604Takashi Iwai1-0/+1
2019-08-20arm: select the dma-noncoherent symbols for all swiotlb buildsChristoph Hellwig2-4/+4
2019-08-19scsi: lpfc: Mitigate high memory pre-allocation by SCSI-MQJames Smart4-4/+27
2019-08-19Merge tag 'wireless-drivers-next-for-davem-2019-08-19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller70-2846/+8545
2019-08-19Merge branch 'sctp-support-per-endpoint-auth-and-asconf-flags'David S. Miller10-136/+325
2019-08-19sctp: remove net sctp.x_enable working as a global switchXin Long1-16/+12
2019-08-19sctp: add SCTP_AUTH_SUPPORTED sockoptXin Long2-0/+87
2019-08-19sctp: add sctp_auth_init and sctp_auth_freeXin Long3-56/+76
2019-08-19sctp: use ep and asoc auth_enable properlyXin Long2-33/+44
2019-08-19sctp: add SCTP_ASCONF_SUPPORTED sockoptXin Long2-0/+83
2019-08-19sctp: check asoc peer.asconf_capable before processing asconfXin Long1-2/+4
2019-08-19sctp: not set peer.asconf_capable in sctp_association_initXin Long1-9/+0
2019-08-19sctp: add asconf_enable in struct sctp_endpointXin Long4-20/+19
2019-08-19net: remove empty inet_exit_netLi RongQing1-5/+0
2019-08-19Merge branch 'ns-plugin-fixes'David S. Miller6-292/+293
2019-08-19tc-testing: concurrency: wrap piped rule update commandsVlad Buslov1-9/+9
2019-08-19tc-testing: use dedicated DUMMY interface name for dummy devVlad Buslov5-283/+284
2019-08-19nfp: flower: verify that block cb is not busy before bindingVlad Buslov1-0/+7
2019-08-19fs/xfs: Fix return code of xfs_break_leased_layouts()Ira Weiny1-1/+1
2019-08-19Kconfig: Fix the reference to the IDT77105 Phy driver in the description of ATM_NICSTAR_USE_IDT77105Christophe JAILLET1-1/+1
2019-08-19r8152: fix accessing skb after napi_gro_receiveHayes Wang1-1/+1
2019-08-19MAINTAINERS: net_failover: Fix typo in a filepathDenis Efremov1-1/+1
2019-08-19ipv6: Fix return value of ipv6_mc_may_pull() for malformed packetsStefano Brivio1-1/+1
2019-08-19Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds6-75/+163
2019-08-19Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-2/+22
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-20/+45
2019-08-19tcp: make sure EPOLLOUT wont be missedEric Dumazet1-7/+9
2019-08-19Merge branch 'RTL8125-EEE'David S. Miller2-2/+53