index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
atl1c: Add AR8151 v2 support and change L0s/L1 routine
Jie Yang
2010-06-01
4
-168
/
+345
*
ixp4xx: Support the all multicast flag on the NPE devices.
Richard Cochran
2010-06-01
1
-0
/
+11
*
drivers/net/tulip/eeprom.c: Remove unnecessary kmalloc casts
Joe Perches
2010-06-01
1
-5
/
+5
*
drivers/net/gianfar.c: Remove unnecessary kmalloc casts
Joe Perches
2010-06-01
1
-4
/
+4
*
be2net: replace udelay() with schedule_timeout() in mbox polling
Sathya Perla
2010-06-01
1
-6
/
+5
*
be2net: cleanup in case of error in be_open()
Sathya Perla
2010-06-01
1
-46
/
+49
*
tulip: implement wake-on-lan support
Steven Walter
2010-06-01
2
-23
/
+156
*
tulip: explicity set to D0 power state during init
Steven Walter
2010-06-01
1
-0
/
+7
*
r6040: bump version to 0.26 and date to 30 May 2010
Florian Fainelli
2010-06-01
1
-2
/
+2
*
r6040: implement phylib
Florian Fainelli
2010-06-01
2
-154
/
+145
*
drivers/net/arcnet/capmode.c: clean up code
Daniel Mack
2010-05-31
1
-99
/
+78
*
r8169: remove unnecessary cast of readl()'s return value
Junchang Wang
2010-05-31
1
-1
/
+1
*
8139too: remove unnecessary cast of ioread32()'s return value
Junchang Wang
2010-05-31
1
-4
/
+4
*
mlx4_en: use net_device dev_id to indicate port number
Eli Cohen
2010-05-31
1
-0
/
+1
*
xen: netfront: explicitly generate arp_notify event after migration.
Ian Campbell
2010-05-31
1
-0
/
+1
*
drivers/net/wan: Use memdup_user
Julia Lawall
2010-05-31
1
-10
/
+4
*
drivers/net/wan: Use memdup_user
Julia Lawall
2010-05-31
1
-8
/
+3
*
drivers/net/cxgb3: Use memdup_user
Julia Lawall
2010-05-31
1
-9
/
+3
*
drivers/net: Use memdup_user
Julia Lawall
2010-05-31
1
-8
/
+3
*
cleanup: remove MIN_FRAG_SIZE definition.
Rami Rosen
2010-05-31
1
-1
/
+0
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-05-31
6
-18
/
+69
|
\
|
*
be2net: remove superfluous externs
Dan Carpenter
2010-05-29
1
-2
/
+2
|
*
be2net: add unlock on error path
Dan Carpenter
2010-05-29
1
-2
/
+5
|
*
fs_enet: Adjust BDs after tx error
Mark Ware
2010-05-29
1
-6
/
+43
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2010-05-29
4
-8
/
+19
|
|
\
|
|
*
libertas: fix uninitialized variable warning
Prarit Bhargava
2010-05-28
1
-3
/
+2
|
|
*
ath9k: Fix bug in the way "bf_tx_aborted" of struct ath_buf is used
Vasanthakumar Thiagarajan
2010-05-28
1
-1
/
+3
|
|
*
ath9k: Fix ath_print in xmit for hardware reset.
Justin P. Mattock
2010-05-28
1
-1
/
+1
|
|
*
ar9170usb: fix read from freed driver context
Christian Lamparter
2010-05-26
1
-2
/
+12
|
|
*
Revert "rt2x00: Fix rt2800usb TX descriptor writing."
John W. Linville
2010-05-26
1
-1
/
+1
*
|
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...
Linus Torvalds
2010-05-30
3
-0
/
+1841
|
\
\
\
|
*
|
|
can: Add support for Janz VMOD-ICAN3 Intelligent CAN module
Ira W. Snyder
2010-05-28
3
-0
/
+1841
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-05-28
9
-52
/
+89
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
netdev/fec: fix ifconfig eth0 down hang issue
Bryan Wu
2010-05-28
1
-12
/
+16
|
*
|
cnic: Fix context memory init. on 5709.
Michael Chan
2010-05-28
2
-9
/
+5
|
*
|
drivers/net: Eliminate a NULL pointer dereference
Julia Lawall
2010-05-28
1
-2
/
+1
|
*
|
drivers/net/hamradio: Eliminate a NULL pointer dereference
Julia Lawall
2010-05-28
1
-2
/
+1
|
*
|
be2net: Patch removes redundant while statement in loop.
Sarveshwar Bandi
2010-05-28
1
-1
/
+1
|
*
|
net: ll_temac: fix checksum offload logic
Brian Hill
2010-05-27
2
-24
/
+63
|
*
|
net: ll_temac: fix interrupt bug when interrupt 0 is used
Brian Hill
2010-05-27
1
-1
/
+1
|
*
|
be2net: increase POST timeout for EEH recovery
Sathya Perla
2010-05-26
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2010-05-26
41
-124
/
+333
|
\
|
|
|
*
|
drivers/net/usb/asix.c: Fix pointer cast.
David S. Miller
2010-05-26
1
-2
/
+2
|
*
|
be2net: Bug fix to avoid disabling bottom half during firmware upgrade.
Sarveshwar Bandi
2010-05-26
3
-2
/
+20
|
*
|
hso: add support for new products
Filip Aben
2010-05-26
1
-0
/
+3
|
*
|
Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2010-05-25
1
-2
/
+2
|
|
\
\
|
|
*
|
wimax/i2400m: fix bad race condition check in RX path
Inaky Perez-Gonzalez
2010-05-20
1
-2
/
+2
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2010-05-25
18
-124
/
+93
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
ath9k: remove VEOL support for ad-hoc
Felix Fietkau
2010-05-25
1
-53
/
+10
|
|
*
|
ath9k: change beacon allocation to prefer the first beacon slot
Felix Fietkau
2010-05-25
1
-9
/
+3
[next]