summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2006-09-28Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds49-1187/+1541
2006-09-28Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb...Paul Mackerras1-2/+3
2006-09-28[PATCH] bonding: update version numberJay Vosburgh1-2/+2
2006-09-28[PATCH] git-netdev-all: pc300_tty build fixAndrew Morton1-0/+1
2006-09-27e100, e1000, ixgb: increment version numbersAuke Kok3-3/+3
2006-09-27ixgb: convert to netdev_priv(netdev)Auke Kok1-3/+3
2006-09-27ixgb: combine more rx descriptors to improve performanceJesse Brandeburg1-1/+1
2006-09-27e1000: possible memory leak in e1000_set_ringparamVasily Averin1-21/+17
2006-09-27e1000: Janitor: Use #defined values for literalsLinas Vepstas1-2/+2
2006-09-27e1000: don't strip vlan ID if 8021q claims itBruce Allan1-1/+5
2006-09-27e1000: rework polarity, NVM, eeprom code and fixes.Jeff Kirsher2-145/+155
2006-09-27e1000: driver state fixes (race fix)Auke Kok3-14/+23
2006-09-27e1000: reduce RAR entries available for ICH8Jeff Kirsher1-3/+3
2006-09-27e1000: add PCI-E capability detection codeJeff Kirsher3-4/+35
2006-09-27e1000: handle manageability for pci-e adapters at PHY powerdownBruce Allan1-9/+32
2006-09-27e1000: gather hardware bit tweaks.Jeff Kirsher3-38/+142
2006-09-27e1000: Maybe stop TX if not enough free descriptorsJesse Brandeburg1-10/+42
2006-09-27e1000: Jumbo frames fixes for 82573Bruce Allan1-3/+7
2006-09-27e1000: Fix MANC detection for PCIE adaptersJeff Kirsher1-11/+4
2006-09-27e1000: allow ethtool to pass arbitrary speed advertismentJeff Kirsher1-7/+3
2006-09-27e1000: add multicast stats countersMitch Williams3-20/+25
2006-09-27e1000: remove unused code and make symbols staticNicholas Nunley5-367/+120
2006-09-27e1000: add enums for several link propertiesJeff Kirsher1-36/+53
2006-09-27e1000: rename flow control symbolsJeff Kirsher4-60/+60
2006-09-27e100: rework WoL and shutdown handlingAuke Kok1-31/+20
2006-09-27e100: Add debugging code for cb cleaning.Jesse Brandeburg1-3/+4
2006-09-27e1000: keep .suspend and .resume driver methods in CONFIG_PMAuke Kok1-1/+1
2006-09-27e100, e1000, ixgb: Fix an impossible memory overwrite bugAuke Kok3-3/+3
2006-09-27e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok21-692/+345
2006-09-27USB: Dealias -110 code (more complete)Pete Zaitcev2-13/+9
2006-09-27Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+1
2006-09-27[PATCH] EISA bus MODALIAS attributes supportMichael Tokarev4-0/+4
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2-2/+2
2006-09-27sh: Board updates for I/O routine rework.Paul Mundt1-1/+1
2006-09-27[PATCH] Make PC300 WAN driver compile againKrzysztof Halasa1-16/+14
2006-09-27[PATCH] Modularize generic HDLCKrzysztof Halasa9-351/+666
2006-09-26Merge branch 'master' into upstreamJeff Garzik1-5/+5
2006-09-26Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik22-167/+208
2006-09-26[PATCH] more s2io __iomem annotationsAl Viro1-3/+3
2006-09-26[PATCH] restore __iomem annotations in e1000Al Viro1-2/+2
2006-09-26[PATCH] 64bit bugs in s2ioAl Viro1-2/+2
2006-09-26[PATCH] bonding: Fix primary selection error at enslavement timeJay Vosburgh1-23/+2
2006-09-26[PATCH] bonding: Don't mangle LACPDUsJay Vosburgh1-30/+29
2006-09-26[PATCH] bonding: Validate probe replies in ARP monitorJay Vosburgh3-9/+259
2006-09-26[PATCH] bonding: Don't release slaves when master is admin downjamal1-3/+3
2006-09-26[PATCH] bonding: Add priv_flag to avoid event mishandlingJay Vosburgh1-1/+6
2006-09-26[PATCH] bonding: Handle large hard_header_lenJay Vosburgh1-1/+6
2006-09-26[PATCH] bonding: Remove unneeded NULL testJay Vosburgh1-1/+1
2006-09-26[PATCH] bonding: Format fix in seq_printf callKenzo Iwami1-1/+1
2006-09-26[PATCH] bonding: Convert delay value from s16 to intJay Vosburgh1-1/+1