aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-2/+2
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-10-153-64/+106
|\
| * [NET] smc91x: fix PXA DMA support codeRussell King2007-10-152-56/+63
| * [ARM] pxa: update pxa irda driver to use clk supportRussell King2007-10-121-8/+43
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-153-18/+22
|\ \
| * | [NETNS]: Don't panic on creating the namespace's loopbackPavel Emelyanov2007-10-151-6/+5
| * | [TG3]: Fix performance regression on 5705.Michael Chan2007-10-151-2/+8
| * | [NIU]: getting rid of __ucmpdi2 in niu.oAl Viro2007-10-151-8/+7
| * | [NIU]: Fix write past end of array in niu_pci_probe_sprom().David S. Miller2007-10-151-2/+2
* | | xen-netfront: rearrange netfront structure to separate tx and rxJeremy Fitzhardinge2007-10-151-18/+17
* | | netdev: convert non-obvious instances to use ARRAY_SIZE()Alejandro Martinez Ruiz2007-10-156-11/+11
* | | ucc_geth: Fix build break introduced by commit 09f75cd7bf13720738e6a196cc0107...Emil Medve2007-10-151-1/+4
* | | gianfar: Fix regression caused by new napi interfaceLi Yang2007-10-151-0/+10
* | | gianfar: Cleanup compile warning caused by 0795af57Li Yang2007-10-151-1/+0
* | | gianfar: Fix compile regression caused by bea3348eLi Yang2007-10-151-0/+3
* | | add new prom.h for AU1x00Yoichi Yuasa2007-10-151-5/+5
* | | update AU1000 get_ethernet_addr()Yoichi Yuasa2007-10-151-16/+4
* | | MIPSsim: General cleanupRalf Baechle2007-10-152-71/+75
* | | Jazzsonic: Fix warning about unused variable.Ralf Baechle2007-10-151-1/+0
* | | Use dcr_host_t.base in dcr_unmap()Michael Ellerman2007-10-151-1/+1
* | | Add dcr_host_t.base in dcr_read()/dcr_write()Michael Ellerman2007-10-152-4/+4
* | | Use dcr_host_t.base in ibm_emac_malMichael Ellerman2007-10-152-4/+6
* | | Update ibm_newemac to use dcr_host_t.baseMichael Ellerman2007-10-152-7/+7
* | | tehuti: possible leak in bdx_probeFlorin Malita2007-10-151-1/+2
* | | TC35815: Fix buildRalf Baechle2007-10-151-1/+0
* | | SAA9730: Fix buildRalf Baechle2007-10-151-2/+7
* | | AR7 ethernetMatteo Croce2007-10-153-0/+1184
* | | myri10ge: update driver version to 1.3.2-1.287Brice Goglin2007-10-151-1/+1
* | | myri10ge: add IPv6 TSO supportBrice Goglin2007-10-151-8/+79
* | | myri10ge: update firmware headersBrice Goglin2007-10-151-4/+86
* | | myri10ge: fix some indentation, white spaces, and commentsBrice Goglin2007-10-151-6/+5
* | | net/bonding: Optionally allow ethernet slaves to keep own MACJay Vosburgh2007-10-153-24/+88
* | | net/bonding: Destroy bonding master when last slave is goneMoni Shoua2007-10-153-4/+46
* | | net/bonding: Delay sending of gratuitous ARP to avoid failureMoni Shoua2007-10-152-3/+22
* | | net/bonding: Handlle wrong assumptions that slave is always an Ethernet deviceMoni Shoua2007-10-153-3/+11
* | | net/bonding: Enable IP multicast for bonding IPoIB devicesMoni Shoua2007-10-152-6/+5
* | | net/bonding: Enable bonding to enslave netdevices not supporting set_mac_addr...Moni Shoua2007-10-152-28/+60
* | | net/bonding: Enable bonding to enslave non ARPHRD_ETHERMoni Shoua2007-10-151-0/+33
* | | natsemi: Check return value for pci_enable_device()Mark Brown2007-10-151-2/+8
* | | natsemi: Use round_jiffies() for slow timersMark Brown2007-10-151-3/+7
|/ /
* | sky2: reboot fixStephen Hemminger2007-10-141-1/+1
* | ipg: endianness fixesAl Viro2007-10-141-17/+17
* | ipg: endianness annotationsAl Viro2007-10-141-6/+6
* | hamradio: ->hard_header() takes packet type in host-endianAl Viro2007-10-142-2/+2
* | more tulip endianness annotationsAl Viro2007-10-141-1/+1
* | ibm_newemac annotations (iomem, NULL noise)Al Viro2007-10-144-11/+11
* | more trivial signedness fixes in driversAl Viro2007-10-141-2/+3
* | long vs. unsigned long - low-hanging fruits in driversAl Viro2007-10-144-6/+6
* | remove duplicate initializer (macvlan)Al Viro2007-10-141-1/+0
* | skb->tail in ibm_newemac should be skb_tail_pointer()Al Viro2007-10-141-1/+1