summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net/mlx5e: Fix broken CQE compression initializationTariq Toukan2017-02-231-1/+3
| * | | net/mlx5e: Do not reduce LRO WQE size when not using build_skbTariq Toukan2017-02-231-6/+5
| * | | net/mlx5e: Register/unregister vport representors on interface attach/detachSaeed Mahameed2017-02-231-8/+15
| * | | net/mlx5e: s390 system compilation fixMohamad Haj Yahia2017-02-232-0/+2
| * | | qlogic: netxen: constify bin_attribute structuresBhumika Goyal2017-02-221-3/+3
| * | | qlogic: qlcnic_sysfs: constify bin_attribute structuresBhumika Goyal2017-02-221-8/+8
| * | | net: emac: add support for device-tree based PHY discovery and setupChristian Lamparter2017-02-223-7/+252
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-2/+10
|\ \ \ \
| * | | | net/mlx5: Consolidate flow rules regardless their flow tagMaor Gottlieb2017-02-141-2/+10
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-231-0/+8
|\ \ \ \ \
| * | | | | crypto: chcr - Change flow IDsHarsh Jain2017-02-031-0/+8
* | | | | | lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko2017-02-221-1/+1
| |_|/ / / |/| | | |
* | | | | bnxt_en: use eth_hw_addr_random()Tobias Klauser2017-02-211-1/+1
* | | | | net: mvpp2: enable building on 64-bit platformsThomas Petazzoni2017-02-212-15/+19
* | | | | net: mvpp2: switch to build_skb() in the RX pathThomas Petazzoni2017-02-211-22/+57
* | | | | net: mvpp2: simplify MVPP2_PRS_RI_* definitionsThomas Petazzoni2017-02-211-8/+8
* | | | | net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULTThomas Petazzoni2017-02-211-1/+1
* | | | | net: mvpp2: remove unused register definitionsThomas Petazzoni2017-02-211-4/+0
* | | | | net: mvpp2: simplify mvpp2_bm_bufs_add()Thomas Petazzoni2017-02-211-3/+1
* | | | | net: mvpp2: drop useless fields in mvpp2_bm_pool and related codeThomas Petazzoni2017-02-211-15/+3
* | | | | net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue'Thomas Petazzoni2017-02-211-3/+0
* | | | | net: mvpp2: release reference to txq_cpu[] entry after unmappingThomas Petazzoni2017-02-211-5/+4
* | | | | net: mvpp2: handle too large value in mvpp2_rx_time_coal_set()Thomas Petazzoni2017-02-211-2/+29
* | | | | net: mvpp2: handle too large value handling in mvpp2_rx_pkts_coal_set()Thomas Petazzoni2017-02-211-3/+4
* | | | | net: mvpp2: remove useless arguments in mvpp2_rx_{pkts, time}_coal_setThomas Petazzoni2017-02-211-12/+8
* | | | | net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()Thomas Petazzoni2017-02-211-1/+1
* | | | | dpaa_eth: implement ioctl() for PHY-related opsMichael Walle2017-02-201-0/+8
* | | | | net: qualcomm: qca: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-201-8/+10
* | | | | bnxt_en: fix pci cleanup in bnxt_init_one() failure pathSathya Perla2017-02-201-37/+39
* | | | | bnxt_en: Fix NULL pointer dereference in a failure path during open.Michael Chan2017-02-201-1/+3
* | | | | bnxt_en: Reject driver probe against all bridge devicesRay Jui2017-02-201-1/+1
* | | | | qed*: Fix link indication raceMintz, Yuval2017-02-206-12/+33
* | | | | qed: Don't allocate SBs using main PTTMintz, Yuval2017-02-201-2/+13
* | | | | qede: Prevent index problems in loopback testSudarsana Reddy Kalluru2017-02-201-3/+3
* | | | | qed: Reflect PF link when initializing VFMintz, Yuval2017-02-201-39/+51
* | | | | qede: Free netdevice only after stoping slowpathMintz, Yuval2017-02-201-2/+8
* | | | | qede: Initialize lock and slowpath workqueue earlyMintz, Yuval2017-02-201-2/+7
* | | | | qed: Reserve doorbell BAR space for present CPUsRam Amrani2017-02-201-1/+1
* | | | | qed: Don't free a QP more than onceRam Amrani2017-02-201-22/+27
* | | | | qed: Read queue state before releasing bufferRam Amrani2017-02-201-6/+6
* | | | | qed: Release CQ resource under lock on failureRam Amrani2017-02-201-0/+2
* | | | | net: ethernet: aquantia: Copying tx buffers is not needed.Pavel Belous2017-02-203-95/+97
* | | | | net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 p...Pavel Belous2017-02-201-1/+3
* | | | | net: ethernet: aquantia: Fixed incorrect buff->len calculation.Pavel Belous2017-02-202-4/+4
* | | | | net: ethernet: aquantia: Call netdev_register after all initialized.Pavel Belous2017-02-202-6/+5
* | | | | net: ethernet: aquantia: Null pointer check for aq_nic_ndev_alloc.Pavel Belous2017-02-201-3/+4
* | | | | net: ethernet: aquantia: Using NETDEV_TX_OK instead 0.Pavel Belous2017-02-201-1/+1
* | | | | net: ethernet: aquantia: Fixed missing rtnl_unlock.Pavel Belous2017-02-201-2/+3
* | | | | net: ethernet: aquantia: Superfluous initialization of "err".Pavel Belous2017-02-201-7/+1
* | | | | net: ethernet: aquantia: Using module_pci_driver.Pavel Belous2017-02-201-19/+1