aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/gianfar.c
AgeCommit message (Expand)Author
2009-12-09gianfar: Fix build with CONFIG_NET_POLL_CONTROLLER=yAnton Vorontsov
2009-11-11gianfar: Revive SKB recyclingAnton Vorontsov
2009-11-11gianfar: Fix race between gfar_error() and gfar_start_xmit()Anton Vorontsov
2009-11-11gianfar: Fix build with CONFIG_PM=yAnton Vorontsov
2009-11-11gianfar: Remove 'Interrupt problem!' warningAnton Vorontsov
2009-11-08gianfar: Fix compiler and sparse warningsAnton Vorontsov
2009-11-02gianfar: Basic Support for programming hash rulesSandeep Gopalpet
2009-11-02gianfar: Add Multiple group SupportSandeep Gopalpet
2009-11-02gianfar: Add Multiple Queue SupportSandeep Gopalpet
2009-11-02gianfar: Introduce logical group support.Sandeep Gopalpet
2009-11-02gianfar: Add per queue structure supportSandeep Gopalpet
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-14net: Fix OF platform drivers coldplug/hotplug when compiled as modulesAnton Vorontsov
2009-10-12gianfar: Add support for hibernationAnton Vorontsov
2009-10-12gianfar: Factor out gfar_init_bds() from gfar_alloc_skb_resources()Anton Vorontsov
2009-10-12gianfar: Factor out RX BDs initialization from gfar_new_rxbdp()Anton Vorontsov
2009-10-12gianfar: Move tbase/rbase initialization to gfar_init_mac()Anton Vorontsov
2009-10-12gianfar: Split allocation and initialization steps out of startup_gfar()Anton Vorontsov
2009-10-12gianfar: Don't needlessly set the wrap bit for the last RX BDAnton Vorontsov
2009-10-12gianfar: Simplify skb resources freeing codeAnton Vorontsov
2009-10-12gianfar: Some cleanups for startup_gfar()Anton Vorontsov
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-09-06gianfar: Fix build.David S. Miller
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-30gianfar: gfar_remove needs to call unregister_netdev()Toru UCHIYAMA
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-09gianfar: keep vlan related state when restartYong Zhang
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-22gianfar: Revive fixed link supportAnton Vorontsov
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-15gianfar: remove unused DECLARE_MAC_BUFJohannes Berg
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings
2009-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-25gianfar: fix BUG under load after introduction of skb recyclingLennert Buytenhek
2009-04-28gianfar: Use memset instead of cacheable_memzeroKumar Gala
2009-04-27net: Rework gianfar driver to use of_mdio infrastructure.Grant Likely
2009-04-15gianfar: stop send queue before resetting gianfarMarkus Brunner
2009-03-29gianfar: Fix use-after-of_node_put() in gfar_of_init().David S. Miller
2009-03-27gianfar: only check headroom when FCB is neededLi Yang
2009-03-27gianfar: Fix kfree(skb)David S. Miller
2009-03-27gianfar: fix headroom expansion codeStephen Hemminger
2009-03-25gianfar: reallocate skb when headroom is not enough for fcbLi Yang
2009-03-21gianfar: Fix build with CONFIG_PM enabledAnton Vorontsov
2009-03-18gianfar: pass the proper dev to DMA opsKumar Gala
2009-03-13gianfar: Convert to use netdev_opsAndy Fleming
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-27gianfar: Do right check on num_txbdfreeRini van Zetten
2009-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-09gianfar: Fix boot hangs while bringing up gianfar ethernetJarek Poplawski
2009-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller