| Commit message (Expand) | Author | Age | Files | Lines |
* | Staging: netlogic: Remove unused function | Bhumika Goyal | 2016-09-16 | 1 | -10/+0 |
* | staging: netlogic: Make net_device_ops const | Mike Kofron | 2016-09-13 | 1 | -1/+1 |
* | staging: netlogic: constify ethtool_ops structures | Julia Lawall | 2016-09-01 | 1 | -1/+1 |
* | Staging: netlogic: Remove & from function name. | Sandhya Bankar | 2016-03-28 | 1 | -1/+1 |
* | staging: netlogic: Replacing pr_err with dev_err after the call to devm_kzalloc | G Pooja Shamili | 2016-03-11 | 1 | -5/+9 |
* | staging: netlogic: Replace pr_* with netdev_* | Amitoj Kaur Chawla | 2016-03-11 | 1 | -3/+3 |
* | staging: netlogic: Drop unneeded void pointer cast | Janani Ravichandran | 2016-03-11 | 1 | -1/+1 |
* | staging: netlogic: Simplify use of devm_ioremap_resource | Amitoj Kaur Chawla | 2016-03-11 | 1 | -7/+0 |
* | staging: netlogic: Return zero pointer after failed kmalloc | Laura Garcia Liebana | 2016-02-20 | 1 | -1/+3 |
* | staging: netlogic: Fix indent for conditional statement | Laura Garcia Liebana | 2016-02-20 | 1 | -1/+1 |
* | staging: netlogic: Insert spaces around operator | Laura Garcia Liebana | 2016-02-20 | 1 | -2/+2 |
* | staging: netlogic: Fix comparison to NULL | Laura Garcia Liebana | 2016-02-20 | 1 | -2/+2 |
* | staging: netlogic: Fix CamelCase for constants | Laura Garcia Liebana | 2016-02-20 | 2 | -504/+504 |
* | staging: netlogic: Fix multiple assignments | Laura Garcia Liebana | 2016-02-20 | 1 | -1/+2 |
* | staging: netlogic: Remove blank spaces after a cast | Laura Garcia Liebana | 2016-02-20 | 1 | -5/+5 |
* | staging: netlogic: Fix several parentheses alignments | Laura Garcia Liebana | 2016-02-20 | 2 | -79/+82 |
* | staging: netlogic: Fix parenthesis alignment | Laura Garcia Liebana | 2016-02-14 | 1 | -2/+2 |
* | staging: netlogic: Remove multiple blank lines | Laura Garcia Liebana | 2016-02-14 | 1 | -1/+0 |
* | staging: netlogic: Fix multiple irq assignments in a single line | Laura Garcia Liebana | 2016-02-14 | 1 | -1/+2 |
* | staging: netlogic: Fix build error due to missed API change | Andrew Lunn | 2016-01-10 | 1 | -16/+13 |
* | phy: Centralise print about attached phy | Andrew Lunn | 2016-01-07 | 1 | -2/+1 |
* | phy: add phydev_name() wrapper | Andrew Lunn | 2016-01-07 | 1 | -3/+3 |
* | staging: netlogic: Do not use multiple blank lines. | Burcin Akalin | 2015-10-24 | 1 | -1/+0 |
* | staging: netlogic: xlr_net.h: fixed coding style warnings | Sakshi Bansal | 2015-10-16 | 1 | -1/+2 |
* | staging: netlogic: Remove unnecessary externs | Joe Perches | 2015-08-14 | 1 | -1/+1 |
* | Staging: netlogic: Replace comma with a semicolon | Shraddha Barke | 2015-08-05 | 1 | -1/+1 |
* | staging: netlogic: allocate right size in devm_kzalloc | Ravindran, Madhusudhanan (M.) | 2015-03-20 | 1 | -1/+1 |
* | Staging: NetLogic: Coding style correction | tolga ceylan | 2015-01-17 | 1 | -1/+1 |
* | staging: netlogic: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | staging: netlogic: fix checkpatch.pl "LINE_SPACING" issuses | SeeChen Ng | 2014-09-08 | 1 | -4/+1 |
* | staging: netlogic: Fix checkpatch.pl warning | Ramon Fried | 2014-09-02 | 1 | -3/+1 |
* | Staging: netlogic: xlr_net.c Fixed code-style warnings | Chaitanya Hazarey | 2014-08-30 | 1 | -0/+1 |
* | Staging: Netlogic: Move all the netdev under single parent device | Ganesan Ramalingam | 2014-08-30 | 5 | -232/+283 |
* | Staging: Netlogic: PHY address calculation fix | Ganesan Ramalingam | 2014-08-30 | 1 | -1/+1 |
* | Staging: Netlogic: Add nlm_cop2_enable/restore function name change | Ganesan Ramalingam | 2014-08-30 | 1 | -4/+4 |
* | staging: netlogic: coding style fixup | Mostyn Bramley-Moore | 2014-07-27 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-06-12 | 1 | -1/+1 |
|\ |
|
| * | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 2014-05-13 | 1 | -1/+1 |
* | | staging: netlogic: fix missing a blank line after declarations | Toby Smith | 2014-04-25 | 1 | -0/+1 |
|/ |
|
* | Staging:netlogic: Correct double assignment in xlr_net.c | Iulia Manda | 2014-03-08 | 1 | -2/+0 |
* | staging:netlogic: Shorten line to 80 characters | Himangi Saraogi | 2014-03-07 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-02-18 | 1 | -1/+1 |
|\ |
|
| * | netdevice: add queue selection fallback handler for ndo_select_queue | Daniel Borkmann | 2014-02-17 | 1 | -1/+1 |
* | | xlr_net: Fix missing trivial allocation check | Alan Cox | 2014-02-07 | 1 | -0/+5 |
|/ |
|
* | net: core: explicitly select a txq before doing l2 forwarding | Jason Wang | 2014-01-10 | 1 | -1/+2 |
* | staging:netlogic:Fixes commenting style in xlr_net.c | Archana kumari | 2013-10-15 | 1 | -12/+22 |
* | drivers: staging: netlogic.h: removed WARNING: extern prototypes should be av... | Avinash kumar | 2013-09-25 | 1 | -1/+1 |
* | staging: netlogic: Fix typo in staging/netlogic | Masanari Iida | 2013-06-24 | 1 | -1/+1 |
* | Staging: netlogic: fix missing free_netdev() on error in xlr_net_probe() | Wei Yongjun | 2013-06-19 | 1 | -3/+2 |
* | Staging: netlogic: Convert to use devm_ioremap_resource | Tushar Behera | 2013-06-11 | 1 | -4/+4 |