aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-15e1000: fix whitespace issues and multi-line commentsJeff Kirsher5-528/+586
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-11/+3
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-2/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2-4/+3
2012-12-03net/intel: remove __dev* attributesBill Pemberton2-11/+11
2012-11-19treewide: fix typo of "suppport" in various commentsMasanari Iida1-1/+1
2012-11-01e1000: fix concurrent accesses to PHY from watchdog and ethtoolMaxime Bizon1-2/+15
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+53
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2012-09-18e1000: Small packets may get corrupted during padding by HWTushar Dave1-0/+11
2012-09-15e1000: add byte queue limitsOtto Estuardo Solares Cabrera1-0/+10
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-08-21e1000: configure and read MDI settingsJesse Brandeburg2-0/+43
2012-07-22e1000: advertise transmit time stampingRichard Cochran1-0/+1
2012-07-10drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings1-6/+3
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-4/+4
2012-06-20e1000: Combining Bitwise OR in one expression.Tushar Dave1-6/+6
2012-06-02e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()Sebastian Andrzej Siewior1-1/+1
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2012-05-17e1000: Prevent reset task killing itself.Tushar Dave1-1/+5
2012-05-17e1000: look in the page and not in skb->data for the last byteSebastian Andrzej Siewior1-1/+5
2012-05-17e1000: remove workaround for Errata 23 from jumbo allocSebastian Andrzej Siewior1-24/+0
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-05-04e1000: Silence sparse warnings by correcting typeAndrei Emeltchenko1-2/+2
2012-04-30e1000: add transmit timestamping supportWillem de Bruijn1-0/+2
2012-04-04e1000: Support RX-ALL flag.Ben Greear1-1/+25
2012-03-27intel: make wired ethernet driver message level consistent (rev2)stephen hemminger1-2/+3
2012-03-27e1000: fix vlan processing regressionJiri Pirko1-13/+22
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-4/+2
2012-03-20net: remove the second argument of k[un]map_atomic()Cong Wang1-4/+2
2012-02-24v2 e1000: Neaten e1000_dump functionTushar Dave1-63/+50
2012-02-24e1000: Neaten e1000_config_dsp_after_link_changeJoe Perches1-83/+73
2012-02-24e1000: Support RX-FCS flag.Ben Greear1-10/+11
2012-02-24e1000: Support sending custom Ethernet CRC.Ben Greear1-0/+13
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2012-02-09e1000: add dropped DMA receive enable back in for WoLDean Nelson1-4/+6
2012-02-07e1000: Adding e1000_dump functionTushar Dave3-0/+235
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+1
2012-01-05e1000: cleanup CE4100 MDIO registers accessFlorian Fainelli2-12/+7
2012-01-05e1000: unmap ce4100_gbe_mdio_base_virt in e1000_removeFlorian Fainelli1-0/+2
2012-01-05e1000: fix lockdep splat in shutdown handlerJesse Brandeburg1-7/+1
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-5/+5
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-5/+9
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones1-1/+0
2011-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller1-1/+0
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-5/+9
2011-11-16intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALENJoe Perches1-1/+0
2011-11-14Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones1-6/+7