summaryrefslogtreecommitdiffstats
path: root/drivers/net/forcedeth.c
Commit message (Expand)AuthorAgeFilesLines
* [netdrvr] forcedeth: add MCP77 device IDsAyaz Abdulla2007-10-251-0/+16
* forcedeth msi bugfixManfred Spraul2007-10-181-8/+11
* forcedeth: fix rx-work condition in nv_rx_process_optimized() tooIngo Molnar2007-10-181-3/+5
* [netdrvr] forcedeth: remove in-driver copy of net_device_statsJeff Garzik2007-10-171-36/+36
* [netdrvr] forcedeth: improved probe info; dev_printk() cleanupsJeff Garzik2007-10-171-31/+57
* forcedeth: fix NAPI rx poll functionIngo Molnar2007-10-171-3/+5
* forcedeth: "no link" is informationalEd Swierk2007-10-111-1/+1
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-111-23/+22Star
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-7/+5Star
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-111-3/+0Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-111-31/+38
* fix realtek phy id in forcedethWilly Tarreau2007-08-251-1/+1
* fix random hang in forcedeth driver when using netconsoleTimo Jantunen2007-08-181-5/+5
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0Star
* forcedeth: mac address correctAyaz Abdulla2007-07-301-17/+19
* forcedeth: mcp73 device additionAyaz Abdulla2007-07-241-0/+16
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-4/+2Star
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-07-171-10/+152
|\
| * forcedeth bug fix: realtek phyAyaz Abdulla2007-07-171-0/+54
| * forcedeth bug fix: vitesse phyAyaz Abdulla2007-07-171-0/+88
| * forcedeth bug fix: cicada phyAyaz Abdulla2007-07-171-10/+10
* | PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-121-3/+1Star
|/
* forcedeth: use unicast receive mode for WoLTim Mann2007-06-211-1/+3
* network drivers: eliminate unneeded kill_vid codeStephen Hemminger2007-06-031-7/+1Star
* forcedeth: fix cpu irq maskAyaz Abdulla2007-05-251-1/+1
* [FORCEDETH]: Use skb_tailroom where appropriateArnaldo Carvalho de Melo2007-04-261-11/+7Star
* [SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-10/+20
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-2/+0Star
* forcedeth: fix tx timeoutAyaz Abdulla2007-03-281-1/+2
* forcedeth: fix nic pollAyaz Abdulla2007-03-281-1/+4
* forcedeth: fix checksum feature in mcp65Ayaz Abdulla2007-02-271-4/+4
* forcedeth: disable msixAyaz Abdulla2007-02-271-1/+1
* forcedeth: fixed missing call in napi pollAyaz Abdulla2007-02-271-3/+7
* forcedeth: statistics optimizationAyaz Abdulla2007-02-051-21/+17Star
* forcedeth: statistics supportedAyaz Abdulla2007-02-051-79/+110
* forcedeth: tx max workAyaz Abdulla2007-02-051-6/+12
* forcedeth: irq data path optimizationAyaz Abdulla2007-02-051-72/+77
* forcedeth: rx data path optimizationAyaz Abdulla2007-02-051-182/+148Star
* forcedeth: tx data path optimizationAyaz Abdulla2007-02-051-57/+58
* forcedeth: tx limitingAyaz Abdulla2007-02-051-16/+13Star
* forcedeth: optimized routinesAyaz Abdulla2007-02-051-133/+501
* forcedeth: rx skb recycleAyaz Abdulla2007-02-051-35/+43
* forcedeth: tx lockingAyaz Abdulla2007-02-051-4/+5
* forcedeth: ring accessAyaz Abdulla2007-02-051-186/+265
* forcedeth: dma accessAyaz Abdulla2007-02-051-2/+2
* remove NETIF_F_TSO ifdeferyArjan van de Ven2007-02-051-5/+1Star
* forcedeth: sideband management fixAyaz Abdulla2007-01-091-55/+56
* forcedeth: modified comment headerAyaz Abdulla2006-12-261-3/+2Star
* netpoll: drivers must not enable IRQ unconditionally in their NAPI handlerFrancois Romieu2006-12-261-4/+7