summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-01-12Fixed a small typo in the loopback driverEmil Medve1-1/+1
2008-01-123c509: PnP resource management fixKrzysztof Helt1-0/+4
2008-01-12netxen: fix byte-swapping in tx and rxDhananjay Phadke3-45/+40
2008-01-12netxen: optimize tx handlingdhananjay@netxen.com2-37/+25
2008-01-12netxen: stop second phy correctlydhananjay@netxen.com2-9/+7
2008-01-12netxen: update driver versiondhananjay@netxen.com1-2/+2
2008-01-12endianness noise in tulip_coreAl Viro1-1/+2
2008-01-12de4x5 fixesAl Viro1-84/+43
2008-01-12xircom_cb endianness fixesAl Viro1-28/+26
2008-01-08[FORCEDETH]: Fix reversing the MAC address on suspend.Björn Steinbrink1-4/+2
2008-01-08[NET]: mcs7830 passes msecs instead of jiffies to usb_control_msgRuss Dill1-2/+2
2008-01-08[NET]: kaweth was forgotten in msec switchover of usb_start_wait_urbRuss Dill1-1/+1
2008-01-08[NET]: Make ->poll() breakout consistent in Intel ethernet drivers.David S. Miller5-21/+19
2008-01-08[NET]: Fix drivers to handle napi_disable() disabling interrupts.David S. Miller3-0/+10
2008-01-08[NETXEN]: Fix ->poll() done logic.David S. Miller1-1/+1
2008-01-08[NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller15-55/+9
2008-01-08b43: Fix rxheader channel parsingMichael Buesch4-53/+61
2008-01-08[TULIP]: NAPI full quantum bug.Stephen Hemminger1-1/+2
2008-01-08[METH]: Fix MAC address handling.Thomas Bogendoerfer1-3/+7
2008-01-08[NET]: Fix netx-eth.c compilation.Adrian Bunk1-2/+2
2008-01-08[NIU]: Update driver version and release date.David S. Miller1-2/+2
2008-01-08[NIU]: Fix potentially stuck TCP socket send queues.David S. Miller1-1/+2
2008-01-08[NIU]: Missing ->last_rx update.David S. Miller1-0/+2
2008-01-08[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-26[VETH]: move veth.h to include/linuxStephen Hemminger1-1/+1
2007-12-26[TUNTAP]: Fix wrong debug message.Toyo Abe1-1/+1
2007-12-22MACB: clear transmit buffers properly on transmit underrunGregory CLEMENT1-1/+24
2007-12-22Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik5-27/+75
2007-12-223c359 endianness annotations and fixesAl Viro2-66/+62
2007-12-22fec_mpc52xx: write in C...Al Viro1-2/+3
2007-12-223c574 and 3c589 endianness fixes (.24?)Al Viro2-9/+10
2007-12-22rrunner: use offsetof() instead of homegrown insanityAl Viro2-26/+25
2007-12-22r8169 endiannessAl Viro1-2/+2
2007-12-22dl2k endianness fixes (.24 fodder?)Al Viro2-27/+30
2007-12-22yellowfin: annotations and fixes (.24 fodder?)Al Viro1-12/+13
2007-12-22asix fixesAl Viro1-130/+105
2007-12-22cycx: annotations and fixes (.24 fodder?)Al Viro1-6/+6
2007-12-22typhoon: trivial endianness annotationsAl Viro2-20/+24
2007-12-22typhoon: memory corruptor on big-endian if TSO is enabledAl Viro1-1/+1
2007-12-22typhoon: missed rx overruns on big-endianAl Viro2-3/+3
2007-12-22typhoon: set_settings broken on big-endianAl Viro1-1/+1
2007-12-22typhoon: missing le32_to_cpu() in get_drvinfoAl Viro1-1/+1
2007-12-22typhoon: endianness bug in tx/rx byte countersAl Viro1-2/+2
2007-12-19ipw2200: prevent alloc of unspecified size on stackReinette Chatre1-1/+12