summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* zd1211rw: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah2008-12-051-1/+1
* ipw2200: fix netif_*_queue() removal regressionZhu Yi2008-12-051-0/+4
* iwlwifi: clean key table in iwl_clear_stations_table functionTomas Winkler2008-12-052-3/+24
* netx-eth: initialize per device spinlockUwe Kleine-König2008-12-041-0/+2
* enc28j60: Fix sporadic packet loss (corrected again)Baruch Siach2008-12-041-2/+14
* bnx2: Add workaround to handle missed MSI.Michael Chan2008-12-032-3/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-0321-50/+138
|\
| * pppol2tp: Add missing sock_put() in pppol2tp_release()Frédéric Moulins2008-11-291-0/+1
| * macvlan: don't broadcast PAUSE frames to macvlan devicesPatrick McHardy2008-11-271-0/+3
| * sungem: Fix PCS_MIICTRL register write in gem_init_phy().David S. Miller2008-11-261-1/+1
| * net: hp-plus uses eip_pollRandy Dunlap2008-11-261-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-11-256-19/+64
| |\
| | * ath5k: disable beacon filter when station is not associatedMartin Xu2008-11-252-1/+35
| | * ath5k: fix Security issue in DebugFS part of ath5kCheng Renquan2008-11-251-5/+5
| | * ath9k: correct expected max RX buffer sizeLuis R. Rodriguez2008-11-251-2/+11
| | * ath9k: Fix SW-IOMMU bounce buffer starvationLuis R. Rodriguez2008-11-252-8/+8
| | * iwlagn: fix DMA syncJohannes Berg2008-11-251-3/+5
| * | phylib: Add Vitesse VSC8221 SGMII PHYTrent Piepho2008-11-251-9/+55
| * | drivers/net/chelsio/sge.c: remove redundant argument commentsQinghuang Feng2008-11-241-4/+0Star
| * | driver/net/*: remove redundant argument commentsQinghuang Feng2008-11-246-12/+0Star
| |/
| * net/hp-plus: fix link errorsRandy Dunlap2008-11-221-1/+1
| * axnet_cs / pcnet_cs: moving PCMCIA_DEVICE_PROD_ID for Netgear FA411Cord Walter2008-11-222-1/+1
| * phy: fix phy_id detection also for broken hardware.Giuseppe Cavallaro2008-11-211-2/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-12-013-1/+47
|\ \
| * | mlx4_core: Save/restore default port IB capability maskJack Morgenstein2008-11-293-1/+47
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-12-011-1/+2
|\ \ \
| * \ \ Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into mergePaul Mackerras2008-11-241-1/+2
| |\ \ \
| | * | | powerpc/mpc5200: fix bestcomm Kconfig dependenciesGrant Likely2008-11-141-1/+2
| | |/ /
* | | | get xenbus_driver ->probe() "recognized" by modpostAl Viro2008-11-301-3/+3
* | | | section errors in smc911x/smc91xAl Viro2008-11-302-10/+10
* | | | section misannotation in ibmtr_csAl Viro2008-11-301-1/+1
* | | | ixgbe section fixesAl Viro2008-11-301-5/+4Star
| |_|/ |/| |
* | | atl2: don't request irq on resume if netif runningAlan Jenkins2008-11-201-3/+5
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-11-205-16/+23
|\ \ \
| * | | iwlagn: fix RX skb alignmentJohannes Berg2008-11-183-13/+22
| * | | mac80211: remove ieee80211_notify_macJohannes Berg2008-11-182-2/+0Star
| * | | libertas_tf: fix skb tail pointerJohannes Berg2008-11-181-1/+1
* | | | smc911x: Fix printf format typo in smc911x driver.Vernon Sauder2008-11-201-1/+1
* | | | asix: Fix asix-based cards connecting to 10/100Mbs LAN.Pantelis Koukousoulas2008-11-201-1/+3
* | | | mv643xx_eth: fix recycle check boundLennert Buytenhek2008-11-201-1/+2
* | | | mv643xx_eth: fix the order of mdiobus_{unregister, free}() callsLennert Buytenhek2008-11-201-1/+1
* | | | sh: sh_eth: Update to change of mii_busNobuhiro Iwamatsu2008-11-201-2/+2
* | | | net: ipg.c fix bracing on endian swappingHarvey Harrison2008-11-201-4/+4
* | | | phylib: Fix auto-negotiation restart avoidanceTrent Piepho2008-11-201-11/+23
* | | | net: jme.c rxdesc.flags is __le16, other missing endian swapsHarvey Harrison2008-11-201-11/+10Star
* | | | ixgbe: fix compilation with gcc-3.4Alexey Dobriyan2008-11-191-30/+28Star
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-11-1723-98/+494
|\| |
| * | e1000e: fix IPMI trafficJeff Kirsher2008-11-173-2/+51
| * | e1000e: fix warn_on reload after phy_id errorJeff Kirsher2008-11-171-0/+1
| * | phy: fix phy address bugGiulio Benetti2008-11-161-2/+2