summaryrefslogtreecommitdiff
path: root/drivers/net/forcedeth.c
AgeCommit message (Expand)Author
2008-01-08[FORCEDETH]: Fix reversing the MAC address on suspend.Björn Steinbrink
2007-11-23forcedeth boot delay fixAyaz Abdulla
2007-11-23forcedeth: new mcp79 pci idsAyaz Abdulla
2007-10-25[netdrvr] forcedeth: add MCP77 device IDsAyaz Abdulla
2007-10-17forcedeth msi bugfixManfred Spraul
2007-10-17forcedeth: fix rx-work condition in nv_rx_process_optimized() tooIngo Molnar
2007-10-16[netdrvr] forcedeth: remove in-driver copy of net_device_statsJeff Garzik
2007-10-16[netdrvr] forcedeth: improved probe info; dev_printk() cleanupsJeff Garzik
2007-10-16forcedeth: fix NAPI rx poll functionIngo Molnar
2007-10-10forcedeth: "no link" is informationalEd Swierk
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2007-08-25fix realtek phy id in forcedethWilly Tarreau
2007-08-18fix random hang in forcedeth driver when using netconsoleTimo Jantunen
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox
2007-07-30forcedeth: mac address correctAyaz Abdulla
2007-07-24forcedeth: mcp73 device additionAyaz Abdulla
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2007-07-16Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2007-07-16forcedeth bug fix: realtek phyAyaz Abdulla
2007-07-16forcedeth bug fix: vitesse phyAyaz Abdulla
2007-07-16forcedeth bug fix: cicada phyAyaz Abdulla
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok
2007-06-20forcedeth: use unicast receive mode for WoLTim Mann
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger
2007-05-24forcedeth: fix cpu irq maskAyaz Abdulla
2007-04-25[FORCEDETH]: Use skb_tailroom where appropriateArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-03-28forcedeth: fix tx timeoutAyaz Abdulla
2007-03-28forcedeth: fix nic pollAyaz Abdulla
2007-02-27forcedeth: fix checksum feature in mcp65Ayaz Abdulla
2007-02-27forcedeth: disable msixAyaz Abdulla
2007-02-27forcedeth: fixed missing call in napi pollAyaz Abdulla
2007-02-05forcedeth: statistics optimizationAyaz Abdulla
2007-02-05forcedeth: statistics supportedAyaz Abdulla
2007-02-05forcedeth: tx max workAyaz Abdulla
2007-02-05forcedeth: irq data path optimizationAyaz Abdulla
2007-02-05forcedeth: rx data path optimizationAyaz Abdulla
2007-02-05forcedeth: tx data path optimizationAyaz Abdulla
2007-02-05forcedeth: tx limitingAyaz Abdulla
2007-02-05forcedeth: optimized routinesAyaz Abdulla
2007-02-05forcedeth: rx skb recycleAyaz Abdulla
2007-02-05forcedeth: tx lockingAyaz Abdulla
2007-02-05forcedeth: ring accessAyaz Abdulla
2007-02-05forcedeth: dma accessAyaz Abdulla
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven