aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/gianfar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-14net: Fix OF platform drivers coldplug/hotplug when compiled as modulesAnton Vorontsov1-3/+1
2009-10-12gianfar: Add support for hibernationAnton Vorontsov1-17/+70
2009-10-12gianfar: Factor out gfar_init_bds() from gfar_alloc_skb_resources()Anton Vorontsov1-40/+56
2009-10-12gianfar: Factor out RX BDs initialization from gfar_new_rxbdp()Anton Vorontsov1-12/+21
2009-10-12gianfar: Move tbase/rbase initialization to gfar_init_mac()Anton Vorontsov1-9/+8
2009-10-12gianfar: Split allocation and initialization steps out of startup_gfar()Anton Vorontsov1-158/+176
2009-10-12gianfar: Don't needlessly set the wrap bit for the last RX BDAnton Vorontsov1-4/+0
2009-10-12gianfar: Simplify skb resources freeing codeAnton Vorontsov1-28/+25
2009-10-12gianfar: Some cleanups for startup_gfar()Anton Vorontsov1-79/+64
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+0
2009-09-06gianfar: Fix build.David S. Miller1-1/+1
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-08-30gianfar: gfar_remove needs to call unregister_netdev()Toru UCHIYAMA1-0/+1
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+10
2009-08-09gianfar: keep vlan related state when restartYong Zhang1-2/+10
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-16/+8
2009-07-22gianfar: Revive fixed link supportAnton Vorontsov1-16/+8
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2009-07-15gianfar: remove unused DECLARE_MAC_BUFJohannes Berg1-1/+0
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings1-0/+2
2009-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+10
2009-05-25gianfar: fix BUG under load after introduction of skb recyclingLennert Buytenhek1-1/+10