Age | Commit message (Expand) | Author | Files | Lines |
2016-10-18 | ethernet: use core min/max MTU checking | Jarod Wilson | 1 | -5/+4 |
2016-02-26 | forcedeth: Use setup_timer() | Amitoj Kaur Chawla | 1 | -6/+2 |
2015-10-28 | forcedeth: fix unilateral interrupt disabling in netpoll path | Neil Horman | 1 | -13/+11 |
2015-06-23 | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker | 1 | -6/+2 |
2015-01-14 | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko | 1 | -2/+2 |
2014-09-03 | ethernet: nvidia: Remove extra parens | David Wood | 1 | -1/+1 |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 1 | -1/+1 |
2014-06-07 | net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate | Jiri Pirko | 1 | -2/+2 |
2014-06-05 | trivial: drivers/net/ethernet/nvidia/forcedeth.c: fix typo s/SUBSTRACT1/SUBTR... | Antonio Ospite | 1 | -5/+5 |
2014-05-14 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 1 | -1/+1 |
2014-03-25 | forcedeth: Call dev_kfree_skb_any instead of kfree_skb. | Eric W. Biederman | 1 | -4/+4 |
2014-03-15 | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman | 1 | -4/+4 |
2014-02-19 | forcedeth: Use pci_enable_msix_range() instead of pci_enable_msix() | Alexander Gordeev | 1 | -2/+5 |
2014-02-19 | forcedeth: Cleanup MSI-X to MSI to INTx fallback code | Alexander Gordeev | 1 | -6/+6 |
2014-02-19 | forcedeth: Fix invalid errno reporting in nv_request_irq() | Alexander Gordeev | 1 | -8/+14 |
2014-01-16 | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2013-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+5 |
2013-12-10 | net: forcedeth: remove unnecessary pci_set_drvdata() | Jingoo Han | 1 | -2/+0 |
2013-12-06 | ethernet: Fix FSF address in file headers | Jeff Kirsher | 1 | -2/+1 |
2013-12-06 | forcedeth: run loopback test only on chipsets that support it | Ivan Vecera | 1 | -3/+5 |
2013-11-06 | net: Explicitly initialize u64_stats_sync structures for lockdep | John Stultz | 1 | -0/+2 |
2013-05-23 | net/ethernet/nvidia/forcedeth: Use module_pci_driver to register driver | Peter Hüwe | 1 | -15/+2 |
2013-04-19 | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy | 1 | -1/+1 |
2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 1 | -9/+11 |
2013-04-02 | forcedeth: Do a dma_mapping_error check after skb_frag_dma_map | Neil Horman | 1 | -1/+40 |
2013-03-10 | drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb | Joe Perches | 1 | -1/+0 |
2013-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+35 |
2013-01-09 | remove init of dev->perm_addr in drivers | Jiri Pirko | 1 | -2/+1 |
2013-01-04 | net: remove unnecessary NET_ADDR_RANDOM "bitclean" | Jiri Pirko | 1 | -1/+0 |
2012-12-29 | forcedeth: Fix WARNINGS that result when DMA mapping is not checked | Larry Finger | 1 | -0/+35 |
2012-12-03 | forcedeth: remove __dev* attributes | Bill Pemberton | 1 | -3/+3 |
2012-08-30 | forcedeth: prevent TX timeouts after reboot | david decotigny | 1 | -2/+10 |
2012-08-30 | forcedeth: fix TX timeout caused by TX pause on down link | david decotigny | 1 | -1/+2 |
2012-08-30 | forcedeth: fix buffer overflow | david decotigny | 1 | -1/+1 |
2012-07-22 | forcedeth: advertise transmit time stamping | Richard Cochran | 1 | -0/+1 |
2012-07-21 | forcedeth: spin_unlock_irq in interrupt handler fix | Denis Efremov | 1 | -2/+2 |
2012-07-11 | drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers | Ben Hutchings | 1 | -2/+1 |
2012-07-11 | drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 1 | -1/+1 |
2012-05-01 | forcedeth: add transmit timestamping support | Willem de Bruijn | 1 | -0/+4 |
2012-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+0 |
2012-04-07 | forcedeth: stop using net_device.{base_addr, irq}. | Francois Romieu | 1 | -5/+0 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
2012-02-16 | net: use eth_hw_addr_random() and reset addr_assign_type | Danny Kukawka | 1 | -1/+2 |
2012-02-09 | netdev: ethernet dev_alloc_skb to netdev_alloc_skb | Pradeep A. Dalvi | 1 | -4/+4 |
2011-12-02 | forcedeath: Fix bql support for forcedeath | Igor Maravic | 1 | -2/+3 |
2011-11-29 | forcedeth: Support for byte queue limits | Tom Herbert | 1 | -0/+18 |
2011-11-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+4 |
2011-11-18 | net-forcedeth: fix possible stats inaccuracies on 32b hosts | david decotigny | 1 | -4/+4 |
2011-11-17 | forcedeth: stats updated with a deferrable timer | david decotigny | 1 | -1/+1 |
2011-11-17 | forcedeth: account for dropped RX frames | david decotigny | 1 | -2/+12 |