| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2014-08-12 | 1 | -1/+1 |
* | 8390: remove unnecessary break after return | Fabian Frederick | 2014-07-21 | 1 | -8/+0 |
* | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 2014-07-16 | 1 | -1/+1 |
* | net: 8390: use time_after() for time comparison | Manuel Schölling | 2014-05-19 | 1 | -2/+2 |
* | net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO | Duan Jiong | 2014-04-12 | 1 | -3/+1 |
* | 8390: Call dev_consume_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 2014-03-24 | 1 | -1/+1 |
* | net/apne: Remove unused variable ei_local | Geert Uytterhoeven | 2014-01-27 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 16 | -307/+427 |
|\ |
|
| * | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 4 | -4/+0 |
| * | net: eth: 8390: remove section warning in etherh.c | Olof Johansson | 2013-12-12 | 1 | -1/+1 |
| * | 8390 : Replace ei_debug with msg_enable/NETIF_MSG_* feature | Matthew Whitehead | 2013-12-11 | 16 | -302/+426 |
* | | zorro: ZTWO_VADDR() should return "void __iomem *" | Geert Uytterhoeven | 2013-11-26 | 2 | -3/+3 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-11-13 | 3 | -24/+21 |
|\ |
|
| * | net: 8390: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-10-18 | 1 | -3/+0 |
| * | net:drivers/net: Miscellaneous conversions to ETH_ALEN | Joe Perches | 2013-10-02 | 1 | -1/+1 |
| * | 8390: Remove extern from function prototypes | Joe Perches | 2013-09-24 | 1 | -20/+20 |
* | | net/ethernet: Drop H8/300 Ethernet driver | Guenter Roeck | 2013-09-17 | 3 | -692/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-09-05 | 1 | -1/+1 |
|\ |
|
| * | drivers: net: ethernet: 8390: Kconfig: add H8300H_AKI3068NET and H8300H_H8MAX... | Chen Gang | 2013-09-04 | 1 | -1/+1 |
* | | net: ax88796: use dev_get_platdata() | Jingoo Han | 2013-08-30 | 1 | -1/+1 |
* | | ethernet: Convert mac address uses of 6 to ETH_ALEN | Joe Perches | 2013-08-02 | 1 | -2/+2 |
|/ |
|
* | net/trivial: replace numeric with standard PM state macros | Yijing Wang | 2013-06-29 | 1 | -1/+1 |
* | net: ethernet: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-05-28 | 1 | -1/+0 |
* | Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-04-29 | 2 | -26/+2 |
|\ |
|
| * | drivers/net: use module_pcmcia_driver() in pcmcia drivers | H Hartley Sweeten | 2013-03-15 | 2 | -26/+2 |
* | | net: ax88796: avoid 64 bit arithmetic | Arnd Bergmann | 2013-04-19 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 1 | -4/+1 |
|\ |
|
| * | drivers/net/ethernet/8390: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-11 | 1 | -12/+9 |
* | | drivers/net: delete the really obsolete 8390 based 10Mbit ISA drivers | Paul Gortmaker | 2013-01-22 | 7 | -2353/+0 |
* | | net: phy: remove flags argument from phy_{attach, connect, connect_direct} | Florian Fainelli | 2013-01-14 | 1 | -1/+1 |
* | | remove init of dev->perm_addr in drivers | Jiri Pirko | 2013-01-09 | 1 | -1/+0 |
* | | drivers/net: delete 8390 based EISA drivers. | Paul Gortmaker | 2013-01-07 | 7 | -2187/+2 |
* | | drivers/net: remove orphaned references to micro channel | Paul Gortmaker | 2013-01-07 | 2 | -7/+3 |
* | | ethtool: fix drvinfo strings set in drivers | Jiri Pirko | 2013-01-07 | 2 | -6/+7 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 1 | -1/+1 |
|\ |
|
| * | Fix misspellings of "whether" in comments. | Adam Buchbinder | 2012-11-19 | 1 | -1/+1 |
* | | net: 8390: use io{read,write}*_rep accessors | Matthew Leach | 2012-12-10 | 1 | -8/+8 |
* | | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman | 2012-12-07 | 2 | -5/+4 |
* | | 8390: remove __dev* attributes | Bill Pemberton | 2012-12-03 | 5 | -26/+26 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-25 | 1 | -0/+1 |
|\ \ |
|
| * | | ne2000: add the right platform device | Alan Cox | 2012-11-20 | 1 | -0/+1 |
| |/ |
|
* / | net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open | Joachim Eastwood | 2012-11-20 | 1 | -6/+0 |
|/ |
|
* | sections: fix section conflicts in drivers/net | Andi Kleen | 2012-10-05 | 1 | -1/+1 |
* | net: add support for NS8390 based eth controllers on some ColdFire CPU boards | Greg Ungerer | 2012-07-12 | 3 | -0/+495 |
* | ethernet: Remove casts to same type | Joe Perches | 2012-06-06 | 1 | -1/+1 |
* | drivers/net: delete all code/drivers depending on CONFIG_MCA | Paul Gortmaker | 2012-05-17 | 4 | -1398/+0 |
* | 8390: select CRC32 support | Arnd Bergmann | 2012-04-21 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-04-10 | 25 | -25/+1 |
|\ |
|
| * | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 25 | -25/+0 |
| * | Disintegrate asm/system.h for ARM | David Howells | 2012-03-28 | 1 | -0/+1 |