summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: make const array route_possibilities staticColin Ian King2017-07-131-1/+1
* net: broadcom: bnx2x: make a couple of const arrays staticColin Ian King2017-07-131-2/+2
* xgene: Don't fail probe, if there is no clk resource for SGMII interfacesThomas Bogendoerfer2017-07-131-10/+12
* net: stmmac: revert "support future possible different internal phy mode"LABBE Corentin2017-07-121-7/+3Star
* sfc: don't read beyond unicast address listBert Kenward2017-07-121-5/+3Star
* smsc911x: Add check for ioremap_nocache() return codeAlexey Khoroshilov2017-07-121-0/+5
* net: hns: Bugfix for Tx timeout handling in hns driverLin Yun Sheng2017-07-121-7/+9
* nfp: freeing the wrong variableDan Carpenter2017-07-121-1/+1
* mlxsw: spectrum_switchdev: Check status of memory allocationIdo Schimmel2017-07-121-0/+6
* mlxsw: spectrum_switchdev: Remove unused variableIdo Schimmel2017-07-121-3/+0Star
* mlxsw: spectrum_router: Fix use-after-free in route replaceIdo Schimmel2017-07-121-0/+3
* mlxsw: spectrum_router: Add missing rollbackIdo Schimmel2017-07-121-0/+1
* cxgb4: fix BUG() on interrupt deallocating path of ULDGuilherme G. Piccoli2017-07-112-22/+36
* qed: Fix printk option passed when printing ipv6 addressesKalderon, Michal2017-07-111-3/+3
* net: stmmac: Make 'alloc_dma_[rt]x_desc_resources()' look even closerChristophe Jaillet2017-07-111-6/+6
* net: stmmac: Fix error handling path in 'alloc_dma_tx_desc_resources()'Christophe Jaillet2017-07-111-1/+1
* net: stmmac: Fix error handling path in 'alloc_dma_rx_desc_resources()'Christophe Jaillet2017-07-111-1/+1
* cisco: enic: Fic an error handling path in 'vnic_dev_init_devcmd2()'Christophe Jaillet2017-07-111-4/+5
* bnxt_en: Fix SRIOV on big-endian architecture.Michael Chan2017-07-111-5/+10
* bnxt_en: Fix bug in ethtool -L.Michael Chan2017-07-114-9/+8Star
* bnxt_en: Fix race conditions in .ndo_get_stats64().Michael Chan2017-07-112-2/+17
* net/mlx5: IPSec, fix 64-bit division correctlyArnd Bergmann2017-07-101-3/+1Star
* Merge tag 'mlx5-fixes-2017-07-09' of https://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-07-0911-6/+16
|\
| * net/mlx5e: Initialize CEE's getpermhwaddr address buffer to 0xffHuy Nguyen2017-07-061-0/+2
| * net/mlx5: Add Makefiles for subdirectoriesIlan Tayari2017-07-065-0/+5
| * net/mlx5: Build wq.o even if MLX5_CORE_EN is not selectedIlan Tayari2017-07-061-2/+2
| * net/mlx5: FPGA, Fix datatype mismatchIlan Tayari2017-07-061-2/+2
| * net/mlx5: FPGA, make mlx5_fpga_device_brb staticIlan Tayari2017-07-061-1/+1
| * net/mlx5: IPSec, Fix 64-bit division on 32-bit buildsIlan Tayari2017-07-061-1/+3
| * net/mlx5: Add missing include in lib/gid.cIlan Tayari2017-07-061-0/+1
* | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-091-23/+13Star
|\ \
| * | PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig2017-07-031-23/+13Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-088-24/+19Star
|\ \ \
| * | | net: ethernet: mediatek: remove useless code in mtk_probe()Gustavo A. R. Silva2017-07-081-5/+0Star
| * | | net: hns: Fix a skb used after free bugYunsheng Lin2017-07-082-15/+13Star
| * | | net: hns: Fix a wrong op phy C45 codeYunsheng Lin2017-07-081-1/+1
| * | | net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3vishnuvardhan2017-07-081-1/+2
| * | | nfp: flower: add missing clean up call to avoid memory leaksJakub Kicinski2017-07-071-0/+1
| | |/ | |/|
| * | liquidio: fix bug in soft reset failure detectionDerek Chickles2017-07-062-2/+2
* | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-071-85/+74Star
|\ \ \ | |/ / |/| |
| * | ibmveth: properly unwind on init errorsChristoph Hellwig2017-06-201-85/+74Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-05484-17033/+40908
|\ \ \
| * | | cxgb4: Support for get_ts_info ethtool methodAtul Gupta2017-07-051-1/+18
| * | | cxgb4: Add PTP Hardware Clock (PHC) supportAtul Gupta2017-07-052-0/+287
| * | | cxgb4: time stamping interface for PTPAtul Gupta2017-07-059-13/+595
| * | | nfp: default to chained metadata prepend formatJakub Kicinski2017-07-051-1/+8
| * | | nfp: remove legacy MAC address lookupJakub Kicinski2017-07-054-34/+8Star
| * | | nfp: improve order of interfaces in breakout modeJakub Kicinski2017-07-053-14/+12Star
| * | | net: macb: remove extraneous return when MACB_EXT_DESC is definedColin Ian King2017-07-051-1/+0Star
| * | | net: ethernet: mediatek: fixed deadlock captured by lockdepSean Wang2017-07-041-4/+4