| Commit message (Expand) | Author | Age | Files | Lines |
* | [PPP]: Fix output buffer size in ppp_decompress_frame(). | Konstantin Sharlaimov | 2007-08-21 | 1 | -1/+1 |
* | sky2: don't clear phy power bits | Stephen Hemminger | 2007-08-21 | 1 | -2/+2 |
* | fix random hang in forcedeth driver when using netconsole | Timo Jantunen | 2007-08-18 | 1 | -5/+5 |
* | Add some help texts to recently-introduced kconfig items | Jan Engelhardt | 2007-08-18 | 1 | -0/+15 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-08-18 | 1 | -0/+3 |
|\ |
|
| * | mlx4_core: Wait 1 second after reset before accessing device | Eli Cohen | 2007-08-13 | 1 | -0/+3 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 2007-08-14 | 3 | -37/+24 |
|\ \ |
|
| * | | [NET]: Share correct feature code between bridging and bonding | Herbert Xu | 2007-08-13 | 1 | -21/+13 |
| * | | [IRDA] irda-usb.c: mostly kmalloc + memset conversion to k[cz]alloc | Mariusz Kozlowski | 2007-08-13 | 1 | -14/+10 |
| * | | [WAN] drivers/net/wan/hdlc_fr.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-08-13 | 1 | -2/+1 |
* | | | e1000: Add device IDs of new 82571 board variants | Auke Kok | 2007-08-14 | 4 | -0/+14 |
* | | | xen-netfront: Avoid deref'ing skbafter it is potentially freed. | Jeremy Fitzhardinge | 2007-08-14 | 1 | -3/+4 |
* | | | 3c59x: fix duplex configuration | Steffen Klassert | 2007-08-14 | 1 | -0/+1 |
* | | | natsemi: fix netdev error acounting | Andrew Morton | 2007-08-14 | 1 | -0/+3 |
* | | | ax88796 printk fixes | Andrew Morton | 2007-08-14 | 1 | -2/+3 |
* | | | myri10ge: Use the pause counter to avoid a needless device reset | Brice Goglin | 2007-08-14 | 1 | -7/+18 |
* | | | via-rhine: disable rx_copybreak on archs that don't allow unaligned DMA access | Dustin Marquess | 2007-08-14 | 1 | -0/+6 |
|/ / |
|
* | | drivers/net/ibmveth.c: memset fix | Mariusz Kozlowski | 2007-08-07 | 1 | -2/+1 |
* | | phy layer: fix phy_mii_ioctl for autonegotiation | Domen Puncer | 2007-08-07 | 1 | -2/+2 |
* | | ehea: Eliminated some compiler warnings | Thomas Klein | 2007-08-07 | 1 | -15/+10 |
* | | ehea: Simplify resource usage check | Thomas Klein | 2007-08-07 | 1 | -12/+6 |
* | | ehea: Fix workqueue handling | Thomas Klein | 2007-08-07 | 2 | -1/+2 |
* | | ibmveth: Fix rx pool deactivate oops | Brian King | 2007-08-07 | 2 | -13/+14 |
* | | Merge branch 'r8169-for-jeff-20070806' of git://electric-eye.fr.zoreil.com/ho... | Jeff Garzik | 2007-08-07 | 1 | -8/+16 |
|\ \ |
|
| * | | r8169: avoid needless NAPI poll scheduling | Francois Romieu | 2007-08-07 | 1 | -8/+10 |
| * | | r8169: PHY power-on fix | Roger So | 2007-08-06 | 1 | -0/+6 |
* | | | Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jeff Garzik | 2007-08-07 | 3 | -3/+3 |
|\ \ \ |
|
| * | | | [PATCH] zd1211rw: fix filter for PSPOLL frames | Ulrich Kunitz | 2007-08-06 | 1 | -1/+1 |
| * | | | [PATCH] rtl8187: ensure priv->hwaddr is always valid | Michael Wu | 2007-08-06 | 1 | -1/+1 |
| * | | | Revert "[PATCH] bcm43xx: Fix deviation from specifications in set_baseband_at... | John W. Linville | 2007-08-06 | 1 | -1/+1 |
* | | | | Merge branch 'ucc_geth' of master.kernel.org:/pub/scm/linux/kernel/git/leo/fs... | Jeff Garzik | 2007-08-07 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | ucc_geth: remove get_perm_addr from ucc_geth_ethtool.c | Jan Altenberg | 2007-08-03 | 1 | -1/+0 |
| * | | | | ucc_geth: fix section mismatch | Domen Puncer | 2007-08-03 | 1 | -1/+2 |
| | |_|/
| |/| | |
|
* | | | | sis190 check for ISA bridge on SiS966 | Neil Muller | 2007-08-07 | 1 | -0/+3 |
* | | | | atl1: use spin_trylock_irqsave() | Ingo Molnar | 2007-08-07 | 1 | -3/+1 |
* | | | | net: smc91x: Build fixes for general sh boards. | Paul Mundt | 2007-08-07 | 1 | -3/+1 |
* | | | | [BNX2]: Fix suspend/resume problem. | Michael Chan | 2007-08-03 | 1 | -4/+8 |
* | | | | [TG3]: Fix suspend/resume problem. | Michael Chan | 2007-08-03 | 1 | -7/+10 |
| |/ /
|/| | |
|
* | | | fix s2io regression | Al Viro | 2007-08-03 | 1 | -3/+6 |
|/ / |
|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 2007-07-31 | 29 | -91/+42 |
|\ \ |
|
| * | | [NET]: ethtool_perm_addr only has one implementation | Matthew Wilcox | 2007-07-31 | 24 | -24/+0 |
| * | | [NET]: ethtool ops are the only way | Matthew Wilcox | 2007-07-31 | 1 | -42/+10 |
| * | | [PPPOE]: Improve hashing function in hash_item(). | Florian Zumbiehl | 2007-07-31 | 1 | -10/+15 |
| * | | [PPPOL2TP]: Add CONFIG_INET Kconfig dependency. | James Chapman | 2007-07-31 | 1 | -1/+1 |
| * | | [PPPoE]: move lock_sock() in pppoe_sendmsg() to the right location | Florian Zumbiehl | 2007-07-31 | 1 | -2/+1 |
| * | | [PPPoX/E]: return ENOTTY on unknown ioctl requests | Florian Zumbiehl | 2007-07-31 | 2 | -11/+9 |
| * | | [NET] loopback: Panic if registration fails | Herbert Xu | 2007-07-31 | 1 | -1/+6 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 2007-07-31 | 1 | -28/+20 |
|\ \ \ |
|
| * | | | [SUNLANCE]: Fix sparc32 crashes by using of_*() interfaces. | David S. Miller | 2007-07-30 | 1 | -28/+20 |
* | | | | Typo fixes errror -> error | Gabriel Craciunescu | 2007-07-31 | 1 | -1/+1 |