summaryrefslogtreecommitdiff
path: root/drivers/net/gianfar.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-5/+5
2010-08-05Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-4/+21
2010-07-19net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+1
2010-07-08gianfar: code cleanupEran Liberty1-27/+27
2010-06-30gianfar: Implement workaround for eTSEC-A002 erratumAnton Vorontsov1-3/+37
2010-06-30gianfar: Implement workaround for eTSEC76 erratumAnton Vorontsov1-0/+19
2010-06-30gianfar: Implement workaround for eTSEC74 erratumAnton Vorontsov1-2/+27
2010-06-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+21
2010-06-17gianfar: Fix oversized packets handlingAnton Vorontsov1-0/+4
2010-06-17gianfar: Fix setup of RX time stampingManfred Rudigier1-4/+17
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-9/+10
2010-06-16fix typos concerning "first"Uwe Kleine-König1-1/+1
2010-06-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+1
2010-06-10gianfar: Revive the driver for eTSEC devices (disable timestamping)Anton Vorontsov1-2/+1
2010-06-01drivers/net/gianfar.c: Remove unnecessary kmalloc castsJoe Perches1-4/+4
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-58/+169
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-4/+6
2010-05-19of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-3/+3
2010-05-18gianfar: Remove legacy PM callbacksAnton Vorontsov1-14/+0
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-4/+0
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-3/+1
2010-05-06net/gianfar: drop recycled skbs on MTU changeSebastian Andrzej Siewior1-1/+1
2010-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2010-04-28gianfar: Wait for both RX and TX to stopAndy Fleming1-3/+3
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+1
2010-04-24gianfar: Fix potential oops during OF address translationAnton Vorontsov1-5/+1
2010-04-13gianfar: Add hardware TX timestamping supportManfred Rudigier1-19/+99
2010-04-13gianfar: Add hardware RX timestamping supportManfred Rudigier1-5/+61
2010-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-8/+9
2010-04-04net: convert multicast list to list_headJiri Pirko1-5/+4
2010-03-31net: gianfar - align BD ring size console messagesKim Phillips1-2/+2
2010-03-31net: gianfar - initialize per-queue statisticsKim Phillips1-2/+2
2010-03-31gianfar: Fix a memory leak in gianfar close codeAndy Fleming1-2/+2
2010-03-27gianfar: fix undo of reserve()Ben Menchaca1-2/+3
2010-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+4
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-6/+6
2010-03-04gianfar: Fix TX ring processing on SMP machinesAnton Vorontsov1-1/+4
2010-02-23net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko1-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2009-12-27gianfar: Fix gianfar select_queue bogositySandeep Gopalpet1-9/+4
2009-12-19gianfar: Fix stats supportSandeep Gopalpet1-6/+36
2009-12-19gianfar: Fix a filer bugSandeep Gopalpet1-1/+7
2009-12-09gianfar: Fix build with CONFIG_NET_POLL_CONTROLLER=yAnton Vorontsov1-0/+1
2009-11-12gianfar: Revive SKB recyclingAnton Vorontsov1-12/+19
2009-11-12gianfar: Fix race between gfar_error() and gfar_start_xmit()Anton Vorontsov1-0/+8
2009-11-12gianfar: Fix build with CONFIG_PM=yAnton Vorontsov1-1/+1
2009-11-12gianfar: Remove 'Interrupt problem!' warningAnton Vorontsov1-2/+0
2009-11-08gianfar: Fix compiler and sparse warningsAnton Vorontsov1-6/+8