summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-01-13sky2: remove check for PCI wakeup setting from BIOSStephen Hemminger1-19/+5
2008-01-13sky2: large memory workaround.Stephen Hemminger2-18/+10
2008-01-13fs_enet: check for phydev existence in the ethtool handlersAnton Vorontsov1-2/+9
2008-01-13Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik4-7/+44
2008-01-13[usb netdev] asix: fix regressionRuss Dill1-3/+3
2008-01-13r8169: fix missing loop variable incrementFrancois Romieu1-1/+1
2008-01-13ip1000: menu location changeStephen Hemminger1-10/+10
2008-01-13Fixed a small typo in the loopback driverEmil Medve1-1/+1
2008-01-133c509: PnP resource management fixKrzysztof Helt1-0/+4
2008-01-13netxen: fix byte-swapping in tx and rxDhananjay Phadke3-45/+40
2008-01-13netxen: optimize tx handlingdhananjay@netxen.com2-37/+25
2008-01-13netxen: stop second phy correctlydhananjay@netxen.com2-9/+7
2008-01-13netxen: update driver versiondhananjay@netxen.com1-2/+2
2008-01-13endianness noise in tulip_coreAl Viro1-1/+2
2008-01-13de4x5 fixesAl Viro1-84/+43
2008-01-13xircom_cb endianness fixesAl Viro1-28/+26
2008-01-11rt2x00: Put 802.11 data on 4 byte boundaryIvo van Doorn2-6/+31
2008-01-11rt2x00: Corectly initialize rt2500usb MACIvo van Doorn1-1/+1
2008-01-11rt2x00: Allow rt61 to catch up after a missing tx reportMattias Nissler1-0/+12
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