index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
Linus Torvalds
3
-37
/
+24
2007-08-14
e1000: Add device IDs of new 82571 board variants
Auke Kok
4
-0
/
+14
2007-08-13
[NET]: Share correct feature code between bridging and bonding
Herbert Xu
1
-21
/
+13
2007-08-13
[IRDA] irda-usb.c: mostly kmalloc + memset conversion to k[cz]alloc
Mariusz Kozlowski
1
-14
/
+10
2007-08-13
[WAN] drivers/net/wan/hdlc_fr.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-2
/
+1
2007-08-14
xen-netfront: Avoid deref'ing skbafter it is potentially freed.
Jeremy Fitzhardinge
1
-3
/
+4
2007-08-14
3c59x: fix duplex configuration
Steffen Klassert
1
-0
/
+1
2007-08-14
natsemi: fix netdev error acounting
Andrew Morton
1
-0
/
+3
2007-08-14
ax88796 printk fixes
Andrew Morton
1
-2
/
+3
2007-08-14
myri10ge: Use the pause counter to avoid a needless device reset
Brice Goglin
1
-7
/
+18
2007-08-14
via-rhine: disable rx_copybreak on archs that don't allow unaligned DMA access
Dustin Marquess
1
-0
/
+6
2007-08-07
drivers/net/ibmveth.c: memset fix
Mariusz Kozlowski
1
-2
/
+1
2007-08-07
phy layer: fix phy_mii_ioctl for autonegotiation
Domen Puncer
1
-2
/
+2
2007-08-07
ehea: Eliminated some compiler warnings
Thomas Klein
1
-15
/
+10
2007-08-07
ehea: Simplify resource usage check
Thomas Klein
1
-12
/
+6
2007-08-07
ehea: Fix workqueue handling
Thomas Klein
2
-1
/
+2
2007-08-07
ibmveth: Fix rx pool deactivate oops
Brian King
2
-13
/
+14
2007-08-07
Merge branch 'r8169-for-jeff-20070806' of git://electric-eye.fr.zoreil.com/ho...
Jeff Garzik
1
-8
/
+16
2007-08-07
Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jeff Garzik
3
-3
/
+3
2007-08-07
Merge branch 'ucc_geth' of master.kernel.org:/pub/scm/linux/kernel/git/leo/fs...
Jeff Garzik
2
-2
/
+2
2007-08-07
sis190 check for ISA bridge on SiS966
Neil Muller
1
-0
/
+3
2007-08-07
atl1: use spin_trylock_irqsave()
Ingo Molnar
1
-3
/
+1
2007-08-07
net: smc91x: Build fixes for general sh boards.
Paul Mundt
1
-3
/
+1
2007-08-07
r8169: avoid needless NAPI poll scheduling
Francois Romieu
1
-8
/
+10
2007-08-06
r8169: PHY power-on fix
Roger So
1
-0
/
+6
2007-08-06
[PATCH] zd1211rw: fix filter for PSPOLL frames
Ulrich Kunitz
1
-1
/
+1
2007-08-06
[PATCH] rtl8187: ensure priv->hwaddr is always valid
Michael Wu
1
-1
/
+1
2007-08-06
Revert "[PATCH] bcm43xx: Fix deviation from specifications in set_baseband_at...
John W. Linville
1
-1
/
+1
2007-08-03
[BNX2]: Fix suspend/resume problem.
Michael Chan
1
-4
/
+8
2007-08-03
[TG3]: Fix suspend/resume problem.
Michael Chan
1
-7
/
+10
2007-08-03
fix s2io regression
Al Viro
1
-3
/
+6
2007-08-03
ucc_geth: remove get_perm_addr from ucc_geth_ethtool.c
Jan Altenberg
1
-1
/
+0
2007-08-03
ucc_geth: fix section mismatch
Domen Puncer
1
-1
/
+2
2007-07-31
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
Linus Torvalds
29
-91
/
+42
2007-07-31
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...
Linus Torvalds
1
-28
/
+20
2007-07-31
Typo fixes errror -> error
Gabriel Craciunescu
1
-1
/
+1
2007-07-31
in-string typos of "error"
Eddy L O Jansson
1
-1
/
+1
2007-07-31
bpqether: fix rcu usage
Paul E. McKenney
1
-3
/
+3
2007-07-31
DDB5477: remove driver bits of support
Yoichi Yuasa
1
-8
/
+0
2007-07-31
[NET]: ethtool_perm_addr only has one implementation
Matthew Wilcox
24
-24
/
+0
2007-07-31
[NET]: ethtool ops are the only way
Matthew Wilcox
1
-42
/
+10
2007-07-31
[PPPOE]: Improve hashing function in hash_item().
Florian Zumbiehl
1
-10
/
+15
2007-07-31
[PPPOL2TP]: Add CONFIG_INET Kconfig dependency.
James Chapman
1
-1
/
+1
2007-07-31
[PPPoE]: move lock_sock() in pppoe_sendmsg() to the right location
Florian Zumbiehl
1
-2
/
+1
2007-07-31
[PPPoX/E]: return ENOTTY on unknown ioctl requests
Florian Zumbiehl
2
-11
/
+9
2007-07-31
[NET] loopback: Panic if registration fails
Herbert Xu
1
-1
/
+6
2007-07-30
[SUNLANCE]: Fix sparc32 crashes by using of_*() interfaces.
David S. Miller
1
-28
/
+20
2007-07-30
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
11
-441
/
+278
2007-07-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
1
-12
/
+3
2007-07-30
Fix a potential NULL pointer dereference in mace_interrupt() in drivers/net/p...
Micah Gruber
1
-1
/
+3
[next]