summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000/e1000_main.c
Commit message (Expand)AuthorAgeFilesLines
* e1000: fix wrong queue idx calculationHong Zhiguo2013-11-011-2/+1
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-8/+14
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-8/+8
* drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-7/+0
* e1000: fix whitespace issues and multi-line commentsJeff Kirsher2013-02-151-164/+158
* drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-081-11/+3
* remove init of dev->perm_addr in driversJiri Pirko2013-01-081-2/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1
* net/intel: remove __dev* attributesBill Pemberton2012-12-031-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-0/+14
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-0/+11
| |\
| * | e1000: add byte queue limitsOtto Estuardo Solares Cabrera2012-09-151-0/+10
| * | e1000: configure and read MDI settingsJesse Brandeburg2012-08-211-0/+4
* | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-011-1/+1
|\ \ \ | |_|/ |/| |
| * | netdev: make pci_error_handlers constStephen Hemminger2012-09-071-1/+1
| |/
* / e1000: Small packets may get corrupted during padding by HWTushar Dave2012-09-181-0/+11
|/
* drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings2012-07-101-6/+3
* 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: 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