aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ioc3-eth.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-13ioc3-eth: convert to net_device_opsGravatar Alexander Beregalov 1-8/+14
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Gravatar Yang Hongyang 1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Gravatar Yang Hongyang 1-2/+2
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.Gravatar David S. Miller 1-1/+0
2008-10-27net: convert more to %pMGravatar Johannes Berg 1-5/+2
2008-10-27net: convert print_mac to %pMGravatar Johannes Berg 1-4/+1
2008-03-17[IOC3] Fix section missmatchGravatar Ralf Baechle 1-1/+2
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Gravatar Joe Perches 1-9/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Gravatar Ralf Baechle 1-1/+0
2007-10-10IOC3: Switch hw checksumming to ethtool configurable.Gravatar Ralf Baechle 1-16/+32
2007-08-31IOC3: Program UART predividers.Gravatar Ralf Baechle 1-20/+60
2007-07-10IOC3: Switch to pci refcounting safe APIsGravatar Alan Cox 1-17/+24
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thGravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhGravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphGravatar Arnaldo Carvalho de Melo 1-2/+2
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transGravatar Arnaldo Carvalho de Melo 1-3/+0
2007-02-17Fix link autonegotiation timer.Gravatar Ralf Baechle 1-3/+13
2006-12-02[NET]: Kill direct includes of asm/checksum.hGravatar Al Viro 1-1/+0
2006-10-21[PATCH] Fix timer raceGravatar Ralf Baechle 1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+3
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEGravatar Patrick McHardy 1-1/+1
2006-09-13drivers/net: const-ify ethtool_ops declarationsGravatar Jeff Garzik 1-2/+2
2006-09-12[PATCH] Remove more unnecessary driver printk'sGravatar Andy Gospodarek 1-3/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-22[PATCH] IP27: Really set PCI64_ATTR_VIRTUAL, not PCI64_ATTR_PREC.Gravatar Ralf Baechle 1-1/+1
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKGravatar Matthias Gehre 1-3/+4
2005-11-18[PATCH] IOC3: Replace obsolete PCI APIGravatar Ralf Baechle 1-1/+1
2005-11-08[SERIAL] IOC3: Update 8250 driver bitsGravatar Ralf Baechle 1-20/+22
2005-08-18[PATCH] IOC3 fixesGravatar Ralf Baechle 1-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1653