summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2007-08-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds3-37/+24
2007-08-14e1000: Add device IDs of new 82571 board variantsAuke Kok4-0/+14
2007-08-14[NET]: Share correct feature code between bridging and bondingHerbert Xu1-21/+13
2007-08-14[IRDA] irda-usb.c: mostly kmalloc + memset conversion to k[cz]allocMariusz Kozlowski1-14/+10
2007-08-14[WAN] drivers/net/wan/hdlc_fr.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-2/+1
2007-08-14xen-netfront: Avoid deref'ing skbafter it is potentially freed.Jeremy Fitzhardinge1-3/+4
2007-08-143c59x: fix duplex configurationSteffen Klassert1-0/+1
2007-08-14natsemi: fix netdev error acountingAndrew Morton1-0/+3
2007-08-14ax88796 printk fixesAndrew Morton1-2/+3
2007-08-14myri10ge: Use the pause counter to avoid a needless device resetBrice Goglin1-7/+18
2007-08-14via-rhine: disable rx_copybreak on archs that don't allow unaligned DMA accessDustin Marquess1-0/+6
2007-08-08drivers/net/ibmveth.c: memset fixMariusz Kozlowski1-2/+1
2007-08-08phy layer: fix phy_mii_ioctl for autonegotiationDomen Puncer1-2/+2
2007-08-08ehea: Eliminated some compiler warningsThomas Klein1-15/+10
2007-08-08ehea: Simplify resource usage checkThomas Klein1-12/+6
2007-08-08ehea: Fix workqueue handlingThomas Klein2-1/+2
2007-08-08ibmveth: Fix rx pool deactivate oopsBrian King2-13/+14
2007-08-08Merge branch 'r8169-for-jeff-20070806' of git://electric-eye.fr.zoreil.com/ho...Jeff Garzik1-8/+16
2007-08-08Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik3-3/+3
2007-08-08Merge branch 'ucc_geth' of master.kernel.org:/pub/scm/linux/kernel/git/leo/fs...Jeff Garzik2-2/+2
2007-08-08sis190 check for ISA bridge on SiS966Neil Muller1-0/+3
2007-08-08atl1: use spin_trylock_irqsave()Ingo Molnar1-3/+1
2007-08-08net: smc91x: Build fixes for general sh boards.Paul Mundt1-3/+1
2007-08-07r8169: avoid needless NAPI poll schedulingFrancois Romieu1-8/+10
2007-08-07r8169: PHY power-on fixRoger So1-0/+6
2007-08-06[PATCH] zd1211rw: fix filter for PSPOLL framesUlrich Kunitz1-1/+1
2007-08-06[PATCH] rtl8187: ensure priv->hwaddr is always validMichael Wu1-1/+1
2007-08-06Revert "[PATCH] bcm43xx: Fix deviation from specifications in set_baseband_at...John W. Linville1-1/+1
2007-08-04[BNX2]: Fix suspend/resume problem.Michael Chan1-4/+8
2007-08-04[TG3]: Fix suspend/resume problem.Michael Chan1-7/+10
2007-08-04fix s2io regressionAl Viro1-3/+6
2007-08-03ucc_geth: remove get_perm_addr from ucc_geth_ethtool.cJan Altenberg1-1/+0
2007-08-03ucc_geth: fix section mismatchDomen Puncer1-1/+2
2007-08-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds29-91/+42
2007-08-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds1-28/+20
2007-08-01Typo fixes errror -> errorGabriel Craciunescu1-1/+1
2007-08-01in-string typos of "error"Eddy L O Jansson1-1/+1
2007-08-01bpqether: fix rcu usagePaul E. McKenney1-3/+3
2007-08-01DDB5477: remove driver bits of supportYoichi Yuasa1-8/+0
2007-08-01[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox24-24/+0
2007-08-01[NET]: ethtool ops are the only wayMatthew Wilcox1-42/+10
2007-08-01[PPPOE]: Improve hashing function in hash_item().Florian Zumbiehl1-10/+15
2007-07-31[PPPOL2TP]: Add CONFIG_INET Kconfig dependency.James Chapman1-1/+1
2007-07-31[PPPoE]: move lock_sock() in pppoe_sendmsg() to the right locationFlorian Zumbiehl1-2/+1
2007-07-31[PPPoX/E]: return ENOTTY on unknown ioctl requestsFlorian Zumbiehl2-11/+9
2007-07-31[NET] loopback: Panic if registration failsHerbert Xu1-1/+6
2007-07-31[SUNLANCE]: Fix sparc32 crashes by using of_*() interfaces.David S. Miller1-28/+20
2007-07-31Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds11-441/+278
2007-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-12/+3
2007-07-30Fix a potential NULL pointer dereference in mace_interrupt() in drivers/net/p...Micah Gruber1-1/+3