summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| * | ixgbe: Fill at least min credits to a TC credit refillsVasu Dev2016-01-081-1/+6
* | | i40e: remove forever unused IDJesse Brandeburg2016-01-085-5/+0Star
* | | i40e: Fix Rx hash reported to the stack by our driverAnjali Singhai Jain2016-01-082-50/+58
* | | i40e: Look up MAC address in Open Firmware or IDPROMSowmini Varadhan2016-01-082-0/+91
* | | i40e: allow zero MAC address for VFsMitch Williams2016-01-081-5/+6
* | | i40e: change log messages and error returnsMitch Williams2016-01-081-9/+18
|/ /
* | net: macb: Add NP4 macb config using USRIO_DISABLEDNeil Armstrong2016-01-071-0/+6
* | net: ethernet: cadence-macb: Add disabled usrio capsNeil Armstrong2016-01-072-12/+16
* | phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-0711-33/+32Star
* | phy: Add an mdio_device structureAndrew Lunn2016-01-0718-43/+46
* | mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-0740-317/+30Star
* | phy: Centralise print about attached phyAndrew Lunn2016-01-0721-77/+30Star
* | net: dnet: Use phy_find_first() helperAndrew Lunn2016-01-071-7/+1Star
* | phy: add phydev_name() wrapperAndrew Lunn2016-01-0722-34/+34
* | phy: Use phy_read() instead of mdiobus_read()Andrew Lunn2016-01-071-68/+36Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-072-2/+8
|\|
| * cxgb4: correctly handling failed allocationInsu Yun2016-01-041-0/+4
| * qlcnic: correctly handle qlcnic_alloc_mbx_argsInsu Yun2016-01-041-2/+4
* | fsl/fman: double free on probe failureDan Carpenter2016-01-061-1/+0Star
* | fsl/fman: fix the pause_time testDan Carpenter2016-01-061-1/+1
* | mlxsw: core: remove an unnecessary conditionDan Carpenter2016-01-061-1/+1
* | ethernet/atheros/alx: sanitize buffer sizing and paddingJarod Wilson2016-01-063-12/+14
* | mlxsw: Remember untagged VLANsElad Raz2016-01-063-1/+17
* | mlxsw: Disable vlan_filtering for non .1D bridgeElad Raz2016-01-061-0/+21
* | mlxsw: Renaming local variable names for consistencyElad Raz2016-01-061-3/+3
* | mlxsw: Fixing vlans init rangeElad Raz2016-01-061-1/+2
* | mlxsw: pci: Adjust value of CPU egress traffic classIdo Schimmel2016-01-061-1/+1
* | net: hns: avoid uninitialized variable warning:Arnd Bergmann2016-01-061-25/+22Star
* | net/mlx5e: Add PTP Hardware Clock (PHC) supportEran Ben Elisha2016-01-054-1/+106
* | net/mlx5e: Add HW timestamping (TS) supportEran Ben Elisha2016-01-057-2/+279
* | net/mlx5_core: Introduce access function to read internal timerEran Ben Elisha2016-01-052-0/+14
* | net/mlx5e: Do not modify the TX SKBAchiad Shochat2016-01-053-34/+49
* | mlxsw: spectrum: Change bridge port attributes only when bridgedIdo Schimmel2016-01-052-6/+14
* | mlxsw: spectrum: Set bridge status in appropriate functionsIdo Schimmel2016-01-051-10/+5Star
* | mlxsw: spectrum: Return NOTIFY_BAD on bridge failureIdo Schimmel2016-01-051-3/+7
* | mlxsw: spectrum: Initialize PVID only onceIdo Schimmel2016-01-051-1/+0Star
* | chelsio: constify cphy_ops structuresJulia Lawall2016-01-058-14/+14
* | fsl/fman: allow modular buildArnd Bergmann2016-01-051-1/+2
* | r8169:Correct the way of setting RTL8168DP ephyChun-Hao Lin2016-01-041-11/+4Star
* | r8169:Fix typo in setting RTL8168H PHY PFM mode.Chun-Hao Lin2016-01-041-2/+2
* | r8169:Fix typo in setting RTL8168EP and RTL8168H D3cold PFM modeChun-Hao Lin2016-01-041-3/+3
* | sh_eth: get rid of {cpu|edmac}_to_{edmac|cpu}()Sergei Shtylyov2016-01-041-43/+29Star
* | sh_eth: remove EDMAC_BIG_ENDIANSergei Shtylyov2016-01-042-17/+2Star
* | tilepro: use to_delayed_workGeliang Tang2016-01-041-2/+1Star
* | bnxt_en: Modify ethtool -l|-L to support combined or rx/tx rings.Michael Chan2016-01-041-12/+45
* | bnxt_en: Modify init sequence to support shared or non shared rings.Michael Chan2016-01-041-10/+32
* | bnxt_en: Modify bnxt_get_max_rings() to support shared or non shared rings.Michael Chan2016-01-043-25/+79
* | bnxt_en: Re-structure ring indexing and mapping.Michael Chan2016-01-042-38/+55
* | bnxt_en: Check for NULL rx or tx ring.Michael Chan2016-01-041-5/+22
* | bnxt_en: Separate bnxt_{rx|tx}_ring_info structs from bnxt_napi struct.Michael Chan2016-01-042-86/+70Star