summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-01-09[FORCEDETH]: Fix reversing the MAC address on suspend.Björn Steinbrink1-4/+2
2008-01-09[NET]: mcs7830 passes msecs instead of jiffies to usb_control_msgRuss Dill1-2/+2
2008-01-09[NET]: kaweth was forgotten in msec switchover of usb_start_wait_urbRuss Dill1-1/+1
2008-01-09[NET]: Make ->poll() breakout consistent in Intel ethernet drivers.David S. Miller5-21/+19
2008-01-09[NET]: Fix drivers to handle napi_disable() disabling interrupts.David S. Miller3-0/+10
2008-01-09[NETXEN]: Fix ->poll() done logic.David S. Miller1-1/+1
2008-01-09[NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller15-55/+9
2008-01-09b43: Fix rxheader channel parsingMichael Buesch4-53/+61
2008-01-09[TULIP]: NAPI full quantum bug.Stephen Hemminger1-1/+2
2008-01-09[METH]: Fix MAC address handling.Thomas Bogendoerfer1-3/+7
2008-01-09[NET]: Fix netx-eth.c compilation.Adrian Bunk1-2/+2
2008-01-09[NIU]: Update driver version and release date.David S. Miller1-2/+2
2008-01-09[NIU]: Fix potentially stuck TCP socket send queues.David S. Miller1-1/+2
2008-01-09[NIU]: Missing ->last_rx update.David S. Miller1-0/+2
2008-01-09[NIU]: Fix slowpath interrupt handling.Matheos Worku1-11/+23
2008-01-04[CASSINI]: Bump driver version and release date.David S. Miller1-2/+2
2008-01-04[CASSINI]: Fix two obvious NAPI bugs.David S. Miller1-2/+2
2008-01-04[CASSINI]: Set skb->truesize properly on receive packets.David S. Miller1-0/+1
2008-01-04[CASSINI]: Program parent Intel31154 bridge when necessary.David S. Miller1-0/+86
2008-01-04[CASSINI]: Revert 'dont touch page_count'.David S. Miller1-32/+4
2008-01-04[CASSINI]: Fix endianness bug.Al Viro2-12/+14
2007-12-27[VETH]: move veth.h to include/linuxStephen Hemminger1-1/+1
2007-12-27[TUNTAP]: Fix wrong debug message.Toyo Abe1-1/+1
2007-12-23MACB: clear transmit buffers properly on transmit underrunGregory CLEMENT1-1/+24
2007-12-23Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik5-27/+75
2007-12-233c359 endianness annotations and fixesAl Viro2-66/+62
2007-12-23fec_mpc52xx: write in C...Al Viro1-2/+3
2007-12-233c574 and 3c589 endianness fixes (.24?)Al Viro2-9/+10
2007-12-23rrunner: use offsetof() instead of homegrown insanityAl Viro2-26/+25
2007-12-23r8169 endiannessAl Viro1-2/+2
2007-12-23dl2k endianness fixes (.24 fodder?)Al Viro2-27/+30
2007-12-23yellowfin: annotations and fixes (.24 fodder?)Al Viro1-12/+13
2007-12-23asix fixesAl Viro1-130/+105
2007-12-23cycx: annotations and fixes (.24 fodder?)Al Viro1-6/+6
2007-12-23typhoon: trivial endianness annotationsAl Viro2-20/+24
2007-12-23typhoon: memory corruptor on big-endian if TSO is enabledAl Viro1-1/+1
2007-12-23typhoon: missed rx overruns on big-endianAl Viro2-3/+3
2007-12-23typhoon: set_settings broken on big-endianAl Viro1-1/+1
2007-12-23typhoon: missing le32_to_cpu() in get_drvinfoAl Viro1-1/+1
2007-12-23typhoon: endianness bug in tx/rx byte countersAl Viro1-2/+2
2007-12-20ipw2200: prevent alloc of unspecified size on stackReinette Chatre1-1/+12
2007-12-20iwlwifi: fix possible priv->mutex deadlock during suspendZhu Yi2-26/+10
2007-12-20p54: add Kconfig descriptionMichael Wu1-0/+51
2007-12-20rtl8187: Add USB ID for Sitecom WL-168 v1 001Matthias Mueller1-0/+2
2007-12-20[TG3]: Endianness bugfix.Al Viro1-2/+1
2007-12-20[TG3]: Endianness annotations.Al Viro1-43/+54
2007-12-18Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds22-91/+161
2007-12-18Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik9-24/+69
2007-12-18iwlwifi: fix rf_kill state inconsistent during suspend and resumeZhu Yi2-2/+6
2007-12-18b43: Fix rfkill radio LEDLarry Finger3-16/+47