aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 19-1774/+5394
2008-02-15netconsole: avoid null pointer dereference at show_local_mac()Gravatar Keiichi KII 1-2/+2
2008-02-14mlx4_core: Move table_find from fmr_alloc to fmr_enableGravatar Jack Morgenstein 1-8/+13
2008-02-12Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...Gravatar David S. Miller 18-1772/+5392
2008-02-11mlx4_core: Fix build break (missing include)Gravatar Olof Johansson 1-0/+1
2008-02-11net/phy/fixed.c: fix a use-after-freeGravatar Adrian Bunk 1-2/+2
2008-02-11drivers/net/sis190: fix section mismatch warning in sis190_get_mac_addrGravatar Sergio Luis 1-1/+2
2008-02-11forcedeth: tx pause watermarksGravatar Ayaz Abdulla 1-46/+57
2008-02-11forcedeth: tx collision fixGravatar Ayaz Abdulla 1-19/+36
2008-02-11cxgb3: Handle ARP completions that mark neighbors stale.Gravatar Steve Wise 1-1/+1
2008-02-11Merge branch 'r6040' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/...Gravatar Jeff Garzik 1-98/+135
2008-02-11DM9000: Show the MAC address source after printing MACGravatar Ben Dooks 1-3/+7
2008-02-11DM9000: Update retry count whilst identifying chipGravatar Ben Dooks 1-1/+1
2008-02-11DM9000: Add support for MII ioctl() callsGravatar Ben Dooks 1-0/+12
2008-02-11DM9000: Add platform flag for no attached EEPROMGravatar Ben Dooks 1-0/+15
2008-02-11DM9000: Remove redudant use of "& 0xff"Gravatar Ben Dooks 1-6/+6
2008-02-11DM9000: Remove cal_CRC() and use ether_crc_le insteadGravatar Ben Dooks 1-26/+9
2008-02-11DM9000: Fix delays used by EEPROM read and writeGravatar Ben Dooks 1-3/+51
2008-02-11DM9000: Use netif_msg to enable debugging optionsGravatar Ben Dooks 1-6/+22
2008-02-11DM9000: Remove unnecessary changelog in header commentGravatar Ben Dooks 1-40/+5
2008-02-11DM9000: Ensure spinlock held whilst accessing EEPROM registersGravatar Ben Dooks 1-0/+20
2008-02-11DM9000: Remove EEPROM initialisation code.Gravatar Ben Dooks 1-29/+0
2008-02-11DM9000: Add ethtool control of msg_enable valueGravatar Ben Dooks 1-0/+16
2008-02-11DM9000: Add ethtool support for reading and writing EEPROMGravatar Ben Dooks 1-6/+60
2008-02-11DM9000: Add mutex to protect accessGravatar Ben Dooks 1-14/+39
2008-02-11DM9000: Remove barely used SROM array read.Gravatar Ben Dooks 1-13/+11
2008-02-11DM9000: Use msleep() instead of udelay()Gravatar Ben Dooks 1-2/+21
2008-02-11DM9000: Do not sleep with spinlock and IRQs heldGravatar Ben Dooks 1-1/+16
2008-02-11DM9000: Add initial ethtool supportGravatar Ben Dooks 1-1/+68
2008-02-11DM9000: Remove old timer based poll routinesGravatar Ben Dooks 1-34/+0
2008-02-11DM9000: Pass IRQ flags via platform resourcesGravatar Ben Dooks 1-3/+14
2008-02-11DM9000 update debugging macros to use debug levelGravatar Ben Dooks 2-35/+27
2008-02-11DM9000 use dev_xxx() instead of printk for output.Gravatar Ben Dooks 1-28/+28
2008-02-11DM9000: Add platform data to specify external phyGravatar Ben Dooks 1-0/+6
2008-02-11DM9000: Fix endian-ness of data accesses.Gravatar Ben Dooks 1-6/+7
2008-02-11Optimize cxgb3 xmit path (a bit)Gravatar Krishna Kumar 1-20/+15
2008-02-11e1000: Fix for 32 bits platforms with 64 bits resourcesGravatar Benjamin Herrenschmidt 1-13/+5
2008-02-11PS3: gelic: Add wireless support for PS3Gravatar Masakazu Mokuno 6-2/+3117
2008-02-11PS3: gelic: Add support for dual network interfaceGravatar Masakazu Mokuno 2-309/+564
2008-02-11PS3: gelic: add support for port link statusGravatar Masakazu Mokuno 2-27/+52
2008-02-11PS3: gelic: remove duplicated ethtool handlersGravatar Masakazu Mokuno 1-40/+3
2008-02-11PS3: gelic: code cleanupGravatar Masakazu Mokuno 2-359/+390
2008-02-11PS3: gelic: Add endianness macrosGravatar Masakazu Mokuno 2-39/+47
2008-02-11PS3: gelic: Fix the wrong dev_id passedGravatar Masakazu Mokuno 1-1/+1
2008-02-118139too fix for DreamcastGravatar Adrian McMenamin 1-1/+1
2008-02-11ni52: Remove 278 scripts/checkpatch errorsGravatar Alan Cox 2-669/+631
2008-02-11pcnet32: Use print_macGravatar Don Fry 1-2/+2
2008-02-11pcnet32: use NET_IP_ALIGN instead of 2Gravatar Don Fry 1-20/+24
2008-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 7-21/+23
2008-02-09starfire: secton fixGravatar Andrew Morton 1-1/+1