summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* [CASSINI]: Bump driver version and release date.David S. Miller2008-01-041-2/+2
* [CASSINI]: Fix two obvious NAPI bugs.David S. Miller2008-01-041-2/+2
* [CASSINI]: Set skb->truesize properly on receive packets.David S. Miller2008-01-041-0/+1
* [CASSINI]: Program parent Intel31154 bridge when necessary.David S. Miller2008-01-041-0/+86
* [CASSINI]: Revert 'dont touch page_count'.David S. Miller2008-01-041-32/+4
* [CASSINI]: Fix endianness bug.Al Viro2008-01-042-12/+14
* [VETH]: move veth.h to include/linuxStephen Hemminger2007-12-271-1/+1
* [TUNTAP]: Fix wrong debug message.Toyo Abe2007-12-271-1/+1
* MACB: clear transmit buffers properly on transmit underrunGregory CLEMENT2007-12-231-1/+24
* Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik2007-12-235-27/+75
|\
| * ipw2200: prevent alloc of unspecified size on stackReinette Chatre2007-12-201-1/+12
| * iwlwifi: fix possible priv->mutex deadlock during suspendZhu Yi2007-12-202-26/+10
| * p54: add Kconfig descriptionMichael Wu2007-12-201-0/+51
| * rtl8187: Add USB ID for Sitecom WL-168 v1 001Matthias Mueller2007-12-201-0/+2
* | 3c359 endianness annotations and fixesAl Viro2007-12-232-66/+62
* | fec_mpc52xx: write in C...Al Viro2007-12-231-2/+3
* | 3c574 and 3c589 endianness fixes (.24?)Al Viro2007-12-232-9/+10
* | rrunner: use offsetof() instead of homegrown insanityAl Viro2007-12-232-26/+25
* | r8169 endiannessAl Viro2007-12-231-2/+2
* | dl2k endianness fixes (.24 fodder?)Al Viro2007-12-232-27/+30
* | yellowfin: annotations and fixes (.24 fodder?)Al Viro2007-12-231-12/+13
* | asix fixesAl Viro2007-12-231-130/+105
* | cycx: annotations and fixes (.24 fodder?)Al Viro2007-12-231-6/+6
* | typhoon: trivial endianness annotationsAl Viro2007-12-232-20/+24
* | typhoon: memory corruptor on big-endian if TSO is enabledAl Viro2007-12-231-1/+1
* | typhoon: missed rx overruns on big-endianAl Viro2007-12-232-3/+3
* | typhoon: set_settings broken on big-endianAl Viro2007-12-231-1/+1
* | typhoon: missing le32_to_cpu() in get_drvinfoAl Viro2007-12-231-1/+1
* | typhoon: endianness bug in tx/rx byte countersAl Viro2007-12-231-2/+2
* | [TG3]: Endianness bugfix.Al Viro2007-12-201-2/+1
* | [TG3]: Endianness annotations.Al Viro2007-12-201-43/+54
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-12-1822-91/+161
|\ \
| * \ Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik2007-12-189-24/+69
| |\ \
| | * | iwlwifi: fix rf_kill state inconsistent during suspend and resumeZhu Yi2007-12-172-2/+6
| | * | b43: Fix rfkill radio LEDLarry Finger2007-12-173-16/+47
| | * | bcm43xx_debugfs sscanf fixAndrew Morton2007-12-171-1/+1
| | * | libertas: select WIRELESS_EXTDan Williams2007-12-171-0/+1
| | * | iwlwifi3945/4965: fix rate control algo reference leakCyrill Gorcunov2007-12-172-0/+2
| | * | wireless/ipw2200.c: add __dev{init,exit} annotationsAdrian Bunk2007-12-171-3/+4
| | * | zd1211rw: Fix alignment problemsUlrich Kunitz2007-12-171-2/+8
| | |/
| * | sis190 endiannessAl Viro2007-12-171-4/+4
| * | ucc_geth: really fix section mismatchAnton Vorontsov2007-12-171-1/+1
| * | pcnet_cs: add new idKomuro2007-12-171-0/+1
| * | ixgb: make sure jumbos stay enabled after resetMatheos Worku2007-12-141-2/+14
| * | Net: ibm_newemac, remove SPIN_LOCK_UNLOCKEDJiri Slaby2007-12-141-1/+1
| * | net: smc911x: shut up compiler warningsPaul Mundt2007-12-141-1/+1
| * | ucc_geth: minor whitespace fixAndrew Morton2007-12-141-1/+1
| * | drivers/net/s2io.c section fixesAdrian Bunk2007-12-141-2/+2
| * | drivers/net/sis190.c section fixAdrian Bunk2007-12-141-1/+1
| * | hamachi endianness fixesAl Viro2007-12-141-33/+37