| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-06-03 | 1 | -1/+0 |
|\ |
|
| * | net: davinci_emac: Remove unwanted debug/error message | Christian Riesch | 2014-06-02 | 1 | -1/+0 |
* | | net: davinci_emac: fix oops caused by uninitialized ndev->dev | Sekhar Nori | 2014-05-22 | 1 | -4/+2 |
* | | ti: Remove trailing semicolon from do {...} while (0) macro | Joe Perches | 2014-05-15 | 1 | -2/+2 |
* | | drivers: net: davinci_cpdma: Convert kzalloc() to devm_kzalloc(). | George Cherian | 2014-05-15 | 1 | -23/+12 |
* | | net: davinci_mdio: Convert pr_err() to dev_err() call | George Cherian | 2014-05-15 | 1 | -1/+1 |
* | | driver net: cpsw: Convert pr_*() to dev_*() calls | George Cherian | 2014-05-15 | 1 | -25/+25 |
* | | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 2014-05-13 | 2 | -3/+3 |
* | | drivers: net: cpsw-phy-sel: add am43xx platform support | Mugunthan V N | 2014-05-13 | 1 | -0/+4 |
* | | drivers: net: cpsw-phy-sel: add dra7xx support for phy sel | Mugunthan V N | 2014-05-13 | 1 | -1/+56 |
* | | drivers: net: cpsw-phy-sel: initialize priv->dev | Mugunthan V N | 2014-05-13 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-05-12 | 1 | -11/+6 |
|\ \
| |/ |
|
| * | net: cpsw: add missing of_node_put | Johan Hovold | 2014-05-09 | 1 | -0/+1 |
| * | net: cpsw: fix null dereference at probe | Johan Hovold | 2014-05-09 | 1 | -0/+4 |
| * | Revert "net: eth: cpsw: Correctly attach to GPIO bitbang MDIO driver" | Johan Hovold | 2014-05-09 | 1 | -12/+2 |
* | | drivers: net: cpsw: Enable Annexe F Time sync | George Cherian | 2014-05-05 | 1 | -12/+37 |
* | | drivers: net: cpsw: Enable CPTS for DRA7xx and AM4372 | George Cherian | 2014-05-05 | 1 | -2/+5 |
* | | drivers: net: cpts: Remove hardcoded clock name for CPTS | George Cherian | 2014-05-05 | 1 | -7/+4 |
* | | net: davinci_mdio: simplify IO memory mapping | Grygorii Strashko | 2014-05-02 | 1 | -18/+3 |
* | | net: davinci_mdio: drop pinctrl_pm_select_default_state from probe | Grygorii Strashko | 2014-05-02 | 1 | -3/+0 |
* | | net: davinci_mdio: use devm_* api | Grygorii Strashko | 2014-05-02 | 1 | -19/+5 |
* | | net: cpmac: remove cpmac_config | Florian Fainelli | 2014-04-21 | 1 | -14/+0 |
|/ |
|
* | drivers: net: cpsw: enable interrupts after napi enable and clearing previous... | Mugunthan V N | 2014-04-11 | 1 | -6/+6 |
* | drivers: net: cpsw: discard all packets received when interface is down | Mugunthan V N | 2014-04-11 | 1 | -1/+1 |
* | drivers: net: cpsw: Add default vlan for dual emac case also | Mugunthan V N | 2014-04-09 | 1 | -2/+1 |
* | net: ti: fix CPTS driver build on arm | Alexei Starovoitov | 2014-04-03 | 1 | -0/+2 |
* | net: ptp: do not reimplement PTP/BPF classifier | Daniel Borkmann | 2014-03-31 | 1 | -9/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-25 | 3 | -17/+44 |
|\ |
|
| * | net: davinci_emac: Fix rollback of emac_dev_open() | Christian Riesch | 2014-03-24 | 2 | -17/+31 |
| * | net: davinci_emac: Replace devm_request_irq with request_irq | Christian Riesch | 2014-03-24 | 1 | -4/+21 |
| * | net: cpsw: do not register cpts twice | Benedikt Spranger | 2014-03-17 | 1 | -4/+0 |
* | | ptp: drivers: set the number of programmable pins. | Richard Cochran | 2014-03-21 | 1 | -0/+1 |
* | | net: eth: cpsw: Use net_device_stats from struct net_device | Tobias Klauser | 2014-03-10 | 1 | -16/+8 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-05 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | net: cpsw: fix cpdma rx descriptor leak on down interface | Schuyler Patton | 2014-03-03 | 1 | -0/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-02-19 | 1 | -3/+8 |
|\ \
| |/ |
|
| * | drivers: net: cpsw: fix buggy loop condition | Heiko Schocher | 2014-02-13 | 1 | -3/+3 |
| * | net: cpsw: catch of_get_phy_mode failing and propagate error | Uwe Kleine-König | 2014-02-13 | 1 | -0/+5 |
* | | net:cpsw: Pass unhandled ioctl's on to generic phy ioctl | Stefan Sørensen | 2014-02-17 | 1 | -7/+3 |
|/ |
|
* | net: eth: cpsw: Correctly attach to GPIO bitbang MDIO driver | Stefan Roese | 2014-01-30 | 1 | -2/+12 |
* | drivers: net: cpsw: enable promiscuous mode support | Mugunthan V N | 2014-01-23 | 3 | -25/+98 |
* | net: davinci_mdio: Fix sparse warning | Lad, Prabhakar | 2014-01-16 | 1 | -1/+1 |
* | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 1 | -1/+0 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-06 | 1 | -1/+3 |
|\ |
|
| * | drivers: net : cpsw: pass proper device name while requesting irq | Mugunthan V N | 2013-12-22 | 1 | -1/+1 |
| * | drivers: net cpsw: Enable In Band mode in cpsw for 10 mbps | Mugunthan V N | 2013-12-18 | 1 | -0/+2 |
* | | net: ti: slight optimization of addr compare | dingtianhong | 2013-12-31 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-12-18 | 1 | -3/+14 |
|\ \
| |/ |
|
| * | drivers: net: cpsw: fix for cpsw crash when build as modules | Mugunthan V N | 2013-12-12 | 1 | -3/+14 |
* | | net: eth: cpsw: 64-bit phys_addr_t and sparse cleanup | Olof Johansson | 2013-12-11 | 1 | -4/+4 |