aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000/e1000_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-05e1000: cleanup CE4100 MDIO registers accessFlorian Fainelli1-10/+5
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-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-5/+9
2011-10-19net: add skb frag size accessorsEric Dumazet1-3/+3
2011-10-13e1000: fix skb truesize underestimationEric Dumazet1-1/+1
2011-10-06e1000: convert to private mutex from rtnlJesse Brandeburg1-9/+29
2011-10-06e1000: convert mdelay to msleepJesse Brandeburg1-1/+1
2011-10-06e1000: convert hardware management from timers to threadsJesse Brandeburg1-78/+51
2011-09-28e1000: don't enable dma receives until after dma address has been setupDean Nelson1-3/+3
2011-08-30intel: convert to SKB paged frag API.Ian Campbell1-7/+9
2011-08-26e1000: save skb counts in TX to avoid cache missesDean Nelson1-9/+9
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko1-0/+2
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-0/+4974