| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | forcedeth: sideband management fix | Ayaz Abdulla | 2007-01-09 | 1 | -55/+56 |
* | forcedeth: modified comment header | Ayaz Abdulla | 2006-12-26 | 1 | -3/+2 |
* | netpoll: drivers must not enable IRQ unconditionally in their NAPI handler | Francois Romieu | 2006-12-26 | 1 | -4/+7 |
* | [PATCH] forcedeth: add support for new mcp67 device | Ayaz Abdulla | 2006-12-02 | 1 | -0/+16 |
* | [PATCH] forcedeth: add recoverable error support | Ayaz Abdulla | 2006-12-02 | 1 | -4/+74 |
* | [PATCH] forcedeth: add mgmt unit support | Ayaz Abdulla | 2006-12-02 | 1 | -17/+134 |
* | [PATCH] forcedeth: power management support | Francois Romieu | 2006-12-02 | 1 | -1/+46 |
* | Merge branch 'master' into upstream-fixes | Jeff Garzik | 2006-10-11 | 1 | -10/+10 |
|\ |
|
| * | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -10/+10 |
* | | [PATCH] forcedeth: hardirq lockdep warning | Peter Zijlstra | 2006-10-05 | 1 | -14/+17 |
|/ |
|
* | [PATCH] fix possible NULL ptr deref in forcedeth | Jesper Juhl | 2006-09-25 | 1 | -1/+7 |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-09-24 | 1 | -201/+361 |
|\ |
|
| * | drivers/net: const-ify ethtool_ops declarations | Jeff Garzik | 2006-09-13 | 1 | -1/+1 |
| * | [PATCH] cleanup unnecessary forcedeth printk | Andy Gospodarek | 2006-09-11 | 1 | -1/+0 |