atl1: fix frame length bug
[safe/jmp/linux-2.6] / drivers / net / atl1 / atl1_main.c
2008-01-18 Jay Cliburnatl1: fix frame length bug
2007-10-10 Stephen Hemmingernetwork drivers: sparse warning fixes
2007-10-10 Chris Snookatl1: explain 32-bit DMA restriction
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Jesper JuhlClean up duplicate includes in drivers/net/
2007-09-13 Luca Tettamantiatl1: disable broken 64-bit DMA
2007-08-07 Ingo Molnaratl1: use spin_trylock_irqsave()
2007-07-24 Chris Snookatl1: make atl1_init_ring_ptrs static
2007-07-24 Jay Cliburnatl1: use kernel provided ethernet length constants
2007-07-24 Jay Cliburnatl1: change cmb write threshold
2007-07-24 Jay Cliburnatl1: fix typo in DMA engine setup
2007-07-24 Jay Cliburnatl1: change tpd_avail function name
2007-07-17 Al Viroatl1: missing include
2007-07-17 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-07-16 Jay Cliburnatl1: reorder atl1_main functions
2007-07-16 Jay Cliburnatl1: fix excessively indented code
2007-07-16 Jay Cliburnatl1: cleanup atl1_main
2007-07-16 Jay Cliburnatl1: header file cleanup
2007-07-16 Jay Cliburnatl1: remove irq_sem
2007-07-11 Auke KokPCI: Change all drivers to use pci_device->revision
2007-07-10 Alexey Dobriyanatl1: remove write-only var in tx handler
2007-06-03 Stephen Hemmingeratl1: eliminate unneeded kill_vid code
2007-05-09 Alexey Dobriyanatl1: add netconsole support
2007-05-08 Jay Cliburnatl1: use dev_printk macros
2007-04-26 Herbert Xu[NETDRV]: Perform missing csum_offset conversions
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
2007-04-26 Arnaldo Carvalho... [TCP]: Introduce tcp_hdrlen() and tcp_optlen()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_offset()
2007-04-26 Arnaldo Carvalho... [ETH]: Make eth_type_trans set skb->dev like the other...
2007-03-29 Chris Snookatl1: save mac address on remove
2007-03-14 Al Viro[PATCH] atl1 trivial endianness misannotations
2007-03-03 Dan Aloni[VLAN]: Avoid a 4-order allocation.
2007-02-17 Jay Cliburnatl1: bump version number
2007-02-17 Chris Snookatl1: add L1 device id to pci_ids, then use it
2007-02-17 Chris Snookatl1: remove unused define
2007-02-08 Jay CliburnAdd Attansic L1 ethernet driver.