aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000/e1000_main.c
AgeCommit message (Expand)Author
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-02-15e1000: fix whitespace issues and multi-line commentsJeff Kirsher
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/intel: remove __dev* attributesBill Pemberton
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-18e1000: Small packets may get corrupted during padding by HWTushar Dave
2012-09-15e1000: add byte queue limitsOtto Estuardo Solares Cabrera
2012-09-07netdev: make pci_error_handlers constStephen Hemminger
2012-08-21e1000: configure and read MDI settingsJesse Brandeburg
2012-07-10drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings
2012-06-20e1000: Combining Bitwise OR in one expression.Tushar Dave
2012-06-02e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()Sebastian Andrzej Siewior
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-17e1000: Prevent reset task killing itself.Tushar Dave
2012-05-17e1000: look in the page and not in skb->data for the last byteSebastian Andrzej Siewior
2012-05-17e1000: remove workaround for Errata 23 from jumbo allocSebastian Andrzej Siewior
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-04e1000: Silence sparse warnings by correcting typeAndrei Emeltchenko
2012-04-30e1000: add transmit timestamping supportWillem de Bruijn
2012-04-04e1000: Support RX-ALL flag.Ben Greear
2012-03-27intel: make wired ethernet driver message level consistent (rev2)stephen hemminger
2012-03-27e1000: fix vlan processing regressionJiri Pirko
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20net: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-24v2 e1000: Neaten e1000_dump functionTushar Dave
2012-02-24e1000: Support RX-FCS flag.Ben Greear
2012-02-24e1000: Support sending custom Ethernet CRC.Ben Greear
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-09e1000: add dropped DMA receive enable back in for WoLDean Nelson
2012-02-07e1000: Adding e1000_dump functionTushar Dave
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2012-01-05e1000: cleanup CE4100 MDIO registers accessFlorian Fainelli
2012-01-05e1000: unmap ce4100_gbe_mdio_base_virt in e1000_removeFlorian Fainelli
2012-01-05e1000: fix lockdep splat in shutdown handlerJesse Brandeburg
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-13e1000: fix skb truesize underestimationEric Dumazet
2011-10-06e1000: convert to private mutex from rtnlJesse Brandeburg
2011-10-06e1000: convert mdelay to msleepJesse Brandeburg
2011-10-06e1000: convert hardware management from timers to threadsJesse Brandeburg
2011-09-28e1000: don't enable dma receives until after dma address has been setupDean Nelson