aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/gianfar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-27gianfar: fix bug caused by 87c288c6e9aa31720b72e2bc2d665e24e1653c3eSebastian Pöhn1-5/+1
2011-07-21gianfar: do vlan cleanupJiri Pirko1-26/+29
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+19
2011-07-15gianfar: rx parserSebastian Pöhn1-5/+19
2011-06-21drivers/net: Remove casts of void *Joe Perches1-2/+2
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-16/+13
2011-06-20gianfar v5: implement nfcSebastian Poehn1-3/+7
2011-06-16gianfar: Use pr_<level>, netdev_<level> and netif_<level>Joe Perches1-65/+48
2011-06-09gianfar:localized filer tableWu Jiajun-B063781-16/+13
2011-04-15net: gianfar: convert to hw_featuresMichał Mirosław1-7/+9
2011-03-18gianfar: Fall back to software tcp/udp checksum on older controllersAlex Dubov1-2/+14
2011-02-28dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely1-7/+5
2011-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2011-01-18gianfar: Fix misleading indentation in startup_gfar()Anton Vorontsov1-1/+1
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-6/+4
2011-01-13net: remove dev_txq_stats_fold()Eric Dumazet1-6/+4
2011-01-10Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+1
2010-12-23Merge commit 'v2.6.37-rc7' into devicetree/nextGrant Likely1-4/+3
2010-12-21drivers/net/*.c: Use static constJoe Perches1-4/+6
2010-11-17gianfar: fix signedness issueNicolas Kaiser1-4/+3
2010-11-01of/net: Move of_get_mac_address() to a common source file.David Daney1-0/+1
2010-10-27gianfar: Fix crashes on RX path (Was Re: [Bugme-new] [Bug 19692] New: linux-2.6.36-rc5 crash with gianfar ethernet at full line rate traffic)Jarek Poplawski1-3/+3
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-2/+2
2010-09-27gianfar: Use netif_set_real_num_rx_queues()Ben Hutchings1-2/+1
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp1-9/+6
2010-08-16drivers/net: Adjust confusing if indentationJulia Lawall1-1/+1
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-5/+5
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-4/+21
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+1
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-16Merge branch 'master' into for-nextJiri Kosina1-9/+10
2010-06-16fix typos concerning "first"Uwe Kleine-König1-1/+1
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