summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-11-01Merge branch 'cris_move' of git://www.jni.nu/crisLinus Torvalds1-2/+2
2008-11-01saner FASYNC handling on file closeAl Viro1-2/+0
2008-10-29[CRIS] Move header files from include to arch/cris/include.Jesper Nilsson1-2/+2
2008-10-28amd8111e: Fix rx return codeChris Friesen1-6/+8
2008-10-28Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller10-16/+94
2008-10-27p54: fix build warningsChristian Lamparter1-2/+3
2008-10-27ath5k: Reset key cache on interface up, thus fixing resumeElias Oltmanns1-22/+11
2008-10-27p54: fix misbehavings when firmware can't be foundChristian Lamparter1-66/+66
2008-10-27dm9601: runtime mac address change supportPeter Korsgaard1-0/+15
2008-10-27via-velocity: use driver string instead of dev->name before register_netdev()Sven Hartge1-4/+7
2008-10-27drivers/net/wan/syncppp: Fix unused-var warningsJeff Garzik1-2/+3
2008-10-27mlx4: Setting the correct offset for default mac addressYevgeny Petrilin1-1/+1
2008-10-27mlx4_en: remove duplicated #includeHuang Weiyi1-1/+0
2008-10-27ibm_newemac: Fix typo in flow control config optionJosh Boyer1-1/+1
2008-10-27ehea: Detect 16GB hugepages for firmware restrictionThomas Klein3-6/+56
2008-10-27dmfe: check pci_alloc_consistent errorsFUJITA Tomonori1-1/+11
2008-10-26libertas: free sk_buff with kfree_skbSergio Luis1-1/+1
2008-10-26r8169: revert "read MAC address from EEPROM on init"Francois Romieu1-88/+0
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds25-210/+386
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6Linus Torvalds3-0/+327
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds3-35/+45
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds25-50/+6157
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu1-5/+11
2008-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller4-40/+60
2008-10-22mlx4_core: Add Ethernet PCI device IDsYevgeny Petrilin1-0/+2
2008-10-22mlx4_en: Add driver for Mellanox ConnectX 10GbE NICYevgeny Petrilin12-0/+5370
2008-10-22mlx4_core: Multiple port type supportYevgeny Petrilin5-6/+239
2008-10-22p54: enable 2.4/5GHz spectrum by eeprom bits.Christian Lamparter1-18/+10
2008-10-22orinoco: reduce stack usage in firmware download pathAndrey Borzenkov1-13/+29
2008-10-22ath5k: fix suspend-related oops on rmmodBob Copeland2-9/+21
2008-10-22mlx4_core: Ethernet MAC/VLAN managementYevgeny Petrilin4-1/+307
2008-10-22mlx4_core: Get ethernet MTU and default address from firmwareYevgeny Petrilin3-7/+14
2008-10-22mlx4_core: Support multiple pre-reserved QP regionsYevgeny Petrilin12-28/+126
2008-10-22[netdrvr] fec_mpc52xx: Implement polling, to make netconsole work.Jon Smirl1-0/+18
2008-10-22qlge: Fix MSI/legacy single interrupt bug.Ron Mercer2-47/+47
2008-10-22smc911x: Make the driver safer on SMPCatalin Marinas1-17/+8
2008-10-22smc911x: Add IRQ polarity configurationCatalin Marinas1-3/+8
2008-10-22smc911x: Allow Kconfig dependency on ARMCatalin Marinas1-1/+1
2008-10-22sis190: add identifier for Atheros AR8021 PHYFrancois Romieu1-0/+1
2008-10-228139x: reduce message severity on driver overlapStephen Hemminger2-6/+4
2008-10-22igb: add IGB_DCA instead of selecting INTEL_IOATDMAJeff Kirsher2-16/+21
2008-10-22igb: fix tx data corruption with transition to L0s on 82575Alexander Duyck1-2/+26
2008-10-22ehea: Fix memory hotplug supportHannes Hering4-41/+119
2008-10-22netdev: DM9000: remove BLACKFIN hacking in DM9000 netdev driverBryan Wu1-9/+0
2008-10-22cxgb3: Fix kernel crash caused by uninitialized l2t_entry.arpqRoland Dreier1-0/+1
2008-10-22SMC911x: unbreak PXA buildsDmitry Baryshkov2-3/+5
2008-10-22myri10ge: disable NAPI on failure to setup the interfaceBrice Goglin1-1/+5
2008-10-22net: Make SMC91X selectable on other MIPS boardsAtsushi Nemoto1-1/+1
2008-10-22AX88796: ax_probe() fix irq assignmentroel kluin1-3/+3
2008-10-22gianfar: fix handle errors returned by platform_get_irq*()roel kluin1-7/+17