aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/gianfar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-07gianfar: 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-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+21
2010-06-16gianfar: Fix oversized packets handlingAnton Vorontsov1-0/+4
2010-06-16gianfar: Fix setup of RX time stampingManfred Rudigier1-4/+17
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2010-06-09gianfar: 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-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-3/+3
2010-05-17gianfar: 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/net-2.6David S. Miller1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-3/+1
2010-05-05net/gianfar: drop recycled skbs on MTU changeSebastian Andrzej Siewior1-1/+1
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2010-04-27gianfar: 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/net-2.6David S. Miller1-5/+1
2010-04-23gianfar: 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-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+9
2010-04-03net: convert multicast list to list_headJiri Pirko1-5/+4
2010-03-30net: gianfar - align BD ring size console messagesKim Phillips1-2/+2
2010-03-30net: gianfar - initialize per-queue statisticsKim Phillips1-2/+2
2010-03-30gianfar: Fix a memory leak in gianfar close codeAndy Fleming1-2/+2
2010-03-26gianfar: fix undo of reserve()Ben Menchaca1-2/+3
2010-03-13Merge 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-22net: 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-26gianfar: Fix gianfar select_queue bogositySandeep Gopalpet1-9/+4
2009-12-18gianfar: Fix stats supportSandeep Gopalpet1-6/+36
2009-12-18gianfar: Fix a filer bugSandeep Gopalpet1-1/+7
2009-12-09gianfar: Fix build with CONFIG_NET_POLL_CONTROLLER=yAnton Vorontsov1-0/+1
2009-11-11gianfar: Revive SKB recyclingAnton Vorontsov1-12/+19
2009-11-11gianfar: Fix race between gfar_error() and gfar_start_xmit()Anton Vorontsov1-0/+8
2009-11-11gianfar: Fix build with CONFIG_PM=yAnton Vorontsov1-1/+1
2009-11-11gianfar: Remove 'Interrupt problem!' warningAnton Vorontsov1-2/+0
2009-11-08gianfar: Fix compiler and sparse warningsAnton Vorontsov1-6/+8
2009-11-02gianfar: Basic Support for programming hash rulesSandeep Gopalpet1-0/+73
2009-11-02gianfar: Add Multiple group SupportSandeep Gopalpet1-175/+357
2009-11-02gianfar: Add Multiple Queue SupportSandeep Gopalpet1-227/+468
2009-11-02gianfar: Introduce logical group support.Sandeep Gopalpet1-169/+195
2009-11-02gianfar: Add per queue structure supportSandeep Gopalpet1-156/+228
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+1