summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set.David Miller2007-11-051-9/+0Star
* Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-11-031-1/+0Star
|\
| * cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+0Star
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-11-013-8/+6Star
|\ \ | |/ |/|
| * Fix myri10ge NAPI oops & warningsAndrew Gallatin2007-11-011-3/+3
| * Fix region size check in mpc5200 FEC driverGrant Likely2007-11-011-2/+2
| * mpc5200: Fix Kconfig dependancies on MPC5200 FEC device driverGrant Likely2007-11-011-3/+1Star
* | [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-012-2/+2
* | [WAN]: fix drivers/net/wan/lmc/ compilationAdrian Bunk2007-10-311-1/+1
|/
* Kbuild/doc: fix links to Documentation filesDirk Hohndel2007-10-301-4/+4
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-10-3018-101/+107
|\
| * ixgb: fix TX hangs under heavy loadAuke Kok2007-10-301-2/+2
| * e1000e: Fix typo ! &Roel Kluin2007-10-301-1/+1
| * ixgbe: minor sparse fixesStephen Hemminger2007-10-303-7/+7
| * e1000: sparse warnings fixesStephen Hemminger2007-10-305-35/+36
| * ixgb: fix sparse warningsStephen Hemminger2007-10-305-35/+37
| * e1000e: fix sparse warningsStephen Hemminger2007-10-302-19/+20
| * Blackfin EMAC driver: Fix Ethernet communication bug (dupliated and lost pack...Michael Hennerich2007-10-301-2/+0Star
| * DM9601: Support for ADMtek ADM8515 NICPeter Korsgaard2007-10-301-0/+4
* | [WAN]: lmc_ioctl: don't return with locks heldRoel Kluin2007-10-301-21/+34
|/
* Fix ethernet multicast for ucc_geth.Joakim Tjernlund2007-10-291-13/+2Star
* netdrvr/pcmcia: use IRQ_TYPE_DYNAMIC_SHARING flag for irq.Attributes.Komuro2007-10-297-7/+7
* FEC - fast ethernet controller for mpc52xxDomen Puncer2007-10-295-0/+1651
* Merge branch 'upstream-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik2007-10-292-12/+13
|\
| * ipg: Kconfig whitepaces/tab damagesFrancois Romieu2007-10-281-6/+6
| * ipg: missing Kconfig dependencyFrancois Romieu2007-10-281-0/+1
| * r8169: remove poll_locked logicStephen Hemminger2007-10-281-8/+4Star
| * r8169: napi configStephen Hemminger2007-10-281-0/+4
* | Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik2007-10-299-40/+121
|\ \
| * | [PATCH] iwl3945: fix direct scan problemMohamed Abbas2007-10-261-4/+28
| * | [PATCH] iwl3945: cancel scan on rxon commandMohamed Abbas2007-10-261-4/+20
| * | [PATCH] iwl4965: fix scan problemMohamed Abbas2007-10-261-4/+28
| * | [PATCH] iwl4965: fix driver hang related to hardware scanmabbas2007-10-262-5/+21
| * | [PATCH] iwlwifi: fix sending probe request in iwl 4965Tomas Winkler2007-10-261-3/+1Star
| * | [PATCH] rtl8187: Allow multicast framesMichael Wu2007-10-261-9/+11
| * | [PATCH] b43/b43legacy: jiffies_round -> jiffies_round_relativeAnton Blanchard2007-10-262-2/+2
| * | [PATCH] rt2x00: jiffies_round -> jiffies_round_relativeAnton Blanchard2007-10-261-1/+1
| * | [PATCH] ipw2100/ipw2200: jiffies_round -> jiffies_round_relativeAnton Blanchard2007-10-262-8/+9
* | | ehea: add kexec supportJan-Bernd Themann2007-10-292-1/+22
* | | e1000e: Remove legacy jumbo frame receive codeAuke Kok2007-10-292-282/+1Star
* | | e1000e: Re-enable SECRC - crc strippingAuke Kok2007-10-291-13/+6Star
* | | e1000e: Fix PBA calculation for jumbo frame packetsAuke Kok2007-10-291-9/+13
* | | e1000e: Fix jumbo frame receive code.Auke Kok2007-10-292-52/+54
* | | drivers/net/irda/au1k_ir: fix obvious irq handler bugsJeff Garzik2007-10-291-7/+4Star
* | | [CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu2007-10-271-1/+9
* | | [NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman2007-10-271-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-261-5/+3Star
|\ \ \
| * | | [NET]: Don't declare extern variables in net/core/sysctl_net_core.cPavel Emelyanov2007-10-241-5/+3Star
| |/ /
* | | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-10-261-3/+1Star
|\ \ \ | |_|/ |/| |
| * | SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-3/+1Star
| |/