aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/atl1
AgeCommit message (Expand)Author
2007-10-10network drivers: sparse warning fixesStephen Hemminger
2007-10-10atl1: explain 32-bit DMA restrictionChris Snook
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10Clean up duplicate includes in drivers/net/Jesper Juhl
2007-09-12atl1: disable broken 64-bit DMALuca Tettamanti
2007-08-07atl1: use spin_trylock_irqsave()Ingo Molnar
2007-07-24atl1: make atl1_init_ring_ptrs staticChris Snook
2007-07-24atl1: use kernel provided ethernet length constantsJay Cliburn
2007-07-24atl1: fix typo in dma_req_blockJay Cliburn
2007-07-24atl1: change cmb write thresholdJay Cliburn
2007-07-24atl1: fix typo in DMA engine setupJay Cliburn
2007-07-24atl1: change tpd_avail function nameJay Cliburn
2007-07-17atl1: missing includeAl Viro
2007-07-16Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2007-07-16atl1: reorder atl1_main functionsJay Cliburn
2007-07-16atl1: fix excessively indented codeJay Cliburn
2007-07-16atl1: cleanup atl1_mainJay Cliburn
2007-07-16atl1: header file cleanupJay Cliburn
2007-07-16atl1: remove irq_semJay Cliburn
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok
2007-07-10atl1: remove write-only var in tx handlerAlexey Dobriyan
2007-06-03atl1: eliminate unneeded kill_vid codeStephen Hemminger
2007-05-09atl1: add netconsole supportAlexey Dobriyan
2007-05-08[netdrvr] atl1: fix buildJeff Garzik
2007-05-08atl1: fix whitespace damageJay Cliburn
2007-05-08atl1: use dev_printk macrosJay Cliburn
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare
2007-04-25[NETDRV]: Perform missing csum_offset conversionsHerbert Xu
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-03-29atl1: save mac address on removeChris Snook
2007-03-28atl1: remove unnecessary crc inversionJay Cliburn
2007-03-14[PATCH] atl1 trivial endianness misannotationsAl Viro
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni
2007-02-17atl1: bump version numberJay Cliburn
2007-02-17atl1: add L1 device id to pci_ids, then use itChris Snook
2007-02-17atl1: remove unused defineChris Snook
2007-02-17atl1: read MAC address from registerJay Cliburn
2007-02-17atl1: fix bad ioread addressAl Viro
2007-02-08Add Attansic L1 ethernet driver.Jay Cliburn