aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi...Russell King2008-12-1529-59/+221
|\
| * 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-031-0/+2
| * enc28j60: Fix sporadic packet loss (corrected again)Baruch Siach2008-12-031-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-0221-50/+138
| |\
| | * pppol2tp: Add missing sock_put() in pppol2tp_release()Frédéric Moulins2008-11-281-0/+1
| | * macvlan: don't broadcast PAUSE frames to macvlan devicesPatrick McHardy2008-11-261-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-251-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-231-4/+0
| | * | driver/net/*: remove redundant argument commentsQinghuang Feng2008-11-236-12/+0
| | |/
| | * net/hp-plus: fix link errorsRandy Dunlap2008-11-211-1/+1
| | * axnet_cs / pcnet_cs: moving PCMCIA_DEVICE_PROD_ID for Netgear FA411Cord Walter2008-11-212-1/+1
| | * phy: fix phy_id detection also for broken hardware.Giuseppe Cavallaro2008-11-201-2/+11
* | | Merge git://git.marvell.com/orion into develRussell King2008-12-139-21/+67
|\ \ \ | |/ /
| * | 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-283-1/+47
| * | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-11-301-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-131-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/+4
| | |_|/ | |/| |
* | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-12-022-0/+46
|\ \ \ \
| * | | | [ARM] pxa: move UART register definitions into dedicated regs-uart.hEric Miao2008-12-021-0/+1
| * | | | [ARM] pxa: move FICP register definitions into pxaficp_ir.cEric Miao2008-12-021-0/+42
| * | | | [ARM] pxa: explicit #include <mach/dma.h> in various driversEric Miao2008-12-021-0/+3
| |/ / /
* | | | [ARM] fix missing includes for iop33x and sa1100_irRussell King2008-12-011-1/+1
* | | | [ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King2008-11-292-2/+2
* | | | [ARM] pxa: avoid polluting the kernel's namespaceRussell King2008-11-282-0/+2
* | | | [ARM] clps7500: remove supportRussell King2008-11-271-5/+1
|/ / /
* | | 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/+0
| * | | 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