summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |/
* | [netdrvr] forcedeth: add MCP77 device IDsAyaz Abdulla2007-10-251-0/+16
* | rndis_host: reduce MTU instead of refusing to talk to devices with low max pa...Thomas Sailer2007-10-251-5/+13
* | cpmac: update to new fixed phy driver interfaceEugene Konev2007-10-251-18/+46
* | cpmac: convert to napi_struct interfaceEugene Konev2007-10-251-31/+37
* | cpmac: use print_mac() instead of MAC_FMTEugene Konev2007-10-251-9/+4Star
* | natsemi: fix oops, link back netdevice from private-structIngo Molnar2007-10-251-0/+1
* | ehea: fix port_napi_disable/enableJan-Bernd Themann2007-10-252-5/+4Star
* | bonding/bond_main.c: fix cut'n'paste errorAdrian Bunk2007-10-251-1/+1
* | make bonding/bond_main.c:bond_deinit() staticAdrian Bunk2007-10-252-2/+2
* | drivers/net/ipg.c: cleanupsAdrian Bunk2007-10-252-21/+21
|/
* Merge branch 'irq-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds2007-10-2410-36/+15Star
|\
| * [SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriateJeff Garzik2007-10-242-4/+2Star
| * [NETDRVR] lib82596, netxen: delete pointless tests from irq handlerJeff Garzik2007-10-242-16/+3Star
| * Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik2007-10-243-4/+4
| * [PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik2007-10-243-12/+6Star
* | Merge branch 'warnings' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2007-10-242-3/+1Star
|\ \