aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/atl1 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-18atl1: fix frame length bugJay Cliburn1-4/+4
2007-10-10network drivers: sparse warning fixesStephen Hemminger1-2/+3
2007-10-10atl1: explain 32-bit DMA restrictionChris Snook1-2/+8
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-3/+8
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-3/+0
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10Clean up duplicate includes in drivers/net/Jesper Juhl1-1/+0
2007-09-12atl1: disable broken 64-bit DMALuca Tettamanti1-12/+7
2007-08-07atl1: use spin_trylock_irqsave()Ingo Molnar1-3/+1
2007-07-24atl1: make atl1_init_ring_ptrs staticChris Snook1-1/+1
2007-07-24atl1: use kernel provided ethernet length constantsJay Cliburn2-11/+7
2007-07-24atl1: fix typo in dma_req_blockJay Cliburn1-2/+2
2007-07-24atl1: change cmb write thresholdJay Cliburn1-1/+4
2007-07-24atl1: fix typo in DMA engine setupJay Cliburn1-2/+2
2007-07-24atl1: change tpd_avail function nameJay Cliburn1-2/+2
2007-07-17atl1: missing includeAl Viro1-0/+1
2007-07-16Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds2-1160/+1172
2007-07-16atl1: reorder atl1_main functionsJay Cliburn1-975/+975
2007-07-16atl1: fix excessively indented codeJay Cliburn1-36/+50
2007-07-16atl1: cleanup atl1_mainJay Cliburn1-141/+137
2007-07-16atl1: header file cleanupJay Cliburn2-85/+90
2007-07-16atl1: remove irq_semJay Cliburn2-5/+2
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok2-5/+0
2007-07-10atl1: remove write-only var in tx handlerAlexey Dobriyan1-2/+1
2007-06-03atl1: eliminate unneeded kill_vid codeStephen Hemminger1-32/+1
2007-05-09atl1: add netconsole supportAlexey Dobriyan1-0/+12
2007-05-08[netdrvr] atl1: fix buildJeff Garzik1-0/+1
2007-05-08atl1: fix whitespace damageJay Cliburn1-11/+11
2007-05-08atl1: use dev_printk macrosJay Cliburn4-87/+68
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-04-25[NETDRV]: Perform missing csum_offset conversionsHerbert Xu1-1/+1
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo1-3/+4
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo1-4/+3
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-5/+5
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-7/+8
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-2/+0
2007-03-29atl1: save mac address on removeChris Snook1-0/+10
2007-03-28atl1: remove unnecessary crc inversionJay Cliburn1-1/+0
2007-03-14[PATCH] atl1 trivial endianness misannotationsAl Viro1-2/+2
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni1-3/+2
2007-02-17atl1: bump version numberJay Cliburn1-1/+1
2007-02-17atl1: add L1 device id to pci_ids, then use itChris Snook1-1/+1
2007-02-17atl1: remove unused defineChris Snook1-1/+0
2007-02-17atl1: read MAC address from registerJay Cliburn1-15/+20
2007-02-17atl1: fix bad ioread addressAl Viro1-1/+1
2007-02-08Add Attansic L1 ethernet driver.Jay Cliburn7-0/+5136