aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-05e1000: cleanup CE4100 MDIO registers accessFlorian Fainelli2-12/+7
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
2012-01-02ixgbe: add support for new 82599 device.Don Skidmore3-5/+22
2012-01-02ixgbe: add support for new 82599 device idEmil Tantilov3-0/+3
2012-01-02ixgbe: add write flush in ixgbe_clock_out_i2c_byte()Emil Tantilov1-0/+1
2012-01-02ixgbe: fix typo'sStephen Hemminger1-7/+7
2012-01-02ixgbe: fix incorrect PHY register readsEmil Tantilov1-4/+4
2012-01-02igb: Add flow control advertising to ethtool setting.Carolyn Wyborny1-2/+4
2012-01-02ixgbevf: Fix register defines to correctly handle complex expressionsAlexander Duyck2-23/+23
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell6-26/+26
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko7-29/+57
2011-12-05ixgbe: Remove function prototype for non-existent functionGreg Rose1-1/+0
2011-12-05ixgbe: DCB: IEEE transitions may fail to reprogram hardware.John Fastabend1-11/+10
2011-12-05ixgbe: DCBnl set_all, order of operations fixJohn Fastabend1-48/+29
2011-12-05igb: Update DMA Coalescing threshold calculation.Matthew Vick1-7/+19
2011-12-05e1000e: hitting BUG_ON() from napi_enableBruce Allan1-2/+2
2011-12-05e1000e: Avoid wrong check on TX hangJeff Kirsher2-3/+21
2011-11-29e1000e: Support for byte queue limitsTom Herbert1-0/+9
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet3-3/+3
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones5-10/+5
2011-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller12-299/+340
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław7-20/+31
2011-11-16net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routinesRick Jones1-1/+1
2011-11-16intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALENJoe Perches5-10/+6
2011-11-16igb: Convert bare printk to pr_noticeJoe Perches1-2/+3
2011-11-16igb: Convert printks to pr_<level>Jeff Kirsher1-85/+80
2011-11-16ixgbevf: Convert printks to pr_<level>Jeff Kirsher2-15/+18
2011-11-16igbvf: Convert printks to pr_<level>Jeff Kirsher1-7/+7
2011-11-16ixgbe: fix LED blink logic to check for linkEmil Tantilov1-7/+11
2011-11-16e1000e: Convert printks to pr_<level>Jeff Kirsher1-129/+101
2011-11-16e1000e: convert to real ndo_set_rx_modeJesse Brandeburg1-44/+114
2011-11-14Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones6-43/+40
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones1-4/+5
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-3/+9
2011-11-07ixgbe: Fix compile for kernel without CONFIG_PCI_IOV definedRose, Gregory V2-2/+4
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-04i825xx:xscale:8390:freescale: Fix Kconfig dependanciesJeff Kirsher1-1/+5
2011-11-02ixgbevf: Update release versionGreg Rose1-1/+1
2011-11-02ixgbe: DCB, return max for IEEE traffic classesJohn Fastabend1-4/+6
2011-11-02ixgbe: fix reading of the buffer returned by the firmwareEmil Tantilov1-9/+11
2011-11-02ixgbe: Fix compiler warningsGreg Rose1-0/+2
2011-11-02ixgbe: fix smatch splat due to missing NULL checkJohn Fastabend1-21/+12
2011-11-02ixgbe: fix disabling of Tx laser at probeEmil Tantilov1-7/+7
2011-11-02ixgbe: Fix link issues caused by a reset while interface is downEmil Tantilov1-1/+0
2011-11-02igb: Fix for I347AT4 PHY cable length unit detectionKantecki, Tomasz1-1/+1
2011-11-02e100: make sure vlan support isn't advertised on old adaptersJesse Brandeburg1-0/+4
2011-11-02e1000e: demote a debugging WARN to a debug log messageBruce Allan1-2/+1
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1