Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / drivers / net / forcedeth.c
2008-06-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-10 Ayaz Abdullaforcedeth: msi interrupts
2008-05-31 Tobias Diedrich[netdrvr] forcedeth: reorder suspend/resume code
2008-05-31 Tobias Diedrich[netdrvr] forcedeth: save/restore device configuration...
2008-05-31 Tobias Diedrich[netdrvr] forcedeth: setup wake-on-lan before shutting...
2008-05-22 Tobias Diedrich[netdrvr] forcedeth: Restore multicast settings on...
2008-04-25 Ayaz Abdullaforcedeth: realtek phy crossover detection
2008-04-25 Ayaz Abdullaforcedeth: new backoff implementation
2008-04-17 Jeff Garzik[netdrvr] forcedeth: internal simplifications; changelo...
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-12 Ayaz Abdullaforcedeth: mac address fix
2008-04-04 Al Virofix endian lossage in forcedeth
2008-04-03 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-29 Ingo Molnarforcedeth: fix locking bug with netconsole
2008-03-26 Daniel Drakeforcedeth: Use round_jiffies for stats timer
2008-03-17 Ayaz Abdullaforcedeth: limit tx to 16
2008-02-11 Ayaz Abdullaforcedeth: tx pause watermarks
2008-02-11 Ayaz Abdullaforcedeth: tx collision fix
2008-02-06 Ayaz Abdullaforcedeth: preserve registers
2008-02-06 Ayaz Abdullaforcedeth: phy status fix
2008-02-06 Ayaz Abdullaforcedeth: restart tx/rx
2008-02-03 Ayaz Abdullaforcedeth: mac address mcp77/79
2008-02-03 Ayaz Abdullaforcedeth: multicast fix
2008-02-03 Ayaz Abdullaforcedeth: tx pause fix
2008-02-03 Ayaz Abdullaforcedeth: updated copyright section
2008-02-03 Ayaz Abdullaforcedeth: checksum fix
2008-02-03 Ayaz Abdullaforcedeth: reset register fix
2008-01-28 Al Viroforcedeth endianness bugs
2008-01-09 Björn Steinbrink[FORCEDETH]: Fix reversing the MAC address on suspend.
2007-11-24 Ayaz Abdullaforcedeth boot delay fix
2007-11-24 Ayaz Abdullaforcedeth: new mcp79 pci ids
2007-10-25 Ayaz Abdulla[netdrvr] forcedeth: add MCP77 device IDs
2007-10-18 Manfred Spraulforcedeth msi bugfix
2007-10-18 Ingo Molnarforcedeth: fix rx-work condition in nv_rx_process_optim...
2007-10-17 Jeff Garzik[netdrvr] forcedeth: remove in-driver copy of net_devic...
2007-10-17 Jeff Garzik[netdrvr] forcedeth: improved probe info; dev_printk...
2007-10-17 Ingo Molnarforcedeth: fix NAPI rx poll function
2007-10-10 Ed Swierkforcedeth: "no link" is informational
2007-10-10 Jeff Garzik[netdrvr] Stop using legacy hooks ->self_test_count...
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
2007-10-10 Jeff Garzik[ETHTOOL] Provide default behaviors for a few ethtool...
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Stephen Hemminger[NET]: Make NAPI polling independent of struct net_devi...
2007-08-25 Willy Tarreaufix realtek phy id in forcedeth
2007-08-18 Timo Jantunenfix random hang in forcedeth driver when using netconsole
2007-07-31 Matthew Wilcox[NET]: ethtool_perm_addr only has one implementation
2007-07-30 Ayaz Abdullaforcedeth: mac address correct
2007-07-24 Ayaz Abdullaforcedeth: mcp73 device addition
2007-07-19 Yoann Padioleausome kmalloc/memset ->kzalloc (tree wide)
2007-07-17 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2007-07-16 Ayaz Abdullaforcedeth bug fix: realtek phy
2007-07-16 Ayaz Abdullaforcedeth bug fix: vitesse phy
2007-07-16 Ayaz Abdullaforcedeth bug fix: cicada phy
2007-07-11 Auke KokPCI: Change all drivers to use pci_device->revision
2007-06-20 Tim Mannforcedeth: use unicast receive mode for WoL
2007-06-03 Stephen Hemmingernetwork drivers: eliminate unneeded kill_vid code
2007-05-24 Ayaz Abdullaforcedeth: fix cpu irq mask
2007-04-26 Arnaldo Carvalho... [FORCEDETH]: Use skb_tailroom where appropriate
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->end to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [ETH]: Make eth_type_trans set skb->dev like the other...
2007-03-28 Ayaz Abdullaforcedeth: fix tx timeout
2007-03-28 Ayaz Abdullaforcedeth: fix nic poll
2007-02-27 Ayaz Abdullaforcedeth: fix checksum feature in mcp65
2007-02-27 Ayaz Abdullaforcedeth: disable msix
2007-02-27 Ayaz Abdullaforcedeth: fixed missing call in napi poll
2007-02-05 Ayaz Abdullaforcedeth: statistics optimization
2007-02-05 Ayaz Abdullaforcedeth: statistics supported
2007-02-05 Ayaz Abdullaforcedeth: tx max work
2007-02-05 Ayaz Abdullaforcedeth: irq data path optimization
2007-02-05 Ayaz Abdullaforcedeth: rx data path optimization
2007-02-05 Ayaz Abdullaforcedeth: tx data path optimization
2007-02-05 Ayaz Abdullaforcedeth: tx limiting
2007-02-05 Ayaz Abdullaforcedeth: optimized routines
2007-02-05 Ayaz Abdullaforcedeth: rx skb recycle
2007-02-05 Ayaz Abdullaforcedeth: tx locking
2007-02-05 Ayaz Abdullaforcedeth: ring access
2007-02-05 Ayaz Abdullaforcedeth: dma access
2007-02-05 Arjan van de Venremove NETIF_F_TSO ifdefery
2007-01-09 Ayaz Abdullaforcedeth: sideband management fix
2006-12-26 Ayaz Abdullaforcedeth: modified comment header
2006-12-26 Francois Romieunetpoll: drivers must not enable IRQ unconditionally...
2006-12-02 Ayaz Abdulla[PATCH] forcedeth: add support for new mcp67 device
2006-12-02 Ayaz Abdulla[PATCH] forcedeth: add recoverable error support
2006-12-02 Ayaz Abdulla[PATCH] forcedeth: add mgmt unit support
2006-12-02 Francois Romieu[PATCH] forcedeth: power management support
2006-10-11 Jeff GarzikMerge branch 'master' into upstream-fixes
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-10-05 Peter Zijlstra[PATCH] forcedeth: hardirq lockdep warning
2006-09-26 Jesper Juhl[PATCH] fix possible NULL ptr deref in forcedeth
2006-09-24 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-09-13 Jeff Garzikdrivers/net: const-ify ethtool_ops declarations
2006-09-11 Andy Gospodarek[PATCH] cleanup unnecessary forcedeth printk
2006-09-06 Ayaz Abdulla[PATCH] forcedeth: decouple vlan and rx checksum dependency
2006-09-06 Ayaz Abdulla[PATCH] forcedeth: errata for marvell phys
2006-08-19 Jeff Garzikdrivers/net: Remove deprecated use of pci_module_init()
2006-08-09 Stephen Hemminger[PATCH] forcdeth: revised NAPI support
2006-08-09 Ayaz Abdulla[PATCH] forcedeth: mac address corrected
2006-08-09 Ayaz Abdulla[PATCH] forcedeth: move mac address setup/teardown
2006-07-29 Stephen Hemminger[PATCH] forcedeth: le32 annotation
next