aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/e1000
AgeCommit message (Expand)Author
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-12-02e1000: remove use of skb_dma_map from e1000 driverAlexander Duyck
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-10-13e1000: Fix erroneous display of stats by ethtool -SAjit Khaparde
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet
2009-10-07e1000: Use the instance of net_device_stats from net_device.Ajit Khaparde
2009-09-26e1000: cleanup unused prototypeDon Skidmore
2009-09-26e1000: fix namespacecheck warningsJesse Brandeburg
2009-09-26e1000: drop unused functionality for eeprom write/readJesse Brandeburg
2009-09-26e1000: updated whitespace and commentsJesse Brandeburg
2009-09-26e1000: drop redunant line of code, cleanupJesse Brandeburg
2009-09-26e1000: remove races when changing mtuJesse Brandeburg
2009-09-26e1000: two workarounds were incomplete, fix themJesse Brandeburg
2009-09-26e1000: fix tx waking queue after queue stopped during shutdownJesse Brandeburg
2009-09-26e1000: test link state conclusivelyJesse Brandeburg
2009-09-26e1000: stop timers at appropriate timesJesse Brandeburg
2009-09-26e1000: use netif_tx_disableJesse Brandeburg
2009-09-26e1000: remove unused functionsJesse Brandeburg
2009-09-26e1000: drop dead pcie code from e1000Jesse Brandeburg
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings
2009-09-01e1000: Fix for e1000 kills IPMI on a tagged vlan.Graham, David
2009-09-01intel: convert drivers to netdev_tx_tStephen Hemminger
2009-08-26e1000: Remove unused function e1000_mta_set.Graham, David
2009-07-06e1000: fix flow control thresholdsJesse Brandeburg
2009-07-06e1000: implement jumbo receive with partial descriptorsJesse Brandeburg
2009-07-06e1000: allow ethtool coalesece to adjust interrupts per secondJesse Brandeburg
2009-06-30e1000: return PCI_ERS_RESULT_DISCONNECT on permanent errorAndre Detsch
2009-06-30e1000: fix unmap bugJesse Brandeburg
2009-06-18net: group address list and its countJiri Pirko
2009-06-08net: skb_shared_info optimizationEric Dumazet
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-06-02e1000: add missing length check to e1000 receive routineNeil Horman
2009-05-29net: convert unicast addr listJiri Pirko
2009-05-29net: dont update dev->trans_startEric Dumazet
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-07e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg
2009-05-04e1000: fix virtualization bugJesse Brandeburg
2009-04-22e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg
2009-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-20e1000: init link state correctlyJesse Brandeburg
2009-04-17e1000: fix transmit routine exit bugJesse Brandeburg
2009-04-16NET/e1000: Fix powering off during shutdownRafael J. Wysocki
2009-04-14e1000/e1000: fix compile warningJesse Brandeburg
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-04-04e1000: fix loss of multicast packetsJesse Brandeburg
2009-03-26e1000: fix close race with interruptJesse Brandeburg
2009-03-26e1000: cleanup clean_tx_irq routine so that it completely cleans ringAlexander Duyck
2009-03-26e1000: fix tx hang detect logic and address dma mapping issuesAlexander Duyck