summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-1942-120/+357
|\
| * ag71xx: fix return value check in ag71xx_probe()Wei Yongjun2019-07-181-2/+2
| * ag71xx: fix error return code in ag71xx_probe()Wei Yongjun2019-07-181-1/+3
| * usb: qmi_wwan: add D-Link DWM-222 A2 device IDRogan Dawes2019-07-181-0/+1
| * bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.Michael Chan2019-07-181-2/+5
| * gve: replace kfree with kvfreeChuhong Yuan2019-07-182-13/+13
| * net/mlx5: Replace kfree with kvfreeChuhong Yuan2019-07-181-1/+1
| * Merge tag 'wireless-drivers-for-davem-2019-07-18' of git://git.kernel.org/pub...David S. Miller2019-07-186-6/+93
| |\
| | * rt2x00usb: fix rx queue hangSoeren Moch2019-07-151-6/+6
| | * ath10k: work around uninitialized vht_pfr variableArnd Bergmann2019-07-151-0/+2
| | * iwlwifi: pcie: add support for qu c-step devicesLuca Coelho2019-07-154-0/+83
| | * iwlwifi: add new cards for 9000 and 20000 seriesIhab Zhaika2019-07-151-0/+2
| * | liquidio: Replace vmalloc + memset with vzallocChuhong Yuan2019-07-181-4/+2
| * | net: bcmgenet: use promisc for unsupported filtersJustin Chen2019-07-181-31/+26
| * | mlxsw: spectrum: Do not process learned records with a dummy FIDIdo Schimmel2019-07-173-0/+17
| * | mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removedPetr Machata2019-07-171-8/+8
| * | net: ag71xx: Add missing headerRosen Penev2019-07-171-0/+1
| * | caif-hsi: fix possible deadlock in cfhsi_exit_module()Taehee Yoo2019-07-171-1/+1
| * | 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
| * | 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
| |/
| * 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 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-07-171-0/+1
|\ \
| * | FDDI: defza: Include linux/io-64-nonatomic-lo-hi.hPaul Burton2019-06-241-0/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-171-1/+1
|\ \ \
| * | | kernel: fix typos and some coding style in commentsWeitao Hou2019-07-161-1/+1
| | |/ | |/|
* / | docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab2019-07-151-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