summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2010-03-24bnx2: Fix netpoll crash.Benjamin Li1-2/+4
2010-03-23ksz884x: fix return value of netdev_set_eepromJens Rottmann1-1/+1
2010-03-23netxen: The driver doesn't work on NX_P3_B1 so cause probe to fail.Eric W. Biederman1-2/+2
2010-03-23can: bfin_can: switch to common Blackfin can headerMike Frysinger1-90/+7
2010-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds18-127/+211
2010-03-20KS8695: update ksp->next_rx_desc_read at the end of rx loopYegor Yefremov1-15/+9
2010-03-20igb: Add support for 82576 ET2 Quad Port Server AdapterCarolyn Wyborny3-0/+3
2010-03-20ixgbevf: Message formatting cleanupsGreg Rose1-2/+2
2010-03-20ixgbevf: Shorten up delay timer for watchdog taskGreg Rose1-1/+1
2010-03-20ixgbevf: Fix VF Stats accounting after resetGreg Rose3-38/+78
2010-03-20ixgbe: Set IXGBE_RSC_CB(skb)->DMA field to zero after unmapping the addressMallikarjuna R Chilakala1-2/+6
2010-03-20ixgbe: fix for real_num_tx_queues update issueVasu Dev1-3/+3
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+1
2010-03-19sysfs: fix sysfs lockdep warning in mlx4 codeGreg Kroah-Hartman1-0/+1
2010-03-19smsc95xx: Fix tx checksum offload for small packetsSteve Glendinning1-3/+15
2010-03-19ixgbe: Fix 82599 KX4 Wake on LAN issue after an improper system shutdownMallikarjuna R Chilakala1-3/+0
2010-03-19ixgbe: Fix 82599 multispeed fiber link issues due to Tx laser flappingMallikarjuna R Chilakala3-36/+54
2010-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-22/+4
2010-03-19jme: Advance driver version numberGuo-Fu Tseng1-1/+1
2010-03-19jme: Protect vlgrp structure by pause RX actions.Guo-Fu Tseng1-0/+33
2010-03-19jme: Fix VLAN memory leakGuo-Fu Tseng1-0/+2
2010-03-19KS8851: Avoid NULL pointer in set rx modeAbraham Arce1-1/+0
2010-03-17l2tp: Fix UDP socket reference count bugs in the pppol2tp driverJames Chapman1-0/+3
2010-03-17smsc95xx: wait for PHY to complete reset during initSteve Glendinning1-0/+15
2010-03-17l2tp: Fix oops in pppol2tp_xmitJames Chapman1-1/+2
2010-03-17smsc75xx: SMSC LAN75xx USB gigabit ethernet adapter driverSteve Glendinning4-0/+1718
2010-03-17ne: Do not use slashes in irq name stringAtsushi Nemoto1-1/+1
2010-03-17NET: ksz884x, fix lock imbalanceJiri Slaby1-3/+5
2010-03-16iwlwifi: Silence tfds_in_queue messageAdel Gadllah1-1/+1
2010-03-16ath9k: fix BUG_ON triggered by PAE framesFelix Fietkau1-20/+1
2010-03-16wl1251: fix potential crashGrazvydas Ignotas1-1/+2
2010-03-16Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller52-78/+169
2010-03-16myri: remove dead codeDan Carpenter1-1/+0
2010-03-16obsolete config in kernel source: HSO_AUTOPMChristoph Egger1-3/+0
2010-03-16obsolete config in kernel source: USE_INTERNAL_TIMERChristoph Egger1-36/+0
2010-03-16drivers/net: drop redundant memsetJulia Lawall1-3/+1
2010-03-16bnx2x: change smp_mb() comment to conform the trueStanislaw Gruszka1-2/+5
2010-03-16bnx2x: remove not necessary compiler barrierStanislaw Gruszka1-1/+0
2010-03-16bnx2x: use smp_mb() to keep ordering of read write operationsStanislaw Gruszka1-1/+1
2010-03-16be2net: fix mccq create for big endian architecturesAjit Khaparde1-1/+1
2010-03-16TI DaVinci EMAC: Convert to dev_pm_opschaithrika@ti.com1-11/+16
2010-03-16net: davinci emac: use dma_{map, unmap}_single API for cache coherencySekhar Nori1-19/+26
2010-03-16e100: Fix ring parameter change handling regression.David S. Miller1-1/+1
2010-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds53-398/+690
2010-03-13drivers/net/tulip/eeprom.c: fix bogus "(null)" in tulip init messagesJoe Perches1-24/+30
2010-03-13sky2: Avoid rtnl_unlock without rtnl_lockMike McCormack1-1/+1
2010-03-13drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constantJulia Lawall1-1/+1
2010-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller11-94/+91
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds39-58/+58
2010-03-11Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville3-37/+20