summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-01-10ethernet: amd: au1000: Remove pointless warningAndrew Lunn
2016-01-10staging: netlogic: Fix build error due to missed API changeAndrew Lunn
2016-01-10net: ethernet: faraday: Use phy_find_first() instead of open coding itGuenter Roeck
2016-01-10net: ethernet: broadcom: Fix build errorsGuenter Roeck
2016-01-10net: ethernet-rgmii.c: Fix breakage from moving phdev busAndrew Lunn
2016-01-10net: lantiq_etop.c: Use helper to find first phyAndrew Lunn
2016-01-10stmmac: Don't exit mdio registration when mdio subnode is not found in the DTSRomain Perier
2016-01-10mlxsw: Adding layer 2 multicast supportElad Raz
2016-01-10mlxsw: Adding VID to FID translatationElad Raz
2016-01-10mlxsw: Changing the maximum number of multicast group to a defineElad Raz
2016-01-10mlxsw: reg: Adding SMID registerElad Raz
2016-01-10mlxsw: reg: Add definition of multicast record for SFD registerElad Raz
2016-01-09mlxsw: spectrum: remove FDB entry in case we get unknown object notificationJiri Pirko
2016-01-09mlxsw: spectrum: pass local_port to mlxsw_sp_port_fdb_uc_opJiri Pirko
2016-01-09net: plip: use new parport device modelSudip Mukherjee
2016-01-08r8152: adjust ALDPS functionhayeswang
2016-01-08r8152: use test_and_clear_bithayeswang
2016-01-08Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2016-01-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2016-01-08ixgbe: Make ATR recognize IPv6 extended headersMark Rustad
2016-01-08ixgbe: Fix MDD events generated when FCoE+SRIOV are enabledNeerav Parikh
2016-01-08ixgbe: Fix to get FDMI HBA attributes information with X550Usha Ketineni
2016-01-08ixgbe: Correct handling of any outer UDP checksum settingMark Rustad
2016-01-08ixgbe: do not call check_link for ethtool in ixgbe_get_settings()Emil Tantilov
2016-01-08ixgbe: fix broken PFC with X550Vasu Dev
2016-01-08ixgbe: use correct FCoE DDP max checkVasu Dev
2016-01-08ixgbe: Fill at least min credits to a TC credit refillsVasu Dev
2016-01-08i40e: remove forever unused IDJesse Brandeburg
2016-01-08i40e: Fix Rx hash reported to the stack by our driverAnjali Singhai Jain
2016-01-08i40e: Look up MAC address in Open Firmware or IDPROMSowmini Varadhan
2016-01-08i40e: allow zero MAC address for VFsMitch Williams
2016-01-08i40e: change log messages and error returnsMitch Williams
2016-01-07net: macb: Add NP4 macb config using USRIO_DISABLEDNeil Armstrong
2016-01-07net: ethernet: cadence-macb: Add disabled usrio capsNeil Armstrong
2016-01-07mdio: Abstract device_remove() and device_free()Andrew Lunn
2016-01-07mdio: Add support for mdio drivers.Andrew Lunn
2016-01-07mdio_bus: Add comment to mdiobus_scan() and __mdiobus_register()Andrew Lunn
2016-01-07mdio_bus: Generalise of_mdiobus_link_phydev()Andrew Lunn
2016-01-07phy: Move phy specific bus match into phy_deviceAndrew Lunn
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn
2016-01-07phy: Move PHY PM operations into phy_deviceAndrew Lunn
2016-01-07phy_device: Move phy attributes into phy_deviceAndrew Lunn
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07of: phy: Only register a phy device for physAndrew Lunn
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-07phy: mdio-octeon: Use devm_mdiobus_alloc_size()Andrew Lunn
2016-01-07phy: Centralise print about attached phyAndrew Lunn
2016-01-07phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn
2016-01-07net: dnet: Use phy_find_first() helperAndrew Lunn