aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x/et131x_netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-08staging: et131x: rename adapter->Flags to adapter->flagsMark Einon1-7/+7
2011-07-05staging: et131x: Remove some unecessary packet accounting codeMark Einon1-5/+1
2011-07-05staging: et131x: Fix stats->rx_packets accountingMark Einon1-4/+0
2011-06-28staging: et131x: Removing '_t' from ce_stats_t structMark Einon1-2/+2
2011-06-28staging: et131x: et131x_netdev.c checkpatch fixesMark Einon1-61/+51
2011-06-28staging: et131x: et131x_adapter.h checkpatch fixesMark Einon1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-04staging: et131x: Turn a few more LongCapitalisedThings into Linuxish namesAlan Cox1-1/+1
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman1-9/+5
2010-05-11Staging: et131x: fix most coding style issues in et131xMichael Sprecher1-9/+5
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-04Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman1-37/+26
2010-03-03Staging: et131x: kill off the rxmac ctrl typeAlan Cox1-7/+7
2010-03-03Staging: et131x: kill off RXMAC_PF_CTRL_tAlan Cox1-18/+16
2010-03-03Staging: et131x: Collapse all the function definitions into one placeAlan Cox1-6/+1
2010-03-03Staging: et131x_netdev.c: use %pM to shown MAC addressH Hartley Sweeten1-6/+2
2010-02-18staging: convert to use netdev_for_each_mc_addrJiri Pirko1-7/+8
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-5/+5
2009-12-11Staging: et131x: Clean up tx namingAlan Cox1-5/+5
2009-12-11Staging: et131x: the stuck descriptor copy is never usedAlan Cox1-9/+0
2009-12-11Staging: et131x: tidy up names for the TX structuresAlan Cox1-14/+14
2009-12-11Staging: et131x: tidy up initpci codeAlan Cox1-4/+2
2009-09-15Staging: et131x: prune all the debug codeAlan Cox1-154/+22
2009-09-15Staging: et131x: clean up MP_FLAG macrosAlan Cox1-7/+7
2009-09-15Staging: et131x: clean up DMA10/DMA4 typesAlan Cox1-4/+4
2009-09-15Staging: et131x: CSRAddress to regsAlan Cox1-4/+4
2009-09-15Staging: et131x: spinlocksAlan Cox1-7/+7
2009-09-15Staging: et1310: kill pAdapter in favour of a sane nameAlan Cox1-19/+19
2009-09-15Staging: et1310: Fix the coding styleAlan Cox1-61/+62
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-2/+2
2009-04-17Staging: et131x: convert to netdev_opsAlexander Beregalov1-9/+14
2008-10-10Staging: add et131x network driverGreg Kroah-Hartman1-0/+856