| Commit message (Expand) | Author | Age | Files | Lines |
* | net: netcp: fix unused interface rx buffer size configuration | WingMan Kwok | 2015-08-07 | 2 | -23/+13 |
* | net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functions | Karicheri, Muralidharan | 2015-07-30 | 2 | -28/+17 |
* | net: netcp: ethss: fix up incorrect use of list api | Karicheri, Muralidharan | 2015-07-30 | 1 | -3/+2 |
* | net: netcp: fix cleanup interface list in netcp_remove() | Karicheri, Muralidharan | 2015-07-30 | 1 | -2/+11 |
* | net: netcp: Fixes SGMII reset on network interface shutdown | WingMan Kwok | 2015-07-27 | 3 | -2/+47 |
* | drivers: net: cpsw: remove tx event processing in rx napi poll | Mugunthan V N | 2015-07-21 | 1 | -6/+3 |
* | net: netcp: fix improper initialization in netcp_ndo_open() | Karicheri, Muralidharan | 2015-07-21 | 1 | -1/+1 |
* | drivers: net: cpsw: fix disabling of tx interrupt in rx isr | Mugunthan V N | 2015-07-09 | 1 | -16/+3 |
* | drivers: net: cpsw: fix crash while accessing second slave ethernet interface | Mugunthan V N | 2015-07-09 | 1 | -2/+4 |
* | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker | 2015-06-23 | 1 | -6/+2 |
* | net: cpsw: remove redundant calls disabling dma interrupts. | Richard Cochran | 2015-05-26 | 1 | -3/+0 |
* | net: cpsw: remove redundant calls enabling dma interrupts. | Richard Cochran | 2015-05-26 | 1 | -2/+0 |
* | net: cpsw: remove two unused global functions | Richard Cochran | 2015-05-26 | 2 | -47/+0 |
* | net: cpsw: fix misplaced break statements. | Richard Cochran | 2015-05-26 | 1 | -2/+2 |
* | net: batch of last_rx update avoidance in ethernet drivers. | françois romieu | 2015-05-14 | 1 | -1/+0 |
* | netcp: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_frag | Alexander Duyck | 2015-05-12 | 1 | -1/+1 |
* | net: netcp: remove call to netif_carrier_(on/off) for MAC to Phy interface | Karicheri, Muralidharan | 2015-04-28 | 1 | -2/+6 |
* | ptp: cpts: use helpers for converting ns to timespec. | Richard Cochran | 2015-03-31 | 1 | -5/+2 |
* | ptp: cpts: convert to the 64 bit get/set time methods. | Richard Cochran | 2015-03-31 | 1 | -6/+6 |
* | net: netcp: ethss: enhancement to support NetCP 1.5 ethss | WingMan Kwok | 2015-03-21 | 1 | -36/+884 |
* | net: netcp: enclose macros in parentheses | Karicheri, Muralidharan | 2015-03-21 | 1 | -251/+272 |
* | net: netcp: select davinci_mdio driver by default | Karicheri, Muralidharan | 2015-03-21 | 1 | -0/+1 |
* | net: netcp: use separate reg region for individual ethss modules | Karicheri, Muralidharan | 2015-03-21 | 1 | -37/+93 |
* | net: netcp: fix forward port number usage for 10G ethss | Karicheri, Muralidharan | 2015-03-21 | 3 | -13/+29 |
* | net: netcp: constify of_device_id array | Fabian Frederick | 2015-03-17 | 1 | -1/+1 |
* | ethernet: codespell comment spelling fixes | Joe Perches | 2015-03-09 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-03-04 | 3 | -9/+9 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-03-04 | 2 | -7/+7 |
| |\ |
|
| | * | net: ti: cpsw: add hibernation callbacks | Grygorii Strashko | 2015-03-01 | 1 | -4/+3 |
| | * | net: davinci_mdio: add hibernation callbacks | Grygorii Strashko | 2015-03-01 | 1 | -2/+3 |
| | * | drivers: net: cpsw: Set SECURE for dual_emac ucast | George McCollister | 2015-02-28 | 1 | -1/+1 |
| * | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2015-02-19 | 1 | -2/+2 |
| |\ \
| | |/
| |/| |
|
| | * | kconfig: use bool instead of boolean for type definition attributes | Christoph Jaeger | 2015-01-07 | 1 | -2/+2 |
* | | | ethernet: Use eth_<foo>_addr instead of memset | Joe Perches | 2015-03-03 | 1 | -1/+1 |
|/ / |
|
* | | net: ethernet: ti/cpsw-common.c: fix sparse warning | Lad, Prabhakar | 2015-02-05 | 1 | -0/+2 |
* | | NetCP: Deletion of unnecessary checks before two function calls | Markus Elfring | 2015-02-05 | 1 | -4/+2 |
* | | tlan: msecs_to_jiffies convrsion | Nicholas Mc Guire | 2015-02-04 | 1 | -1/+1 |
* | | tlan: use msecs_to_jiffies for conversion | Nicholas Mc Guire | 2015-02-04 | 1 | -6/+6 |
* | | drivers: net: cpsw: make cpsw_ale.c a module to allow re-use on Keystone | Karicheri, Muralidharan | 2015-02-01 | 5 | -7/+59 |
* | | net: davinci_emac: Get device MAC on 3517 | Tony Lindgren | 2015-01-31 | 1 | -1/+34 |
* | | net: davinci_emac: Get device dm816x MAC address using the cpsw code | Tony Lindgren | 2015-01-31 | 1 | -1/+22 |
* | | net: cpsw: Add a minimal cpsw-common module for shared code | Tony Lindgren | 2015-01-31 | 4 | -33/+60 |
* | | net: netcp: remove unused kconfig option and code | Karicheri, Muralidharan | 2015-01-28 | 2 | -2/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-01-28 | 2 | -31/+114 |
|\ \ |
|
| * | | drivers: net: cpsw: discard dual emac default vlan configuration | Mugunthan V N | 2015-01-27 | 1 | -0/+22 |
| * | | net: davinci_emac: Add support for emac on dm816x | Tony Lindgren | 2015-01-16 | 1 | -0/+5 |
| * | | net: davinci_emac: Fix ioremap for devices with MDIO within the EMAC address ... | Tony Lindgren | 2015-01-16 | 1 | -3/+12 |
| * | | net: davinci_emac: Fix incomplete code for getting the phy from device tree | Tony Lindgren | 2015-01-16 | 1 | -5/+18 |
| * | | net: davinci_emac: Free clock after checking the frequency | Tony Lindgren | 2015-01-16 | 1 | -0/+1 |
| * | | net: davinci_emac: Fix runtime pm calls for davinci_emac | Tony Lindgren | 2015-01-16 | 1 | -4/+29 |