Age | Commit message (Expand) | Author | Files | Lines |
2017-04-07 | net: tulip: de2104x: Use net_device_stats from struct net_device | Tobias Klauser | 1 | -22/+20 |
2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet | 1 | -3/+3 |
2017-01-02 | net: dec: winbond-840: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -6/+8 |
2017-01-02 | net: dec: uli526x: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -17/+24 |
2017-01-02 | net: dec: de2104x: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -40/+51 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 7 | -7/+7 |
2016-10-13 | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 7 | -7/+0 |
2016-08-13 | net: fix up a few missing hashtable.h conflict resolutions | Jiri Kosina | 2 | -4/+4 |
2016-07-30 | net: tulip: fix spelling mistake: "attemping" -> "attempting" | Colin Ian King | 1 | -1/+1 |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 6 | -12/+12 |
2016-05-04 | dmfe: kill DEVICE define | Florian Westphal | 1 | -21/+18 |
2016-04-26 | drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED | Florian Westphal | 1 | -2/+5 |
2016-02-25 | net: tulip: Use setup_timer() | Amitoj Kaur Chawla | 1 | -9/+5 |
2015-12-14 | drivers/net: fix eisa_driver probe section mismatch | Fabian Frederick | 1 | -1/+1 |
2015-11-20 | net: tulip: turn compile-time warning into dev_warn() | Arnd Bergmann | 2 | -3/+8 |
2015-10-16 | drivers/net: get rid of unnecessary initializations in .get_drvinfo() | Ivan Vecera | 1 | -1/+0 |
2015-06-23 | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker | 2 | -10/+4 |
2015-06-03 | net: tulip: rearrange order of searching for substrings | Rasmus Villemoes | 1 | -5/+5 |
2015-06-03 | drivers/net/ethernet/dec/tulip/uli526x.c: fix misleading indentation in uli52... | David Malcolm | 1 | -1/+1 |
2015-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2015-03-13 | tulip_core.c : out-of-bounds check. | Ameen Ali | 1 | -1/+1 |
2015-03-08 | ethernet: codespell comment spelling fixes | Joe Perches | 2 | -2/+2 |
2015-02-02 | net/tulip: don't warn about unknown ARM architecture | Arnd Bergmann | 1 | -1/+1 |
2014-12-09 | uli526x: fix misspelling of current function in string | Julia Lawall | 1 | -1/+1 |
2014-12-09 | dmfe: fix misspelling of current function in string | Julia Lawall | 1 | -1/+1 |
2014-12-09 | net: tulip: Remove private "strncmp" | Rasmus Villemoes | 1 | -17/+3 |
2014-08-27 | tulip: dmfe: Fix global namespace pollution of phy accessors. | David S. Miller | 1 | -76/+76 |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 7 | -8/+8 |
2014-07-20 | net: tulip: remove unnecessary break after return | Fabian Frederick | 1 | -1/+0 |
2014-06-22 | tulip: Poll link status more frequently for Comet chips | Ondrej Zary | 1 | -1/+1 |
2014-06-06 | net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate | Jiri Pirko | 1 | -2/+2 |
2014-05-13 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 1 | -1/+1 |
2014-03-24 | uli526x: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 1 | -2/+2 |
2014-03-24 | dmfe: Call dev_kfree/consume_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 1 | -2/+2 |
2014-02-17 | drivers/net: tulip_remove_one needs to call pci_disable_device() | Ingo Molnar | 1 | -0/+1 |
2014-01-23 | tulip: cleanup by using ARRAY_SIZE() | Dan Carpenter | 1 | -1/+1 |
2014-01-16 | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 3 | -3/+0 |
2014-01-03 | net: tulip: delete useless tests on netdev_priv | Julia Lawall | 1 | -6/+0 |
2013-10-22 | net: tulip: use DEFINE_PCI_DEVICE_TABLE | Jingoo Han | 1 | -1/+1 |
2013-10-21 | net: tulip: remove unnecessary pci_set_drvdata() | Jingoo Han | 6 | -12/+0 |
2013-09-12 | net: tulip: remove deprecated IRQF_DISABLED | Michael Opdenacker | 1 | -1/+1 |
2013-09-03 | net: tulip: use pci_{get,set}_drvdata() | Jingoo Han | 1 | -1/+1 |
2013-08-02 | ethernet: Convert mac address uses of 6 to ETH_ALEN | Joe Perches | 1 | -3/+5 |
2013-06-19 | net: Move MII out from under NET_CORE and hide it | Ben Hutchings | 1 | -1/+0 |
2013-06-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+6 |
2013-06-13 | tulip: Properly check dma mapping result | Neil Horman | 1 | -0/+6 |
2013-05-31 | tulip: remove redundant D0 power state set | Yijing Wang | 1 | -6/+0 |
2013-05-22 | net/ethernet/dec/tulip/xircom_cb: Use module_pci_driver to register driver | Peter Hüwe | 1 | -13/+1 |
2013-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2013-03-17 | ethernet/tulip: DE4x5 needs VIRT_TO_BUS | Arnd Bergmann | 1 | -0/+1 |