aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-22tg3: Add MDI-X reportingMatt Carlson2-1/+28
2011-11-22tg3: Restrict large prod ring cap devicesMatt Carlson1-5/+4
2011-11-22tg3: Adjust BD replenish thresholdsMatt Carlson1-5/+3
2011-11-22tg3: Make 1000Base-X FC resolution look like 1000TMatt Carlson1-12/+6
2011-11-22tg3: Fix advertisement handlingHiroaki SHIMODA1-4/+3
2011-11-21tg3: switch to build_skb() infrastructureEric Dumazet2-55/+66
2011-11-21net: Change mii to ethtool advertisement function namesMatt Carlson3-17/+17
2011-11-21gianfar: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-11-21ksz884x: Use kzalloc rather than kmalloc followed by memset with 0Thomas Meyer1-4/+2
2011-11-21ks8*/ksz8*: Casting (void *) value returned by kmalloc is uselessThomas Meyer1-2/+1
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-120/+224
2011-11-18net-forcedeth: fix possible stats inaccuracies on 32b hostsdavid decotigny1-4/+4
2011-11-18bnx2: switch to build_skb() infrastructureEric Dumazet2-69/+85
2011-11-17sky2: fix hang in napi_disablestephen hemminger2-7/+11
2011-11-17sky2: enforce minimum ring sizestephen hemminger1-2/+12
2011-11-17ibm/emac: fix improper cleanup when device is removed to allow re-bindWolfgang Grandegger1-0/+3
2011-11-17stmmac: fix pm functions avoiding sleep on spinlockFrancesco Virlinzi1-5/+7
2011-11-17stmmac: remove spin_lock in stmmac_ioctl.Srinivas Kandagatla1-2/+0
2011-11-17stmmac: parameters auto-tuning through HW cap regGiuseppe CAVALLARO3-29/+72
2011-11-17stmmac: fix advertising 1000Base capabilties for non GMII ifaceSrinivas Kandagatla1-6/+4
2011-11-17stmmac: use mdelay on timeout of sw resetFrancesco Virlinzi2-2/+4
2011-11-16forcedeth: stats updated with a deferrable timerdavid decotigny1-1/+1
2011-11-16forcedeth: account for dropped RX framesdavid decotigny1-2/+12
2011-11-16forcedeth: implement ndo_get_stats64() APIdavid decotigny1-51/+146
2011-11-16forcedeth: allow to silence "TX timeout" debug messagesSameer Nanda1-41/+57
2011-11-16forcedeth: Add messages to indicate using MSI or MSI-XMike Ditto1-0/+2
2011-11-16forcedeth: fix stats on hardware without extended stats supportdavid decotigny1-9/+27
2011-11-16net: drivers: use bool type instead of double negationMichał Mirosław3-4/+4
2011-11-16sky2: version 1.30stephen hemminger1-1/+1
2011-11-16sky2: used fixed RSS keystephen hemminger1-4/+9
2011-11-16sky2: reduce default Tx ring sizestephen hemminger1-1/+1
2011-11-16sky2: rename up/down functionsstephen hemminger1-10/+10
2011-11-16sky2: pci posting issuesstephen hemminger1-0/+3
2011-11-16sky2: fix hang on shutdown (and other irq issues)stephen hemminger1-18/+27
2011-11-16r6040: fix check against MCRO_HASHEN bit in r6040_multicast_listFlorian Fainelli1-1/+1
2011-11-16ucc_geth: Convert ENET_NUM_OCTETS_PER_ADDRESS uses to ETH_ALENJoe Perches2-4/+4
2011-11-16amd8111e: Convert ETH_ADDR_LEN uses to ETH_ALENJoe Perches2-4/+3
2011-11-16bna: Convert MAC_ADDRLEN uses to ETH_ALENJoe Perches1-2/+1
2011-11-16ethernet: Convert ETHER_ADDR_LEN uses to ETH_ALENJoe Perches16-28/+22
2011-11-16ethernet: Convert MAC_ADDR_LEN uses to ETH_ALENJoe Perches5-49/+38
2011-11-16net: Add ethtool to mii advertisment conversion helpersMatt Carlson3-65/+18
2011-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller12-299/+340
2011-11-16be2net: Use V1 query link status command for lancerPadmanabh Ratnakar1-0/+3
2011-11-16be2net: Fix VLAN promiscous mode for LancerPadmanabh Ratnakar1-1/+2
2011-11-16be2net: Add EEPROM dump feature for LancerPadmanabh Ratnakar2-1/+22
2011-11-16be2net: add register dump feature for LancerPadmanabh Ratnakar3-4/+151
2011-11-16be2net: Fix TX queue create for LancerPadmanabh Ratnakar2-9/+18
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław45-125/+175
2011-11-16net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routinesRick Jones5-11/+14
2011-11-16pch_gbe: Move #include of module.hJoe Perches1-1/+1