summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-1932-110/+262
|\
| * ag71xx: fix return value check in ag71xx_probe()Wei Yongjun2019-07-191-2/+2
| * ag71xx: fix error return code in ag71xx_probe()Wei Yongjun2019-07-191-1/+3
| * bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.Michael Chan2019-07-191-2/+5
| * gve: replace kfree with kvfreeChuhong Yuan2019-07-192-13/+13
| * net/mlx5: Replace kfree with kvfreeChuhong Yuan2019-07-181-1/+1
| * liquidio: Replace vmalloc + memset with vzallocChuhong Yuan2019-07-181-4/+2Star
| * net: bcmgenet: use promisc for unsupported filtersJustin Chen2019-07-181-31/+26Star
| * mlxsw: spectrum: Do not process learned records with a dummy FIDIdo Schimmel2019-07-183-0/+17
| * mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removedPetr Machata2019-07-181-8/+8
| * net: ag71xx: Add missing headerRosen Penev2019-07-181-0/+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/+1Star
| * net/mlx5e: Verify encapsulation is supportedEli Cohen2019-07-151-0/+4
| * ethernet: remove redundant memsetFuqian Huang2019-07-1514-27/+0Star
| * 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/+0Star
| * r8169: fix issue with confused RX unit after PHY power-down on RTL8411bHeiner Kallweit2019-07-141-0/+137
* | 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-1422-120/+101Star
|\
| * net: hisilicon: Use devm_platform_ioremap_resourceJiangfeng Xiao2019-07-134-18/+7Star
| * cxgb4: reduce kernel stack usage in cudbg_collect_mem_region()Arnd Bergmann2019-07-131-6/+13
| * nfp: flower: ensure ip protocol is specified for L4 matchesJohn Hurley2019-07-131-9/+6Star
| * nfp: flower: fix ethernet check on match fieldsJohn Hurley2019-07-131-8/+5Star
| * net/mlx5e: Provide cb_list pointer when setting up tc block on repVlad Buslov2019-07-131-1/+4
| * davinci_cpdma: don't cast dma_addr_t to pointerArnd Bergmann2019-07-131-13/+13
| * net/mlx5e: Convert single case statement switch statements into if statementsNathan Chancellor2019-07-121-23/+11Star
| * Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-07-128-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/+2Star
| | * 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/+4Star
| | * 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-121-1/+1
| * | net/mlx5e: Fix unused variable warning when CONFIG_MLX5_ESWITCH is offSaeed Mahameed2019-07-121-3/+2Star
| * | net/mlx5e: Fix compilation error in TLS codeTariq Toukan2019-07-121-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 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-125-7/+7
|\ \ \ | |/ / |/| |
| * | bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-244-6/+6
| * | docs: driver-model: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-211-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-11513-11235/+42237
|\ \ \
| * | | net/mlx5e: Return in default case statement in tx_post_resync_paramsNathan Chancellor2019-07-101-0/+1
| * | | mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync().David S. Miller2019-07-101-1/+1