aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2007-10-15Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-64/+106
2007-10-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-18/+22
2007-10-15xen-netfront: rearrange netfront structure to separate tx and rxJeremy Fitzhardinge1-18/+17
2007-10-15netdev: convert non-obvious instances to use ARRAY_SIZE()Alejandro Martinez Ruiz6-11/+11
2007-10-15[NETNS]: Don't panic on creating the namespace's loopbackPavel Emelyanov1-6/+5
2007-10-15[TG3]: Fix performance regression on 5705.Michael Chan1-2/+8
2007-10-15[NIU]: getting rid of __ucmpdi2 in niu.oAl Viro1-8/+7
2007-10-15[NIU]: Fix write past end of array in niu_pci_probe_sprom().David S. Miller1-2/+2
2007-10-15ucc_geth: Fix build break introduced by commit 09f75cd7bf13720738e6a196cc0107ce9a5bd5a0Emil Medve1-1/+4
2007-10-15gianfar: Fix regression caused by new napi interfaceLi Yang1-0/+10
2007-10-15gianfar: Cleanup compile warning caused by 0795af57Li Yang1-1/+0
2007-10-15gianfar: Fix compile regression caused by bea3348eLi Yang1-0/+3
2007-10-15add new prom.h for AU1x00Yoichi Yuasa1-5/+5
2007-10-15update AU1000 get_ethernet_addr()Yoichi Yuasa1-16/+4
2007-10-15MIPSsim: General cleanupRalf Baechle2-71/+75
2007-10-15Jazzsonic: Fix warning about unused variable.Ralf Baechle1-1/+0
2007-10-15Use dcr_host_t.base in dcr_unmap()Michael Ellerman1-1/+1
2007-10-15Add dcr_host_t.base in dcr_read()/dcr_write()Michael Ellerman2-4/+4
2007-10-15Use dcr_host_t.base in ibm_emac_malMichael Ellerman2-4/+6
2007-10-15Update ibm_newemac to use dcr_host_t.baseMichael Ellerman2-7/+7
2007-10-15tehuti: possible leak in bdx_probeFlorin Malita1-1/+2
2007-10-15TC35815: Fix buildRalf Baechle1-1/+0
2007-10-15SAA9730: Fix buildRalf Baechle1-2/+7
2007-10-15AR7 ethernetMatteo Croce3-0/+1184
2007-10-15myri10ge: update driver version to 1.3.2-1.287Brice Goglin1-1/+1
2007-10-15myri10ge: add IPv6 TSO supportBrice Goglin1-8/+79
2007-10-15myri10ge: update firmware headersBrice Goglin1-4/+86
2007-10-15myri10ge: fix some indentation, white spaces, and commentsBrice Goglin1-6/+5
2007-10-15net/bonding: Optionally allow ethernet slaves to keep own MACJay Vosburgh3-24/+88
2007-10-15net/bonding: Destroy bonding master when last slave is goneMoni Shoua3-4/+46
2007-10-15net/bonding: Delay sending of gratuitous ARP to avoid failureMoni Shoua2-3/+22
2007-10-15net/bonding: Handlle wrong assumptions that slave is always an Ethernet deviceMoni Shoua3-3/+11
2007-10-15net/bonding: Enable IP multicast for bonding IPoIB devicesMoni Shoua2-6/+5
2007-10-15net/bonding: Enable bonding to enslave netdevices not supporting set_mac_address()Moni Shoua2-28/+60
2007-10-15net/bonding: Enable bonding to enslave non ARPHRD_ETHERMoni Shoua1-0/+33
2007-10-15natsemi: Check return value for pci_enable_device()Mark Brown1-2/+8
2007-10-15natsemi: Use round_jiffies() for slow timersMark Brown1-3/+7
2007-10-15[NET] smc91x: fix PXA DMA support codeRussell King2-56/+63
2007-10-14sky2: reboot fixStephen Hemminger1-1/+1
2007-10-14ipg: endianness fixesAl Viro1-17/+17
2007-10-14ipg: endianness annotationsAl Viro1-6/+6
2007-10-14hamradio: ->hard_header() takes packet type in host-endianAl Viro2-2/+2
2007-10-14more tulip endianness annotationsAl Viro1-1/+1
2007-10-14ibm_newemac annotations (iomem, NULL noise)Al Viro4-11/+11
2007-10-14more trivial signedness fixes in driversAl Viro1-2/+3
2007-10-14long vs. unsigned long - low-hanging fruits in driversAl Viro4-6/+6
2007-10-14remove duplicate initializer (macvlan)Al Viro1-1/+0
2007-10-14skb->tail in ibm_newemac should be skb_tail_pointer()Al Viro1-1/+1
2007-10-14typo in ibm_newemac/rgmii.cAl Viro1-1/+1