aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/typhoon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-27drivers/net/typhoon.c: delete double assignmentJulia Lawall1-1/+1
2010-10-24typhoon: update to new VLAN acceleration modelDavid Dillow1-63/+25
2010-10-24typhoon: wait for RX mode commands to finishDavid Dillow1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-25typhoon: fix a race in typhoon_do_get_statsEric Dumazet1-24/+22
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+4
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-3/+3
2010-03-05typhoon: fix incorrect use of smp_wmb()David Dillow1-2/+4
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko1-4/+1
2010-02-22drivers/net/typhoon.c: Use (pr|netdev)_<level> macro helpersJoe Perches1-147/+96
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-4/+5
2010-02-04Fix misspelling of "truly" in a label.Adam Buchbinder1-3/+3
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-11-18drivers/net/typhoon.c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-03-02typhoon: repair firmware loadingDavid Dillow1-54/+83
2009-03-02typhoon: Add missing firmware copy.David S. Miller1-0/+1
2009-03-01typhoon: Need non-vmalloc memory to DMA firmware to the card.David S. Miller1-7/+20
2009-02-26typhoon: Use request_firmware()Ben Hutchings1-57/+74
2009-01-21typhoon: replace users of __constant_{endian}Harvey Harrison1-1/+1
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2009-01-07typhoon: update to net_device_opsStephen Hemminger1-8/+14
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-4/+3
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen1-1/+1
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
2008-08-14[netdrvr] remove unnecessary #includeHuang Weiyi1-1/+0
2008-06-28[netdrvr] kill sync_irq-before-freq_irq patternJeff Garzik1-3/+0
2008-04-25[netdrvr] typhoon: typhoon_resume - remove call to start_queueGrant Grundler1-1/+0
2008-02-09typhoon: section fixAndrew Morton1-2/+2
2007-12-22typhoon: trivial endianness annotationsAl Viro1-16/+15
2007-12-22typhoon: memory corruptor on big-endian if TSO is enabledAl Viro1-1/+1
2007-12-22typhoon: missed rx overruns on big-endianAl Viro1-2/+2
2007-12-22typhoon: set_settings broken on big-endianAl Viro1-1/+1
2007-12-22typhoon: missing le32_to_cpu() in get_drvinfoAl Viro1-1/+1
2007-12-22typhoon: endianness bug in tx/rx byte countersAl Viro1-2/+2
2007-10-23Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik1-1/+1
2007-10-10typhoon: trivial endianness annotationsAl Viro1-18/+18
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-6/+4