| Commit message (Expand) | Author | Age | Files | Lines |
* | [FORCEDETH]: Fix reversing the MAC address on suspend. | Bj�rn Steinbrink | 2008-01-08 | 1 | -4/+2 |
* | forcedeth boot delay fix | Ayaz Abdulla | 2007-11-23 | 1 | -13/+9 |
* | forcedeth: new mcp79 pci ids | Ayaz Abdulla | 2007-11-23 | 1 | -0/+16 |
* | [netdrvr] forcedeth: add MCP77 device IDs | Ayaz Abdulla | 2007-10-25 | 1 | -0/+16 |
* | forcedeth msi bugfix | Manfred Spraul | 2007-10-17 | 1 | -8/+11 |
* | forcedeth: fix rx-work condition in nv_rx_process_optimized() too | Ingo Molnar | 2007-10-17 | 1 | -3/+5 |
* | [netdrvr] forcedeth: remove in-driver copy of net_device_stats | Jeff Garzik | 2007-10-16 | 1 | -36/+36 |
* | [netdrvr] forcedeth: improved probe info; dev_printk() cleanups | Jeff Garzik | 2007-10-16 | 1 | -31/+57 |
* | forcedeth: fix NAPI rx poll function | Ingo Molnar | 2007-10-16 | 1 | -3/+5 |
* | forcedeth: "no link" is informational | Ed Swierk | 2007-10-10 | 1 | -1/+1 |
* | [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count | Jeff Garzik | 2007-10-10 | 1 | -23/+22 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-10 | 1 | -7/+5 |
* | [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls | Jeff Garzik | 2007-10-10 | 1 | -3/+0 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-10 | 1 | -1/+0 |
* | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 2007-10-10 | 1 | -31/+38 |
* | fix realtek phy id in forcedeth | Willy Tarreau | 2007-08-25 | 1 | -1/+1 |
* | fix random hang in forcedeth driver when using netconsole | Timo Jantunen | 2007-08-18 | 1 | -5/+5 |
* | [NET]: ethtool_perm_addr only has one implementation | Matthew Wilcox | 2007-07-31 | 1 | -1/+0 |
* | forcedeth: mac address correct | Ayaz Abdulla | 2007-07-30 | 1 | -17/+19 |
* | forcedeth: mcp73 device addition | Ayaz Abdulla | 2007-07-24 | 1 | -0/+16 |
* | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2007-07-19 | 1 | -4/+2 |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-07-16 | 1 | -10/+152 |
|\ |
|
| * | forcedeth bug fix: realtek phy | Ayaz Abdulla | 2007-07-16 | 1 | -0/+54 |
| * | forcedeth bug fix: vitesse phy | Ayaz Abdulla | 2007-07-16 | 1 | -0/+88 |
| * | forcedeth bug fix: cicada phy | Ayaz Abdulla | 2007-07-16 | 1 | -10/+10 |
* | | PCI: Change all drivers to use pci_device->revision | Auke Kok | 2007-07-11 | 1 | -3/+1 |
|/ |
|
* | forcedeth: use unicast receive mode for WoL | Tim Mann | 2007-06-20 | 1 | -1/+3 |
* | network drivers: eliminate unneeded kill_vid code | Stephen Hemminger | 2007-06-03 | 1 | -7/+1 |
* | forcedeth: fix cpu irq mask | Ayaz Abdulla | 2007-05-24 | 1 | -1/+1 |
* | [FORCEDETH]: Use skb_tailroom where appropriate | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -11/+7 |
* | [SK_BUFF]: Convert skb->end to sk_buff_data_t | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -10/+20 |
* | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -2/+0 |
* | forcedeth: fix tx timeout | Ayaz Abdulla | 2007-03-28 | 1 | -1/+2 |
* | forcedeth: fix nic poll | Ayaz Abdulla | 2007-03-28 | 1 | -1/+4 |
* | forcedeth: fix checksum feature in mcp65 | Ayaz Abdulla | 2007-02-27 | 1 | -4/+4 |
* | forcedeth: disable msix | Ayaz Abdulla | 2007-02-27 | 1 | -1/+1 |
* | forcedeth: fixed missing call in napi poll | Ayaz Abdulla | 2007-02-27 | 1 | -3/+7 |
* | forcedeth: statistics optimization | Ayaz Abdulla | 2007-02-05 | 1 | -21/+17 |
* | forcedeth: statistics supported | Ayaz Abdulla | 2007-02-05 | 1 | -79/+110 |
* | forcedeth: tx max work | Ayaz Abdulla | 2007-02-05 | 1 | -6/+12 |
* | forcedeth: irq data path optimization | Ayaz Abdulla | 2007-02-05 | 1 | -72/+77 |
* | forcedeth: rx data path optimization | Ayaz Abdulla | 2007-02-05 | 1 | -182/+148 |
* | forcedeth: tx data path optimization | Ayaz Abdulla | 2007-02-05 | 1 | -57/+58 |
* | forcedeth: tx limiting | Ayaz Abdulla | 2007-02-05 | 1 | -16/+13 |
* | forcedeth: optimized routines | Ayaz Abdulla | 2007-02-05 | 1 | -133/+501 |
* | forcedeth: rx skb recycle | Ayaz Abdulla | 2007-02-05 | 1 | -35/+43 |
* | forcedeth: tx locking | Ayaz Abdulla | 2007-02-05 | 1 | -4/+5 |
* | forcedeth: ring access | Ayaz Abdulla | 2007-02-05 | 1 | -186/+265 |
* | forcedeth: dma access | Ayaz Abdulla | 2007-02-05 | 1 | -2/+2 |
* | remove NETIF_F_TSO ifdefery | Arjan van de Ven | 2007-02-05 | 1 | -5/+1 |