summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000
Commit message (Expand)AuthorAgeFilesLines
* e1000: add byte queue limitsOtto Estuardo Solares Cabrera2012-09-151-0/+10
* e1000: configure and read MDI settingsJesse Brandeburg2012-08-212-0/+43
* e1000: advertise transmit time stampingRichard Cochran2012-07-221-0/+1
* drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings2012-07-101-6/+3
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-4/+4
* e1000: Combining Bitwise OR in one expression.Tushar Dave2012-06-201-6/+6
* 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: Neaten e1000_config_dsp_after_link_changeJoe Perches2012-02-241-83/+73
* | 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-073-0/+235
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+1
|/
* e1000: cleanup CE4100 MDIO registers accessFlorian Fainelli2012-01-052-12/+7
* 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
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-221-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2011-11-161-1/+0
|\
| * intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALENJoe Perches2011-11-161-1/+0
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-5/+9
|/
* Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones2011-11-141-6/+7
* net: add skb frag size accessorsEric Dumazet2011-10-191-3/+3
* e1000: fix skb truesize underestimationEric Dumazet2011-10-131-1/+1
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-071-4/+0
* e1000: convert to private mutex from rtnlJesse Brandeburg2011-10-062-9/+31
* e1000: convert mdelay to msleepJesse Brandeburg2011-10-062-12/+12
* e1000: convert hardware management from timers to threadsJesse Brandeburg2011-10-062-84/+55
* e1000: don't enable dma receives until after dma address has been setupDean Nelson2011-09-281-3/+3
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-0/+6
* 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-262-9/+11
* net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-171-0/+2
* intel: Move the Intel wired LAN driversJeff Kirsher2011-08-108-0/+17024
OpenPOWER on IntegriCloud