summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-073-26/+41
* phy: Centralize setting driver module ownerAndrew Lunn2016-01-0727-121/+12Star
* phy: Move PHY PM operations into phy_deviceAndrew Lunn2016-01-073-74/+121
* dsa: Register netdev before phyAndrew Lunn2016-01-071-7/+7
* 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-0717-49/+98
* of: phy: Only register a phy device for physAndrew Lunn2016-01-071-7/+34
* phy: Add an mdio_device structureAndrew Lunn2016-01-0735-151/+165
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-0754-396/+48Star
* phy: mdio-octeon: Use devm_mdiobus_alloc_size()Andrew Lunn2016-01-071-7/+5Star
* phy: Centralise print about attached phyAndrew Lunn2016-01-0725-82/+64Star
* phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn2016-01-075-37/+25Star
* net: dnet: Use phy_find_first() helperAndrew Lunn2016-01-071-7/+1Star
* phy: add phydev_name() wrapperAndrew Lunn2016-01-0726-39/+44
* phy: Add phydev_err() and phydev_dbg() macrosAndrew Lunn2016-01-075-13/+23
* phy: Use phy_read() instead of mdiobus_read()Andrew Lunn2016-01-071-68/+36Star
* mdio: Move mdiobus_read/write operatings into mdio.hAndrew Lunn2016-01-072-5/+7
* phy: Consistently use addr for address on an MII busAndrew Lunn2016-01-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-0732-134/+173
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-01-0724-117/+150
| |\
| | * tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng2016-01-061-0/+3
| | * Driver: Vmxnet3: Fix regression caused by 5738a09Shrikrishna Khare2016-01-062-6/+6
| | * net: qmi_wwan: Add WeTelecom-WPD600NKristian Evensen2016-01-061-0/+1
| | * mkiss: fix scribble on freed memoryAlan2016-01-061-0/+5
| | * net: possible use after free in dst_releaseFrancesco Ruggeri2016-01-061-1/+2
| | * net: sched: fix missing free per cpu on qstatsJohn Fastabend2016-01-061-1/+3
| | * ARM: net: bpf: fix zero right shiftRabin Vincent2016-01-061-1/+2
| | * 6pack: fix free memory scribblesOne Thousand Gnomes2016-01-061-0/+6
| | * net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent2016-01-065-56/+25Star
| | * bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa2016-01-051-1/+4
| | * af_unix: Fix splice-bind deadlockRainer Weikusat2016-01-051-26/+40
| | * net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern2016-01-055-14/+33
| | * r8152: add reset_resume functionhayeswang2016-01-051-1/+9
| | * connector: bump skb->users before callback invocationFlorian Westphal2016-01-051-8/+3Star
| | * cxgb4: correctly handling failed allocationInsu Yun2016-01-041-0/+4
| | * qlcnic: correctly handle qlcnic_alloc_mbx_argsInsu Yun2016-01-041-2/+4
| * | Merge tag 'trace-v4.4-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-052-1/+2
| |\ \
| | * | tracing: Fix setting of start_index in find_next()Qiu Peiyang2016-01-041-0/+1
| | * | ftrace/scripts: Fix incorrect use of sprintf in recordmcountColin Ian King2016-01-041-1/+1
| * | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2016-01-052-9/+10
| |\ \ \
| | * | | tile: provide CONFIG_PAGE_SIZE_64KB etc for tileproChris Metcalf2016-01-052-9/+10
| * | | | Linux 4.4-rc8Linus Torvalds2016-01-041-1/+1
| * | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-031-1/+1
| |\ \ \ \
| | * | | | MIPS: VDSO: Fix build error with binutils 2.24 and earlierGuenter Roeck2015-12-291-1/+1
| * | | | | Merge tag 'drm-intel-fixes-2016-01-02' of git://anongit.freedesktop.org/drm-i...Linus Torvalds2016-01-032-5/+9
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | drm/i915: increase the tries for HDMI hotplug live status checkingGary Wang2015-12-301-1/+1
| | * | | | drm/i915: Unbreak check_digital_port_conflicts()Ville Syrjälä2015-12-231-4/+8
* | | | | | net: Add eth_platform_get_mac_address() helper.David S. Miller2016-01-063-0/+41