summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-0536-364/+409
|\
| * Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-02-021-1/+1
| |\
| | * powerpc/ps3: Printing fixups for l64 to ll64 convserion drivers/netStephen Rothwell2009-02-021-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-3116-326/+305
| |\ \
| | * | igb: fix link reporting when using sgmiiAlexander Duyck2009-01-311-2/+9
| | * | igb: prevent skb_over panic w/ mtu smaller than 1KAlexander Duyck2009-01-311-4/+4
| | * | igb: Fix DCA errors and do not use context index for 82576Alexander Duyck2009-01-312-15/+10
| | * | sfc: Replace stats_enabled flag with a disable countBen Hutchings2009-01-306-25/+57
| | * | sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings2009-01-306-201/+141
| | * | sfc: SFT9001: Always enable XNP exchange on SFT9001 rev BBen Hutchings2009-01-301-1/+1
| | * | sfc: Update board info for hardware monitor on SFN4111T-R5 and laterBen Hutchings2009-01-301-2/+10
| | * | sfc: Test for PHYXS faults whenever we cannot test link state bitsSteve Hodgson2009-01-301-7/+9
| | * | sfc: Reinitialise the PHY completely in case of a PHY or NIC resetSteve Hodgson2009-01-304-13/+28
| | * | sfc: Fix post-reset MAC selectionSteve Hodgson2009-01-301-7/+8
| | * | sfc: SFN4111T: Fix GPIO sharing between I2C and FLASH_CFG_1Ben Hutchings2009-01-301-6/+9
| | * | sfc: SFT9001: Fix speed reporting in 1G PHY loopbackSteve Hodgson2009-01-303-18/+18
| | * | sfc: SFX7101: Remove workaround for bad link trainingSteve Hodgson2009-01-304-28/+0
| | * | sfc: SFT9001: Enable robust link trainingSteve Hodgson2009-01-301-1/+5
| | * | sky2: fix hard hang with netconsoling and iface going upAlexey Dobriyan2009-01-301-3/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-3019-37/+103
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * tulip: fix 21142 with 10Mbps without negotiationPhilippe De Muyter2009-01-291-4/+19
| | * drivers/net/skfp: if !capable(CAP_NET_ADMIN): inverted logicRoel Kluin2009-01-291-2/+2
| | * gianfar: Fix Wake-on-LAN supportAnton Vorontsov2009-01-291-0/+2
| | * smsc911x: timeout reaches -1Roel Kluin2009-01-291-1/+1
| | * smsc9420: fix interrupt signalling test failuresSteve Glendinning2009-01-291-2/+1
| | * ucc_geth: Change uec phy id to the same format as gianfar'sHaiying Wang2009-01-294-3/+32
| | * wimax: fix build issue when debugfs is disabledInaky Perez-Gonzalez2009-01-292-14/+16
| | * netxen: fix memory leak in drivers/net/netxen_nic_init.cDaniel Marjamäki2009-01-291-1/+3
| | * netxen: revert jumbo ringsizeDhananjay Phadke2009-01-291-1/+1
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-01-293-3/+21
| | |\
| | | * ath5k: fix locking in ath5k_configBob Copeland2009-01-291-1/+9
| | | * iwlwifi: fix kernel oops when ucode DMA memory allocation failureZhu, Yi2009-01-291-0/+4
| | | * rtl8187: Fix error in setting OFDM power settings for RTL8187LLarry Finger2009-01-291-2/+8
| | * | e1000: fix bug with shared interrupt during resetJesse Brandeburg2009-01-271-2/+2
| | * | r6040: Remove unused variable pdev from drivers/net/r6040.cManish Katiyar2009-01-261-1/+0
| | * | virtio_net: use correct accessors for scatterlistsIra W. Snyder2009-01-261-3/+3
| | |/
* | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-01-281-5/+12
|\ \ \ | |/ / |/| |
| * | Merge branch 'linus' into core/percpuIngo Molnar2009-01-2744-386/+582
| |\ \ | | |/
| * | Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-2154-581/+797
| |\ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar2009-01-151-5/+12
| |\ \ \ \
| | * | | | cpumask: convert drivers/net/sfcRusty Russell2009-01-111-4/+11
| | * | | | cpumask: Use topology_core_cpumask()/topology_thread_cpumask()Rusty Russell2009-01-111-2/+2
| | |/ / /
* | | | | m68knommu: correct the mii calculations for 532x ColdFire FECMatt Waddel2009-01-271-1/+1
* | | | | m68knommu: add ColdFire M532x to the FEC configuration optionsMatt Waddel2009-01-271-1/+1
| |_|_|/ |/| | |
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-01-261-10/+10
|\ \ \ \
| * | | | [NET] am79c961a: fix spin_lock usageUwe Kleine-König2009-01-241-10/+10
* | | | | gianfar: Revive VLAN supportAnton Vorontsov2009-01-261-5/+1
* | | | | bnx2x: tx_has_work should not wait for FWVladislav Zolotarov2009-01-261-5/+12
* | | | | netxen: reduce memory footprintDhananjay Phadke2009-01-262-7/+10
* | | | | netxen: fix vlan tso/checksum offloadDhananjay Phadke2009-01-261-11/+20
OpenPOWER on IntegriCloud