summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | qede: Fix XDP memory leak on unloadSuddarsana Reddy Kalluru2017-05-091-0/+3
| * | | | | | | | | | | net/mlx4_core: Reduce harmless SRIOV error message to debug levelJack Morgenstein2017-05-092-4/+12
| * | | | | | | | | | | net/mlx4_en: Avoid adding steering rules with invalid ringTalat Batheesh2017-05-091-0/+5
| * | | | | | | | | | | net/mlx4_en: Change the error print to debug printKamal Heib2017-05-091-1/+2
| * | | | | | | | | | | drivers: net: wimax: i2400m: i2400m-usb: Use time_after for time comparisonKarim Eshapa2017-05-091-1/+1
| * | | | | | | | | | | net: mdio-mux: bcm-iproc: call mdiobus_free() in error pathJon Mason2017-05-081-1/+4
| * | | | | | | | | | | net: ethernet: ti: cpsw: adjust cpsw fifos depth for fullduplex flow controlGrygorii Strashko2017-05-081-0/+16
| * | | | | | | | | | | Merge tag 'mac80211-for-davem-2017-05-08' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-05-085-6/+16
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | mac80211: properly remove RX_ENC_FLAG_40MHZJohannes Berg2017-05-085-6/+16
| * | | | | | | | | | | | net: cdc_ncm: Fix TX zero paddingJim Baxter2017-05-081-4/+7
| * | | | | | | | | | | | stmmac: pci: split out common_default_data() helperAndy Shevchenko2017-05-081-34/+18
| * | | | | | | | | | | | stmmac: pci: RX queue routing configurationAndy Shevchenko2017-05-081-0/+3
| * | | | | | | | | | | | stmmac: pci: TX and RX queue priority configurationAndy Shevchenko2017-05-081-0/+4
| * | | | | | | | | | | | stmmac: pci: set default number of rx and tx queuesAndy Shevchenko2017-05-081-0/+4
| * | | | | | | | | | | | yam: use memdup_userGeliang Tang2017-05-081-6/+4
| * | | | | | | | | | | | net/hippi/rrunner: use memdup_userGeliang Tang2017-05-081-10/+7
| * | | | | | | | | | | | cxgb4: avoid disabling FEC by defaultGanesh Goudar2017-05-083-10/+43
| * | | | | | | | | | | | net: dsa: loop: Check for memory allocation failureChristophe Jaillet2017-05-081-0/+3
| * | | | | | | | | | | | bonding: check nla_put_be32 return valueHangbin Liu2017-05-081-1/+2
| * | | | | | | | | | | | bnxt_en: allocate enough space for ->ntp_fltr_bmapDan Carpenter2017-05-081-1/+2
| * | | | | | | | | | | | qlge: Avoid reading past end of bufferKees Cook2017-05-081-2/+2
| * | | | | | | | | | | | bna: ethtool: Avoid reading past end of bufferKees Cook2017-05-081-2/+2
| * | | | | | | | | | | | bna: Avoid reading past end of bufferKees Cook2017-05-081-1/+1
| * | | | | | | | | | | | aquantia: Fix "ethtool -S" crash when adapter down.Pavel Belous2017-05-081-2/+4
| * | | | | | | | | | | | net: alx: handle pci_alloc_irq_vectors return correctlyRakesh Pandit2017-05-051-2/+2
* | | | | | | | | | | | | Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-05-1015-190/+241
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'topic/pl330' into for-linusVinod Koul2017-05-041-34/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | dmaengine: pl330: remove pdata based initializationMarek Szyprowski2017-03-281-34/+8
| * | | | | | | | | | | | | | Merge branch 'topic/xilinx' into for-linusVinod Koul2017-05-041-28/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | dmaengine: xilinx: avoid memory corruption for device_prep_dma_memcpy()Akinobu Mita2017-03-141-12/+2
| | * | | | | | | | | | | | | | dmaengine: xilinx: fix device_terminate_all() callback for AXI CDMAAkinobu Mita2017-03-141-16/+33
| | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge branch 'topic/qcom' into for-linusVinod Koul2017-05-042-0/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | dmaengine: qcom_hidma: pause the channel on shutdownSinan Kaya2017-03-271-0/+15
| | * | | | | | | | | | | | | | dmaengine: qcom_hidma: disable/enable IRQs on pause/resumeSinan Kaya2017-03-271-0/+6
| | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge branch 'topic/pl08x' into for-linusVinod Koul2017-05-041-9/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | dmaengine: pl08x: remove lock documentationVinod Koul2017-05-041-1/+0
| | * | | | | | | | | | | | | | dmaengine: pl08x: fix pl08x_dma_chan_state documentationVinod Koul2017-05-041-1/+1
| | * | | | | | | | | | | | | | dmaengine: pl08x: Use the BIT() macro consistentlyLinus Walleij2017-05-041-5/+5
| | * | | | | | | | | | | | | | dmaengine: pl080: Fix some missing kerneldocLinus Walleij2017-05-041-2/+5
| | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge branch 'topic/cppi' into for-linusVinod Koul2017-05-042-77/+97
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | dmaengine: cppi41: Fix an Oops happening in cppi41_dma_probe()Alexandre Bailon2017-04-061-3/+3
| | * | | | | | | | | | | | | | dmaengine: cppi: fix build error due to bad variableVinod Koul2017-03-271-3/+3
| | * | | | | | | | | | | | | | dmaengine: cppi41: use managed functions devm_*()Andy Shevchenko2017-03-271-39/+25
| | * | | | | | | | | | | | | | dmaengine: cppi41: fix cppi41_dma_tx_status() logicAndy Shevchenko2017-03-271-4/+2
| | * | | | | | | | | | | | | | dmaengine: cppi41: Fix teardown warningsAlexandre Bailon2017-03-071-2/+2
| | * | | | | | | | | | | | | | dmaengine: cppi41: Add support of DA8xx to CPPI 4.1Alexandre Bailon2017-03-072-3/+26
| | * | | | | | | | | | | | | | dmaengine: cppi41: Remove isr callback from glue layerAlexandre Bailon2017-03-071-3/+1
| | * | | | | | | | | | | | | | dmaengine: cppi41: init_sched(): Get number of channels from DTAlexandre Bailon2017-03-071-8/+12
| | * | | | | | | | | | | | | | dmaengine: cppi41: Move some constants to glue layerAlexandre Bailon2017-03-071-6/+14
| | * | | | | | | | | | | | | | dmaengine: cppi41: rename platform variablesAlexandre Bailon2017-03-071-8/+9