aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16Introduce CONFIG_VIRT_TO_BUSStephen Rothwell1-1/+1
2007-07-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-2/+509
2007-07-15fallout from Auke's pci ->revision patchAl Viro1-1/+1
2007-07-15ax88796: dev_dbg() wants device, not platform deviceAl Viro1-2/+2
2007-07-15zd1211rw: too early inclusion of asm/unaligned.hAl Viro1-1/+1
2007-07-14[NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.Michael Chan2-2/+2
2007-07-14[NET]: Add macvlan driverPatrick McHardy3-0/+507
2007-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds7-1/+58
2007-07-12Revert "[BNX2]: Seems to not need net/tcp.h"Linus Torvalds1-0/+1
2007-07-12IB/mlx4: Implement query SRQJack Morgenstein1-0/+30
2007-07-12IB/mlx4: Implement query QPJack Morgenstein1-0/+21
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds34-157/+63
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+1
2007-07-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds53-269/+3284
2007-07-12Blackfin arch: Port the dm9000 driver to Blackfin by using the correct low-level io routinesAlex Landau2-2/+17
2007-07-11[TG3]: Update version to 3.78.Michael Chan1-2/+2
2007-07-11[TG3]: Add missing NVRAM strapping.Matt Carlson2-1/+4
2007-07-11[TG3]: Enable auto MDI.Matt Carlson2-15/+49
2007-07-11[TG3]: Fix the polarity bit.Matt Carlson1-19/+44
2007-07-11[TG3]: Fix irq_sync race condition.Michael Chan1-3/+3
2007-07-11[RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy2-0/+24
2007-07-11[RTNETLINK]: rtnl_link API simplificationPatrick McHardy2-106/+9
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+1
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap4-6/+5
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok29-138/+58
2007-07-11PCI: remove useless pci driver methodDavid Brownell4-13/+0
2007-07-10[IRDA]: use mutex instead of semaphore in VLSI 82C147 IrDA controller driverMatthias Kaehlcke2-14/+15
2007-07-10[BNX2]: Seems to not need net/tcp.hIlpo Järvinen1-1/+0
2007-07-10[BNX2]: Update version to 1.6.2.Michael Chan1-2/+2
2007-07-10[BNX2]: Print management firmware version.Michael Chan2-8/+42
2007-07-10[BNX2]: Enhance the heartbeat.Michael Chan2-4/+25
2007-07-10[BNX2]: Reduce spurious INTA interrupts.Michael Chan1-2/+11
2007-07-10[BNX2]: Modify link up message.Michael Chan1-2/+12
2007-07-10[BNX2]: Add ethtool support for remote PHY.Michael Chan1-27/+56
2007-07-10[BNX2]: Add support for remote PHY.Michael Chan1-8/+269
2007-07-10[BNX2]: Add remote PHY bit definitions.Michael Chan1-1/+50
2007-07-10[BNX2]: Add bnx2_set_default_link().Michael Chan1-18/+25
2007-07-10[IrDA]: kingsun-sir.c charset fix.Samuel Ortiz1-2/+2
2007-07-10[NET]: Allow group ownership of TUN/TAP devices.Guido Guenther1-2/+13
2007-07-10[CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr1-0/+8
2007-07-10[PPPOL2TP]: Use proper printf format specifier for size_t.David S. Miller1-2/+2
2007-07-10[L2TP]: PPP over L2TP driver coreJames Chapman3-0/+2500
2007-07-10[NET]: IPV6 checksum offloading in network devicesStephen Hemminger2-7/+6
2007-07-10[IFB]: Use rtnl_link APIPatrick McHardy1-20/+60
2007-07-10[IFB]: Keep ifb devices on listPatrick McHardy1-15/+21
2007-07-10[DUMMY]: Use rtnl_link APIPatrick McHardy1-20/+62
2007-07-10[DUMMY]: Keep dummy devices on listPatrick McHardy1-18/+29
2007-07-10[DUMMY]: Use dev->statsPatrick McHardy1-13/+3
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller40-60/+59
2007-07-10Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds72-41738/+3491