summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2008-12-18ppp: fix segfaults introduced by netdev_priv changesJames Chapman-15/+13
2008-12-17bnx2: Fix bug in bnx2_free_rx_mem().Michael Chan-3/+3
2008-12-17jme: Fixed a typocwm97m-1/+1
2008-12-17net: kernel BUG at drivers/net/phy/mdio_bus.c:165!Krzysztof Halasa-2/+3
2008-12-16drivers/net: starfire: Fix napi ->poll() weight handlingJarek Poplawski-0/+5
2008-12-16tlan: Fix pci memory unmappingSakari Ailus-4/+9
2008-12-16enc28j60: use netif_rx_ni() to deliver RX packetsBaruch Siach-1/+1
2008-12-16tlan: Fix small (< 64 bytes) datagram transmissionsSakari Ailus-4/+6
2008-12-11e1000e: fix double release of mutexJeff Kirsher-2/+7
2008-12-09sungem: improve ethtool output with internal pcs and serdesHermann Lauer-0/+15
2008-12-09sungem: Make PCS PHY support partially work again.David S. Miller-56/+73
2008-12-05zd1211rw: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah-1/+1
2008-12-05ipw2200: fix netif_*_queue() removal regressionZhu Yi-0/+4
2008-12-05iwlwifi: clean key table in iwl_clear_stations_table functionTomas Winkler-3/+24
2008-12-03netx-eth: initialize per device spinlockUwe Kleine-König-0/+2
2008-12-03enc28j60: Fix sporadic packet loss (corrected again)Baruch Siach-2/+14
2008-12-03bnx2: Add workaround to handle missed MSI.Michael Chan-3/+38
2008-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-50/+138
2008-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds-1/+47
2008-11-30Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds-1/+2
2008-11-30get xenbus_driver ->probe() "recognized" by modpostAl Viro-3/+3
2008-11-30section errors in smc911x/smc91xAl Viro-10/+10
2008-11-30section misannotation in ibmtr_csAl Viro-1/+1
2008-11-30ixgbe section fixesAl Viro-5/+4
2008-11-28pppol2tp: Add missing sock_put() in pppol2tp_release()Frédéric Moulins-0/+1
2008-11-28mlx4_core: Save/restore default port IB capability maskJack Morgenstein-1/+47
2008-11-26macvlan: don't broadcast PAUSE frames to macvlan devicesPatrick McHardy-0/+3
2008-11-26sungem: Fix PCS_MIICTRL register write in gem_init_phy().David S. Miller-1/+1
2008-11-25net: hp-plus uses eip_pollRandy Dunlap-1/+1
2008-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-19/+64
2008-11-25ath5k: disable beacon filter when station is not associatedMartin Xu-1/+35
2008-11-25ath5k: fix Security issue in DebugFS part of ath5kCheng Renquan-5/+5
2008-11-25ath9k: correct expected max RX buffer sizeLuis R. Rodriguez-2/+11
2008-11-25ath9k: Fix SW-IOMMU bounce buffer starvationLuis R. Rodriguez-8/+8
2008-11-25iwlagn: fix DMA syncJohannes Berg-3/+5
2008-11-25phylib: Add Vitesse VSC8221 SGMII PHYTrent Piepho-9/+55
2008-11-24Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into mergePaul Mackerras-1/+2
2008-11-23drivers/net/chelsio/sge.c: remove redundant argument commentsQinghuang Feng-4/+0
2008-11-23driver/net/*: remove redundant argument commentsQinghuang Feng-12/+0
2008-11-21net/hp-plus: fix link errorsRandy Dunlap-1/+1
2008-11-21axnet_cs / pcnet_cs: moving PCMCIA_DEVICE_PROD_ID for Netgear FA411Cord Walter-1/+1
2008-11-20phy: fix phy_id detection also for broken hardware.Giuseppe Cavallaro-2/+11
2008-11-20atl2: don't request irq on resume if netif runningAlan Jenkins-3/+5
2008-11-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-16/+23
2008-11-20smc911x: Fix printf format typo in smc911x driver.Vernon Sauder-1/+1
2008-11-20asix: Fix asix-based cards connecting to 10/100Mbs LAN.Pantelis Koukousoulas-1/+3
2008-11-20mv643xx_eth: fix recycle check boundLennert Buytenhek-1/+2
2008-11-20mv643xx_eth: fix the order of mdiobus_{unregister, free}() callsLennert Buytenhek-1/+1
2008-11-20sh: sh_eth: Update to change of mii_busNobuhiro Iwamatsu-2/+2
2008-11-19net: ipg.c fix bracing on endian swappingHarvey Harrison-4/+4