summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: arc: Probe emac after set RMII clockXing Zheng2016-01-111-4/+7
* bnxt_en: Reset embedded processor after applying firmware upgradeRob Swindell2016-01-111-4/+42
* bnxt_en: Zero pad firmware messages to 128 bytes.Michael Chan2016-01-111-0/+3
* ethernet: amd: au1000: Remove pointless warningAndrew Lunn2016-01-111-3/+0Star
* net: ethernet: faraday: Use phy_find_first() instead of open coding itGuenter Roeck2016-01-111-13/+2Star
* net: ethernet: broadcom: Fix build errorsGuenter Roeck2016-01-111-7/+2Star
* net: lantiq_etop.c: Use helper to find first phyAndrew Lunn2016-01-111-8/+2Star
* stmmac: Don't exit mdio registration when mdio subnode is not found in the DTSRomain Perier2016-01-111-3/+5
* mlxsw: Adding layer 2 multicast supportElad Raz2016-01-103-0/+190
* mlxsw: Adding VID to FID translatationElad Raz2016-01-101-11/+19
* mlxsw: Changing the maximum number of multicast group to a defineElad Raz2016-01-102-1/+3
* mlxsw: reg: Adding SMID registerElad Raz2016-01-101-0/+51
* mlxsw: reg: Add definition of multicast record for SFD registerElad Raz2016-01-101-5/+44
* mlxsw: spectrum: remove FDB entry in case we get unknown object notificationJiri Pirko2016-01-101-8/+30
* mlxsw: spectrum: pass local_port to mlxsw_sp_port_fdb_uc_opJiri Pirko2016-01-101-6/+7
* net: plip: use new parport device modelSudip Mukherjee2016-01-101-8/+28
* r8152: adjust ALDPS functionhayeswang2016-01-091-38/+34Star
* r8152: use test_and_clear_bithayeswang2016-01-091-14/+6Star
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-01-086-25/+64
|\
| * ixgbe: Make ATR recognize IPv6 extended headersMark Rustad2016-01-081-10/+37
| * ixgbe: Fix MDD events generated when FCoE+SRIOV are enabledNeerav Parikh2016-01-083-1/+8
| * ixgbe: Fix to get FDMI HBA attributes information with X550Usha Ketineni2016-01-081-2/+5
| * ixgbe: Correct handling of any outer UDP checksum settingMark Rustad2016-01-081-1/+1
| * ixgbe: do not call check_link for ethtool in ixgbe_get_settings()Emil Tantilov2016-01-081-5/+2Star
| * ixgbe: fix broken PFC with X550Vasu Dev2016-01-081-3/+3
| * ixgbe: use correct FCoE DDP max checkVasu Dev2016-01-081-2/+2
| * ixgbe: Fill at least min credits to a TC credit refillsVasu Dev2016-01-081-1/+6
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-01-081-23/+122
|\ \
| * | ieee802154: cc2520: Check CRC & add promiscuousBrad Campbell2016-01-031-23/+122
* | | 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
* | mdio: Abstract device_remove() and device_free()Andrew Lunn2016-01-073-14/+29
* | mdio: Add support for mdio drivers.Andrew Lunn2016-01-074-13/+198
* | mdio_bus: Add comment to mdiobus_scan() and __mdiobus_register()Andrew Lunn2016-01-071-1/+15
* | mdio_bus: Generalise of_mdiobus_link_phydev()Andrew Lunn2016-01-071-14/+15
* | phy: Move phy specific bus match into phy_deviceAndrew Lunn2016-01-072-26/+40
* | phy: Centralize setting driver module ownerAndrew Lunn2016-01-0726-118/+8Star
* | phy: Move PHY PM operations into phy_deviceAndrew Lunn2016-01-072-73/+120
* | phy_device: Move phy attributes into phy_deviceAndrew Lunn2016-01-072-42/+44
* | phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-0713-46/+86
* | phy: Add an mdio_device structureAndrew Lunn2016-01-0731-132/+141
* | mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-0750-375/+43Star
* | phy: mdio-octeon: Use devm_mdiobus_alloc_size()Andrew Lunn2016-01-071-7/+5Star
* | phy: Centralise print about attached phyAndrew Lunn2016-01-0722-77/+57Star
* | phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn2016-01-074-32/+23Star