aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds96-0/+111599
2011-10-21igb: VFTA Table Fix for i350 devicesCarolyn Wyborny5-4/+65
2011-10-21igb: Move DMA Coalescing init code to separate function.Carolyn Wyborny1-56/+68
2011-10-21igb: Fix for Alt MAC Address feature on 82580 and later devicesCarolyn Wyborny1-0/+7
2011-10-21igbvf: Bump version numberWilliams, Mitch A1-1/+1
2011-10-21igbvf: Update module identification stringsWilliams, Mitch A1-5/+7
2011-10-20igb: fix a compile warningRongQing Li1-0/+3
2011-10-20igbvf: fix truesize underestimationEric Dumazet1-1/+1
2011-10-19net: add skb frag size accessorsEric Dumazet7-16/+16
2011-10-17ixgbe: change the eeprom version reported by ethtoolEmil Tantilov3-10/+13
2011-10-17ixgbe: allow eeprom writes via ethtoolEmil Tantilov2-0/+73
2011-10-17ixgbe: fix endianess when writing driver version to firmwareEmil Tantilov1-8/+8
2011-10-17igb: Check if subordinate VFs are assigned to virtual machinesGreg Rose2-30/+150
2011-10-17igbvf: Fix trunk vlanGreg Rose1-2/+2
2011-10-16igbvf: convert to ndo_fix_featuresMichał Mirosław2-62/+20
2011-10-16igb: enable l4 timestamping for v2 event packetsJacob Keller1-0/+1
2011-10-16ixgbe: Add new netdev op to turn spoof checking on or off per VFGreg Rose4-10/+52
2011-10-16e1000e: locking bug introduced by commit 67fd4fcbBruce Allan2-8/+14
2011-10-13e1000e: fix skb truesize underestimationEric Dumazet1-2/+2