summaryrefslogtreecommitdiffstats
path: root/drivers/net/ioc3-eth.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-1/+1
* ioc3-eth: Use the instance of net_device_stats from net_device.Ralf Baechle2010-07-051-24/+25
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko2010-02-221-4/+2
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-2/+3
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* net: ntohs() misuseEric Dumazet2009-06-111-1/+1
* ioc3-eth: convert to net_device_opsAlexander Beregalov2009-04-131-8/+14
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* net: convert more to %pMJohannes Berg2008-10-271-5/+2
* net: convert print_mac to %pMJohannes Berg2008-10-271-4/+1
* [IOC3] Fix section missmatchRalf Baechle2008-03-171-1/+2
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-9/+3
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* IOC3: Switch hw checksumming to ethtool configurable.Ralf Baechle2007-10-101-16/+32
* IOC3: Program UART predividers.Ralf Baechle2007-08-311-20/+60
* IOC3: Switch to pci refcounting safe APIsAlan Cox2007-07-101-17/+24
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-2/+2
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-3/+0
* Fix link autonegotiation timer.Ralf Baechle2007-02-171-3/+13
* [NET]: Kill direct includes of asm/checksum.hAl Viro2006-12-021-1/+0
* [PATCH] Fix timer raceRalf Baechle2006-10-211-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-5/+3
|\
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-2/+2
| * [PATCH] Remove more unnecessary driver printk'sAndy Gospodarek2006-09-121-3/+1
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
|/
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] IP27: Really set PCI64_ATTR_VIRTUAL, not PCI64_ATTR_PREC.Ralf Baechle2006-06-221-1/+1
* [PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre2006-03-281-3/+4
* [PATCH] IOC3: Replace obsolete PCI APIRalf Baechle2005-11-181-1/+1
* [SERIAL] IOC3: Update 8250 driver bitsRalf Baechle2005-11-081-20/+22
* [PATCH] IOC3 fixesRalf Baechle2005-08-181-4/+4
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1653
OpenPOWER on IntegriCloud