summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * drivers: net: cpsw: fix multicast flush in dual emac modeMugunthan V N2015-01-133-4/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-061-11/+8
|\|
| * net: ethernet: cpsw: fix hangs with interruptsFelipe Balbi2015-01-041-11/+8
* | net: cpts: convert to timecounter adjtime.Richard Cochran2014-12-301-4/+1
* | time: move the timecounter/cyclecounter code into its own file.Richard Cochran2014-12-301-0/+1
|/
* drivers: net : cpsw: Update Kconfig for CPSWLokesh Vutla2014-12-091-4/+4
* drivers: net: cpsw: Fix TX_IN_SEL offsetJohn Ogness2014-11-161-3/+3
* net: ptp: fix time stamp matching logic for VLAN packets.Richard Cochran2014-11-121-1/+1
* drivers: net: cpsw: remove cpsw_ale_stop from cpsw_ale_destroyMugunthan V N2014-11-061-1/+0
* drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch modeLennart Sorensen2014-10-313-2/+49
* drivers: net: cpsw: Fix broken loop condition in switch modeLennart Sorensen2014-10-311-5/+5
* drivers: net:cpsw: fix probe_dt when only slave 1 is pinned outMugunthan V N2014-10-281-9/+9
* drivers: net: cpsw: remove child devices while driver detachMugunthan V N2014-10-141-0/+10
* drivers: net: davinci_cpdma: remove spinlock as SOFTIRQ-unsafe lock order det...Mugunthan V N2014-10-141-4/+0
* drivers: net: davinci_cpdma: remove kfree on objects allocated with devm_* apisMugunthan V N2014-10-141-1/+0
* net: cpsw: Add am33xx MACID readoutMarkus Pargmann2014-09-302-1/+43
* net: cpsw: Replace pr_err by dev_errMarkus Pargmann2014-09-301-1/+1
* net: cpsw: header, Add missing includeMarkus Pargmann2014-09-301-0/+1
* net: cpsw: Add missing return valueMarkus Pargmann2014-09-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-5/+47
|\
| * drivers: net: cpsw: dual_emac: in suspend/resume bring down/up all the netdevMugunthan V N2014-09-131-5/+24
| * drivers: net: cpsw: dual_emac: fix reducing of rx descriptor during ifdownMugunthan V N2014-09-101-0/+23
* | ethernet: ti: remove unwanted THIS_MODULE macroVarka Bhadram2014-09-095-5/+0
* | drivers: net: cpsw: Add support for pause framesMugunthan V N2014-09-081-0/+37
* | net: ethernet: cpsw: improve interrupt lookup logic in cpsw_probe()Daniel Mack2014-09-051-8/+14
|/