summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: netcp: fix unused interface rx buffer size configurationWingMan Kwok2015-08-072-23/+13
* net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functionsKaricheri, Muralidharan2015-07-302-28/+17
* net: netcp: ethss: fix up incorrect use of list apiKaricheri, Muralidharan2015-07-301-3/+2
* net: netcp: fix cleanup interface list in netcp_remove()Karicheri, Muralidharan2015-07-301-2/+11
* net: netcp: Fixes SGMII reset on network interface shutdownWingMan Kwok2015-07-273-2/+47
* drivers: net: cpsw: remove tx event processing in rx napi pollMugunthan V N2015-07-211-6/+3
* net: netcp: fix improper initialization in netcp_ndo_open()Karicheri, Muralidharan2015-07-211-1/+1
* drivers: net: cpsw: fix disabling of tx interrupt in rx isrMugunthan V N2015-07-091-16/+3
* drivers: net: cpsw: fix crash while accessing second slave ethernet interfaceMugunthan V N2015-07-091-2/+4
* 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-261-3/+0
* net: cpsw: remove redundant calls enabling dma interrupts.Richard Cochran2015-05-261-2/+0
* net: cpsw: remove two unused global functionsRichard Cochran2015-05-262-47/+0
* net: cpsw: fix misplaced break statements.Richard Cochran2015-05-261-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-281-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-211-36/+884
* net: netcp: enclose macros in parenthesesKaricheri, Muralidharan2015-03-211-251/+272
* net: netcp: select davinci_mdio driver by defaultKaricheri, Muralidharan2015-03-211-0/+1
* net: netcp: use separate reg region for individual ethss modulesKaricheri, Muralidharan2015-03-211-37/+93
* net: netcp: fix forward port number usage for 10G ethssKaricheri, Muralidharan2015-03-213-13/+29
* net: netcp: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
* ethernet: codespell comment spelling fixesJoe Perches2015-03-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-043-9/+9
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-042-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-051-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-02-015-7/+59
* | net: davinci_emac: Get device MAC on 3517Tony Lindgren2015-01-311-1/+34
* | net: davinci_emac: Get device dm816x MAC address using the cpsw codeTony Lindgren2015-01-311-1/+22
* | net: cpsw: Add a minimal cpsw-common module for shared codeTony Lindgren2015-01-314-33/+60
* | net: netcp: remove unused kconfig option and codeKaricheri, Muralidharan2015-01-282-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-282-31/+114
|\ \
| * | drivers: net: cpsw: discard dual emac default vlan configurationMugunthan V N2015-01-271-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