summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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-085-71/+216
* net: ucc_geth: Don't use the MAC as PHY without a fixed linkUwe Kleine-König2014-08-081-7/+6
* net: ucc_geth: make probe consistently acquire a reference to the phy nodeUwe Kleine-König2014-08-081-1/+1
* net: ucc_geth: drop acquired references in probe error path and removeUwe Kleine-König2014-08-081-1/+8
* net: fs_enet: fix reference counting for phy_nodeUwe Kleine-König2014-08-081-1/+1
* net: bcmgenet: fix reference counting for phy nodeUwe Kleine-König2014-08-081-2/+4
* drivers/net: Remove typedef axnet_dev_tHimangi Saraogi2014-08-081-13/+13
* drivers/net: Remove typedefs pcnet_dev_t and hw_info_tHimangi Saraogi2014-08-081-34/+34
* drivers/net: ethernet: Remove typedef for struct and enumHimangi Saraogi2014-08-081-17/+17
* net: gianfar: fix reference counting for phy_nodeUwe Kleine-König2014-08-081-2/+2
* net: mvneta: Fix reference counting for phy_nodeUwe Kleine-König2014-08-081-3/+6
* net: gianfar: no need to check parameter being != NULL for of_node_putUwe Kleine-König2014-08-081-8/+4
* drivers/atm/atmtcp.c: fix error return codeJulia Lawall2014-08-081-0/+1
* amd: xgbe: fix duplicate #include of linux/phy.hJean Sacren2014-08-081-1/+0
* solos-pci: fix error return codeJulia Lawall2014-08-081-0/+1
* xen-netback: Fix vif->disable handlingZoltan Kiss2014-08-081-2/+8
* cxgb4: Update FW version string to match FW binary versionHariprasad Shenai2014-08-081-4/+4
* Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-0717-355/+111
|\
| * libata: Use glob_match from lib/glob.cGeorge Spelvin2014-08-072-69/+4
| * list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-074-5/+5
| * fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon def...Joe Perches2014-08-071-1/+1
| * zram: replace global tb_lock with fine grain lockWeijie Yang2014-08-072-33/+60
| * zram: use size_t instead of u16Minchan Kim2014-08-071-1/+1
| * zram: remove unused SECTOR_SIZE defineSergey Senozhatsky2014-08-071-1/+0
| * zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky2014-08-071-2/+2
| * mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes2014-08-071-1/+1
| * drivers/firmware/memmap.c: don't allocate firmware_map_entry of same memory r...Yasuaki Ishimatsu2014-08-071-0/+4
| * drivers/firmware/memmap.c: pass the correct argument to firmware_map_find_ent...Yasuaki Ishimatsu2014-08-071-1/+1
| * mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao2014-08-072-8/+3
| * mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini2014-08-071-1/+1
| * mm/mem-hotplug: replace simple_strtoull() with kstrtoull()Zhang Zhen2014-08-071-1/+3
| * mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim2014-08-071-1/+1
| * CMA: generalize CMA reserved area management functionalityJoonsoo Kim2014-08-072-282/+8
| * DMA, CMA: support arbitrary bitmap granularityJoonsoo Kim2014-08-071-24/+53
| * DMA, CMA: support alignment constraint on CMA regionJoonsoo Kim2014-08-071-8/+18
| * DMA, CMA: separate core CMA management codes from DMA APIsJoonsoo Kim2014-08-071-48/+77
| * mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen2014-08-071-9/+9
| * mem-hotplug: avoid illegal state prefixed with legal state when changing stat...Tang Chen2014-08-071-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-075-8/+8
|\ \