| Commit message (Expand) | Author | Age | Files | Lines |
* | xilinx: Use time_before_eq() | Manuel Schölling | 2014-05-22 | 3 | -3/+3 |
* | net: emaclite: remove empty MDIO bus reset function | Florian Fainelli | 2014-03-28 | 1 | -13/+0 |
* | xilinx_emaclite: Call dev_consume_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 2014-03-24 | 1 | -1/+1 |
* | xilinx: Convert uses of __constant_<foo> to <foo> | Joe Perches | 2014-03-12 | 2 | -3/+3 |
* | net: axienet: Fix compilation warnings | Michal Simek | 2014-02-13 | 1 | -4/+8 |
* | net: axienet: Fix compilation error | Michal Simek | 2014-02-13 | 1 | -0/+1 |
* | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 3 | -3/+0 |
* | net: emaclite: add barriers to support Xilinx Zynq platform | Srikanth Thokala | 2013-12-09 | 1 | -0/+13 |
* | net: emaclite: Remove unnecessary code that enables/disables interrupts on PO... | Srikanth Thokala | 2013-12-09 | 1 | -38/+0 |
* | net: do not pretend FRAGLIST support | Eric Dumazet | 2013-12-02 | 2 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-11-13 | 1 | -23/+18 |
|\ |
|
| * | net:drivers/net: Miscellaneous conversions to ETH_ALEN | Joe Perches | 2013-10-02 | 1 | -1/+1 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-10-01 | 1 | -0/+6 |
| |\ |
|
| * | | net: emaclite: Code cleanup | Michal Simek | 2013-09-20 | 1 | -14/+14 |
| * | | net: emaclite: Not necessary to call devm_iounmap | Michal Simek | 2013-09-20 | 1 | -8/+3 |
* | | | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 2013-11-07 | 1 | -0/+6 |
|\ \ \
| | |/
| |/| |
|
| * | | ll_temac: Reset dma descriptors indexes on ndo_open | Ricardo Ribalda | 2013-10-01 | 1 | -0/+6 |
| |/ |
|
* | | microblaze: clean-up prom.h implicit includes | Rob Herring | 2013-10-09 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-09-05 | 1 | -0/+1 |
|\ |
|
| * | net: xilinx: fix memleak | Libo Chen | 2013-08-28 | 1 | -0/+1 |
* | | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent | Joe Perches | 2013-08-29 | 2 | -14/+12 |
* | | net: xilinx_emaclite: remove unnecessary dev_set_drvdata() | Libo Chen | 2013-08-21 | 1 | -1/+0 |
* | | net: xilinx_emaclite: use platform_{get,set}_drvdata() | Libo Chen | 2013-08-20 | 1 | -2/+1 |
|/ |
|
* | net: emaclite: Convert to use devm_ioremap_resource | Tushar Behera | 2013-06-12 | 1 | -2/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-05 | 1 | -1/+2 |
|\ |
|
| * | net: ethernet: xilinx_emaclite: set protocol selector bits when writing ANAR | Jens Renner \(EFE\) | 2013-06-04 | 1 | -1/+2 |
* | | net: emaclite: Use platform resource table | Michal Simek | 2013-06-04 | 1 | -45/+22 |
* | | net: emaclite: Fix typo in error message | Jens Renner \(EFE\) | 2013-06-04 | 1 | -1/+1 |
* | | net: emaclite: Update driver header | Michal Simek | 2013-05-30 | 1 | -2/+2 |
* | | net: emaclite: Enable emaclite for Xilinx Arm Zynq platform | Michal Simek | 2013-05-30 | 1 | -2/+2 |
* | | net: emaclite: Do not use microblaze and ppc IO functions | Michal Simek | 2013-05-30 | 1 | -69/+69 |
* | | net: emaclite: Let's make xemaclite_adjust_link static | Michal Simek | 2013-05-30 | 1 | -1/+1 |
* | | net: emaclite: Support multiple phys connected to one MDIO bus | Michal Simek | 2013-05-30 | 1 | -1/+12 |
* | | net: emaclite: Report failures in mdio setup | Michal Simek | 2013-05-30 | 1 | -3/+9 |
* | | net: ethernet: use platform_{get,set}_drvdata() | Jingoo Han | 2013-05-25 | 2 | -7/+4 |
|/ |
|
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 2013-04-19 | 1 | -3/+3 |
* | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) | Joe Perches | 2013-03-17 | 2 | -8/+4 |
* | drivers:net: Remove dma_alloc_coherent OOM messages | Joe Perches | 2013-03-15 | 2 | -16/+5 |
* | drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb | Joe Perches | 2013-03-09 | 2 | -13/+6 |
* | ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups | Joe Perches | 2013-02-04 | 1 | -4/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-01-15 | 2 | -2/+2 |
|\ |
|
| * | net: ethernet: xilinx: Do not use NO_IRQ in axienet | Michal Simek | 2013-01-10 | 1 | -1/+1 |
| * | net: ethernet: xilinx: Do not use axienet on PPC | Michal Simek | 2013-01-10 | 1 | -1/+1 |
* | | ethtool: fix drvinfo strings set in drivers | Jiri Pirko | 2013-01-06 | 1 | -3/+2 |
* | | ll_temac: fix mac address setting | Jiri Pirko | 2013-01-03 | 1 | -14/+17 |
|/ |
|
* | net/xilinx: remove __dev* attributes | Bill Pemberton | 2012-12-03 | 2 | -8/+8 |
* | xilinx_axienet: remove __dev* attributes | Bill Pemberton | 2012-12-03 | 1 | -4/+4 |
* | net: fix build failure in xilinx | Jeff Mahoney | 2012-11-20 | 1 | -0/+2 |
* | drivers/net: fix tasklet misuse issue | Xiaotian Feng | 2012-11-14 | 1 | -6/+6 |
* | drivers/net: use tasklet_kill in device remove/close process | Xiaotian Feng | 2012-11-03 | 1 | -1/+1 |