summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add a new PID/VID 0227/0930 for AR3012.Vincent Zwanenburg2014-08-142-0/+3
* Bluetooth: Fix HCI H5 corrupted ack valueLoic Poulain2014-08-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-1349-372/+2882
|\
| * net: bcmgenet: correctly resume adapter from Wake-on-LANFlorian Fainelli2014-08-111-4/+6
| * net: bcmgenet: update UMAC_CMD only when link is detectedFlorian Fainelli2014-08-111-2/+6
| * net: bcmgenet: correctly suspend and resume PHY deviceFlorian Fainelli2014-08-111-2/+11
| * net: bcmgenet: request and enable main clock earlierFlorian Fainelli2014-08-111-7/+7
| * net: ethernet: myricom: myri10ge: myri10ge.c: Cleaning up missing null-termin...Rickard Strandqvist2014-08-111-0/+1
| * xen-netfront: Fix handling packets on compound pages with skb_linearizeZoltan Kiss2014-08-111-3/+4
| * net: fec: Support phys probed from devicetree and fixed-linkUwe Kleine-König2014-08-112-21/+56
| * smsc: replace WARN_ON() with WARN_ON_SMP()Sanjeev Sharma2014-08-111-1/+1
| * xen-netback: Don't deschedule NAPI when carrier offZoltan Kiss2014-08-111-5/+1
| * net: ethernet: qlogic: qlcnic: Remove duplicate object file from MakefileAndreas Ruprecht2014-08-111-1/+1
| * wan: wanxl: Remove typedefs from struct namesHimangi Saraogi2014-08-111-31/+32
| * m68k/atari: EtherNEC - ethernet support (ne)Michael Schmitz2014-08-112-1/+4
| * net: ethernet: ti: cpmac.c: Cleaning up missing null-terminate after strncpy ...Rickard Strandqvist2014-08-111-0/+1
| * hdlc: Remove typedefs from struct namesHimangi Saraogi2014-08-111-31/+32
| * airo_cs: Remove typedef local_info_tHimangi Saraogi2014-08-111-12/+13
| * atmel: Remove typedef atmel_priv_ioctlHimangi Saraogi2014-08-111-4/+4
| * com20020_cs: Remove typedef com20020_dev_tHimangi Saraogi2014-08-111-8/+8
| * ethernet: amd: Remove typedef local_info_tHimangi Saraogi2014-08-111-20/+20
| * drivers: net: Add APM X-Gene SoC ethernet driver support.Iyappan Subramanian2014-08-1111-0/+2299
| * net: ucc_geth: fix build failureUwe Kleine-König2014-08-101-2/+2
| * dm9000: Remove typedef board_info_tHimangi Saraogi2014-08-081-46/+46
| * fec_mpc52xx: delete unneeded test before of_node_putJulia Lawall2014-08-081-2/+1
| * ll_temac: delete unneeded test before of_node_putJulia Lawall2014-08-081-2/+1
| * net: axienet: delete unneeded test before of_node_putJulia Lawall2014-08-081-2/+1
| * cxgb4: IEEE fixes for DCBx state machineAnish Bhatt2014-08-075-71/+216
| * net: ucc_geth: Don't use the MAC as PHY without a fixed linkUwe Kleine-König2014-08-071-7/+6
| * net: ucc_geth: make probe consistently acquire a reference to the phy nodeUwe Kleine-König2014-08-071-1/+1
| * net: ucc_geth: drop acquired references in probe error path and removeUwe Kleine-König2014-08-071-1/+8
| * net: fs_enet: fix reference counting for phy_nodeUwe Kleine-König2014-08-071-1/+1
| * net: bcmgenet: fix reference counting for phy nodeUwe Kleine-König2014-08-071-2/+4
| * drivers/net: Remove typedef axnet_dev_tHimangi Saraogi2014-08-071-13/+13
| * drivers/net: Remove typedefs pcnet_dev_t and hw_info_tHimangi Saraogi2014-08-071-34/+34
| * drivers/net: ethernet: Remove typedef for struct and enumHimangi Saraogi2014-08-071-17/+17
| * net: gianfar: fix reference counting for phy_nodeUwe Kleine-König2014-08-071-2/+2
| * net: mvneta: Fix reference counting for phy_nodeUwe Kleine-König2014-08-071-3/+6
| * net: gianfar: no need to check parameter being != NULL for of_node_putUwe Kleine-König2014-08-071-8/+4
| * drivers/atm/atmtcp.c: fix error return codeJulia Lawall2014-08-071-0/+1
| * amd: xgbe: fix duplicate #include of linux/phy.hJean Sacren2014-08-071-1/+0
| * solos-pci: fix error return codeJulia Lawall2014-08-071-0/+1
| * xen-netback: Fix vif->disable handlingZoltan Kiss2014-08-071-2/+8
| * cxgb4: Update FW version string to match FW binary versionHariprasad Shenai2014-08-071-4/+4
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-131-1/+6
|\ \
| * | x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernationJiang Liu2014-08-081-0/+4
| * | x86, irq, ACPI: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-211-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-08-131-324/+365
|\ \ \
| * | | rbd: remove extra newlines from rbd_warn() messagesIlya Dryomov2014-08-071-13/+12
| * | | rbd: allocate img_request with GFP_NOIO instead GFP_ATOMICIlya Dryomov2014-08-071-1/+1