summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-6/+2
* net: cpsw: remove redundant calls disabling dma interrupts.Richard Cochran2015-05-251-3/+0
* net: cpsw: remove redundant calls enabling dma interrupts.Richard Cochran2015-05-251-2/+0
* net: cpsw: remove two unused global functionsRichard Cochran2015-05-252-47/+0
* net: cpsw: fix misplaced break statements.Richard Cochran2015-05-251-2/+2
* net: batch of last_rx update avoidance in ethernet drivers.françois romieu2015-05-141-1/+0
* netcp: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_fragAlexander Duyck2015-05-121-1/+1
* net: netcp: remove call to netif_carrier_(on/off) for MAC to Phy interfaceKaricheri, Muralidharan2015-04-271-2/+6
* ptp: cpts: use helpers for converting ns to timespec.Richard Cochran2015-03-311-5/+2
* ptp: cpts: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-6/+6
* net: netcp: ethss: enhancement to support NetCP 1.5 ethssWingMan Kwok2015-03-201-36/+884
* net: netcp: enclose macros in parenthesesKaricheri, Muralidharan2015-03-201-251/+272
* net: netcp: select davinci_mdio driver by defaultKaricheri, Muralidharan2015-03-201-0/+1
* net: netcp: use separate reg region for individual ethss modulesKaricheri, Muralidharan2015-03-201-37/+93
* net: netcp: fix forward port number usage for 10G ethssKaricheri, Muralidharan2015-03-203-13/+29
* net: netcp: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-033-9/+9
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-032-7/+7
| |\
| | * net: ti: cpsw: add hibernation callbacksGrygorii Strashko2015-03-011-4/+3
| | * net: davinci_mdio: add hibernation callbacksGrygorii Strashko2015-03-011-2/+3
| | * drivers: net: cpsw: Set SECURE for dual_emac ucastGeorge McCollister2015-02-281-1/+1
| * | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-191-2/+2
| |\ \ | | |/ | |/|
| | * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-2/+2
* | | ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
|/ /
* | net: ethernet: ti/cpsw-common.c: fix sparse warningLad, Prabhakar2015-02-051-0/+2
* | NetCP: Deletion of unnecessary checks before two function callsMarkus Elfring2015-02-041-4/+2
* | tlan: msecs_to_jiffies convrsionNicholas Mc Guire2015-02-041-1/+1
* | tlan: use msecs_to_jiffies for conversionNicholas Mc Guire2015-02-041-6/+6
* | drivers: net: cpsw: make cpsw_ale.c a module to allow re-use on KeystoneKaricheri, Muralidharan2015-01-315-7/+59
* | net: davinci_emac: Get device MAC on 3517Tony Lindgren2015-01-301-1/+34
* | net: davinci_emac: Get device dm816x MAC address using the cpsw codeTony Lindgren2015-01-301-1/+22
* | net: cpsw: Add a minimal cpsw-common module for shared codeTony Lindgren2015-01-304-33/+60
* | net: netcp: remove unused kconfig option and codeKaricheri, Muralidharan2015-01-272-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-272-31/+114
|\ \
| * | drivers: net: cpsw: discard dual emac default vlan configurationMugunthan V N2015-01-261-0/+22
| * | net: davinci_emac: Add support for emac on dm816xTony Lindgren2015-01-161-0/+5
| * | net: davinci_emac: Fix ioremap for devices with MDIO within the EMAC address ...Tony Lindgren2015-01-161-3/+12
| * | net: davinci_emac: Fix incomplete code for getting the phy from device treeTony Lindgren2015-01-161-5/+18
| * | net: davinci_emac: Free clock after checking the frequencyTony Lindgren2015-01-161-0/+1
| * | net: davinci_emac: Fix runtime pm calls for davinci_emacTony Lindgren2015-01-161-4/+29
| * | net: davinci_emac: Fix hangs with interruptsTony Lindgren2015-01-161-9/+10
| * | drivers: net: cpsw: fix cpsw hung with add vlan using vconfigMugunthan V N2015-01-151-10/+17
* | | net: netcp: Enhance GBE driver to support 10G EthernetWingman Kwok2015-01-193-15/+958
* | | net: netcp: Add Keystone NetCP GbE driverWingman Kwok2015-01-193-1/+1847
* | | net: netcp: Add Keystone NetCP core ethernet driverKaricheri, Muralidharan2015-01-194-0/+2384
* | | net: ethernet: ti: cpsw: fix buld break when NET_POLL_CONTROLLERFelipe Balbi2015-01-191-2/+2
* | | net: ethernet: cpsw: don't requests IRQs we don't useFelipe Balbi2015-01-181-39/+33
* | | net: ethernet: cpsw: unroll IRQ request loopFelipe Balbi2015-01-181-15/+47
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-153-4/+19
|\| |