summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000/e1000_main.c
Commit message (Expand)AuthorAgeFilesLines
* e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()Sebastian Andrzej Siewior2012-06-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-201-1/+5
|\
| * e1000: Prevent reset task killing itself.Tushar Dave2012-05-171-1/+5
* | e1000: look in the page and not in skb->data for the last byteSebastian Andrzej Siewior2012-05-171-1/+5
* | e1000: remove workaround for Errata 23 from jumbo allocSebastian Andrzej Siewior2012-05-171-24/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-2/+2
|\ \ | |/
| * e1000: Silence sparse warnings by correcting typeAndrei Emeltchenko2012-05-041-2/+2
* | e1000: add transmit timestamping supportWillem de Bruijn2012-04-301-0/+2
* | e1000: Support RX-ALL flag.Ben Greear2012-04-041-1/+25
|/
* intel: make wired ethernet driver message level consistent (rev2)stephen hemminger2012-03-271-2/+3
* e1000: fix vlan processing regressionJiri Pirko2012-03-271-13/+22
* Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-4/+2
|\
| * net: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+2
* | v2 e1000: Neaten e1000_dump functionTushar Dave2012-02-241-63/+50
* | e1000: Support RX-FCS flag.Ben Greear2012-02-241-10/+11
* | e1000: Support sending custom Ethernet CRC.Ben Greear2012-02-241-0/+13
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-101-4/+6
|\ \ | |/
| * e1000: add dropped DMA receive enable back in for WoLDean Nelson2012-02-091-4/+6
* | e1000: Adding e1000_dump functionTushar Dave2012-02-071-0/+224
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+1
|/
* e1000: cleanup CE4100 MDIO registers accessFlorian Fainelli2012-01-051-10/+5
* e1000: unmap ce4100_gbe_mdio_base_virt in e1000_removeFlorian Fainelli2012-01-051-0/+2
* e1000: fix lockdep splat in shutdown handlerJesse Brandeburg2012-01-051-7/+1
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-5/+5
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-081-5/+9
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-5/+9
* net: add skb frag size accessorsEric Dumazet2011-10-191-3/+3
* e1000: fix skb truesize underestimationEric Dumazet2011-10-131-1/+1
* e1000: convert to private mutex from rtnlJesse Brandeburg2011-10-061-9/+29
* e1000: convert mdelay to msleepJesse Brandeburg2011-10-061-1/+1
* e1000: convert hardware management from timers to threadsJesse Brandeburg2011-10-061-78/+51
* e1000: don't enable dma receives until after dma address has been setupDean Nelson2011-09-281-3/+3
* intel: convert to SKB paged frag API.Ian Campbell2011-08-301-7/+9
* e1000: save skb counts in TX to avoid cache missesDean Nelson2011-08-261-9/+9
* net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-171-0/+2
* intel: Move the Intel wired LAN driversJeff Kirsher2011-08-101-0/+4974
OpenPOWER on IntegriCloud