summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-211-0/+8
* net: qualcomm: qca: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-211-8/+10
* bnxt_en: fix pci cleanup in bnxt_init_one() failure pathSathya Perla2017-02-211-37/+39
* bnxt_en: Fix NULL pointer dereference in a failure path during open.Michael Chan2017-02-211-1/+3
* bnxt_en: Reject driver probe against all bridge devicesRay Jui2017-02-211-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
* net: ethernet: aquantia: Fixes for aq_ndev_change_mtuPavel Belous2017-02-202-11/+2
* net: ethernet: aquantia: Removed busy_count field.Pavel Belous2017-02-202-12/+0
* net: ethernet: aquantia: Removed extra assignment for skb->dev.Pavel Belous2017-02-201-1/+0
* net: qlogic: qlge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-201-15/+21
* net: qlogic: qlcnic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-203-109/+123
* nfp: allow application firmware to limit number of SR-IOV VFsJakub Kicinski2017-02-202-0/+27
* nfp: return nfp_rtsym_read_le() errors correctlyJakub Kicinski2017-02-201-3/+5
* nfp: add very basic access to NSP logsJakub Kicinski2017-02-203-0/+79
* nfp: report NSP ABI version in ethtool FW versionJakub Kicinski2017-02-205-2/+41
* nfp: store NSP ABI version in state structureJakub Kicinski2017-02-201-14/+13
* nfp: report manufacturing info on loadJakub Kicinski2017-02-201-0/+7
* nfp: refactor NSP initialization and add error messageJakub Kicinski2017-02-201-23/+36
* qlcnic: Fix a memory leak in error handling pathChristophe Jaillet2017-02-201-2/+4
* net: mvpp2: Fix a memory leak in error handling pathChristophe Jaillet2017-02-201-2/+4
* mlx4: reduce OOM risk on arches with large pagesEric Dumazet2017-02-201-1/+2
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-02-209-57/+147
|\
| * i40e: Invoke softirqs after napi_rescheduleBenjamin Poirier2017-02-191-0/+2
| * i40e: remove duplicate device id from PCI tableCarolyn Wyborny2017-02-191-1/+0
| * i40e: mark the value passed to csum_replace_by_diff as __wsumJacob Keller2017-02-192-4/+6
| * i40e: Error handling for link eventHarshitha Ramamurthy2017-02-192-2/+13
| * i40e: properly convert le16 value to CPU formatJacob Keller2017-02-191-5/+6
| * i40e: convert to cpu from le16 to generate switch_id correctlyJacob Keller2017-02-191-2/+3