summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* be2net: Signal that the device cannot transmit during reconfigurationBenjamin Poirier2019-07-161-1/+5
* net: ethernet: mediatek: mtk_eth_soc: Add of_node_put() before gotoNishka Dasgupta2019-07-161-1/+3
* net: ethernet: mscc: ocelot_board: Add of_node_put() before returnNishka Dasgupta2019-07-161-1/+4
* net: ethernet: ti: cpsw: Add of_node_put() before return and breakNishka Dasgupta2019-07-161-8/+18
* net/mlx5e: Allow dissector meta key in tc flowerVlad Buslov2019-07-151-1/+2
* net/mlx5e: Rely on filter_dev instead of dissector keys for tunnelsVlad Buslov2019-07-151-5/+1
* net/mlx5e: Verify encapsulation is supportedEli Cohen2019-07-151-0/+4
* ISDN: hfcsusb: checking idx of ep configurationPhong Tran2019-07-151-0/+3
* vmxnet3: Remove call to memset after dma_alloc_coherentFuqian Huang2019-07-151-1/+0
* hippi: Remove call to memset after pci_alloc_consistentFuqian Huang2019-07-151-2/+0
* ethernet: remove redundant memsetFuqian Huang2019-07-1514-27/+0
* atm: idt77252: Remove call to memset after dma_alloc_coherentFuqian Huang2019-07-151-1/+0
* sky2: Disable MSI on P5W DH DeluxeTasos Sahanidis2019-07-141-0/+7
* sis900: correct a few typosSergej Benilov2019-07-141-3/+3
* gve: Remove the exporting of gve_probeDenis Efremov2019-07-141-1/+0
* r8169: fix issue with confused RX unit after PHY power-down on RTL8411bHeiner Kallweit2019-07-131-0/+137
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-134-24/+179
|\
| * ocxl: Update for AFU descriptor template version 1.1Alastair D'Silva2019-07-101-20/+161
| * powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy2019-07-051-2/+2
| * cxl: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-192-34/+17
| * powerpc/pseries/hvconsole: Fix stack overread via udbgDaniel Axtens2019-06-141-1/+15
| * ocxl: Make ocxl_remove() staticYueHaibing2019-05-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2019-07-131-1/+1
|\ \
| * | sunhv: Fix device naming inconsistency between sunhv_console and sunhv_regJohn Paul Adrian Glaubitz2019-06-131-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-1325-125/+105
|\ \ \
| * | | ppp: mppe: Revert "ppp: mppe: Add softdep to arc4"Eric Biggers2019-07-121-1/+0
| * | | net: dsa: qca8k: replace legacy gpio includeChristian Lamparter2019-07-121-1/+1
| * | | net: hisilicon: Use devm_platform_ioremap_resourceJiangfeng Xiao2019-07-124-18/+7
| * | | cxgb4: reduce kernel stack usage in cudbg_collect_mem_region()Arnd Bergmann2019-07-121-6/+13
| * | | nfp: flower: ensure ip protocol is specified for L4 matchesJohn Hurley2019-07-121-9/+6
| * | | nfp: flower: fix ethernet check on match fieldsJohn Hurley2019-07-121-8/+5
| * | | net/mlx5e: Provide cb_list pointer when setting up tc block on repVlad Buslov2019-07-121-1/+4
| * | | net: phy: make exported variables non-staticDenis Efremov2019-07-121-3/+3
| * | | davinci_cpdma: don't cast dma_addr_t to pointerArnd Bergmann2019-07-121-13/+13
| * | | net/mlx5e: Convert single case statement switch statements into if statementsNathan Chancellor2019-07-121-23/+11
| * | | Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-07-118-32/+33
| |\ \ \
| | * | | net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rnAya Levin2019-07-111-1/+8
| | * | | net/mlx5e: Fix error flow in tx reporter diagnoseAya Levin2019-07-111-2/+2
| | * | | net/mlx5e: Fix return value from timeout recover functionAya Levin2019-07-111-4/+2
| | * | | net/mlx5e: Rx, Fix checksum calculation for new hardwareSaeed Mahameed2019-07-113-1/+10
| | * | | net/mlx5e: Fix port tunnel GRE entropy controlEli Britstein2019-07-111-19/+4
| | * | | net/mlx5: E-Switch, Fix default encap modeMaor Gottlieb2019-07-112-5/+7
| * | | | net/mlx5: E-Switch, Reduce ingress acl modify metadata stack usageSaeed Mahameed2019-07-111-1/+1
| * | | | net/mlx5e: Fix unused variable warning when CONFIG_MLX5_ESWITCH is offSaeed Mahameed2019-07-111-3/+2
| * | | | net/mlx5e: Fix compilation error in TLS codeTariq Toukan2019-07-111-1/+1
| * | | | net: stmmac: Fix misuses of GENMASK macroJoe Perches2019-07-112-3/+3
| * | | | net: ethernet: mediatek: Fix misuses of GENMASK macroJoe Perches2019-07-112-2/+2
* | | | | Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2019-07-1335-2438/+2348
|\ \ \ \ \
| * \ \ \ \ Merge tag 'spi-nor/for-5.3-v2' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Miquel Raynal2019-07-079-747/+60
| |\ \ \ \ \
| | * | | | | mtd: spi-nor: cadence-quadspi: add reset controlDinh Nguyen2019-06-271-0/+21