summaryrefslogtreecommitdiffstats
path: root/drivers/net/sgiseeq.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: sgiseeq: fix return on errorNicolas Kaiser2010-10-261-1/+1
* sgiseeq: use free_netdev(netdev) instead of kfree()Kulikov Vasiliy2010-09-261-1/+1
* net: trans_start cleanupsEric Dumazet2010-05-101-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-061-1/+3
|\
| * drivers/net: Add missing unlockJulia Lawall2010-03-301-1/+3
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-4/+3
* don't use __devexit_p to wrap sgiseeq_removeUwe Kleine-König2009-10-011-1/+1
* net: move sgiseeq's probe function to .devinit.textUwe Kleine-König2009-07-231-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
* sgiseeq: convert to net_device_opsAlexander Beregalov2009-04-161-6/+12
* netdevice: safe convert to netdev_priv() #part-3Wang Chen2008-11-121-1/+1
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+1
* net drivers: fix platform driver hotplug/coldplugKay Sievers2008-04-251-1/+3
* SGISEEQ: fix oops when doing ifconfig down; ifconfig upThomas Bogendoerfer2008-01-281-1/+1
* SGISEEQ: use cached memory access to make driver work on IP28Thomas Bogendoerfer2008-01-281-30/+34
* SGISEEQ: use cached memory access to make driver work on IP28Thomas Bogendoerfer2008-01-281-73/+166
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-3/+3
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-101-25/+14
* sgiseeq: replace use of dma_cache_wback_invRalf Baechle2007-10-101-15/+11
* sgiseeq: Fix return type of sgiseeq_removeRalf Baechle2007-08-251-1/+3
* [NET]: Kill eth_copy_and_sum().David S. Miller2007-07-101-1/+1
* Convert SGI IP22 and specific drivers to platform_device.Ralf Baechle2007-05-111-46/+37
* Add support for Seeq 8003 on Challenge S Mezz board.Ladislav Michl2007-04-281-3/+25
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* sgiseeq: Don't include unnecessary headerfiles.Ralf Baechle2007-02-271-11/+0
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] Sparse: Cleanup sgiseeq sparse warnings.Ralf Baechle2006-03-111-11/+6
* [PATCH] sgiseeq: Configure PIO and DMA timing requests.Ralf Baechle2005-10-181-14/+14
* [PATCH] sgiseeq: Fix resource handling.Ralf Baechle2005-10-181-5/+4
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+773
OpenPOWER on IntegriCloud