- Update to 2.6.25-rc3.
[linux-flexiantxendom0-3.2.10.git] / drivers / net / natsemi.c
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-01-09 David S. Miller[NET]: Do not check netif_running() and carrier state...
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-25 Ingo Molnarnatsemi: fix oops, link back netdevice from private...
2007-10-20 Rolf Eike BeerTypo: depricated -> deprecated
2007-10-15 Mark Brownnatsemi: Check return value for pci_enable_device()
2007-10-15 Mark Brownnatsemi: Use round_jiffies() for slow timers
2007-10-11 Karsten Keil- patches.fixes/natsemi_removal.fix: Fix device removal...
2007-10-10 Mark Brownnatsemi: Use NATSEMI_TIMER_FREQ consistently
2007-10-10 Stephen Hemmingernetwork drivers: sparse warning fixes
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
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-14 Andrew Mortonnatsemi: fix netdev error acounting
2007-07-17 Jeff Garzik[netdrvr] natsemi: Fix device removal bug
2007-07-11 David S. Miller[NET]: Kill eth_copy_and_sum().
2007-06-20 Gregory Haskinsnatsemi irq flags
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-09 Markus Dahmsremove broken URLs from net drivers' output
2007-05-08 Mark BrownSubject: natsemi: Allow users to disable workaround...
2007-05-08 Mark Brownnatsemi: Improve diagnostics for DspCfg workaround
2007-04-26 Arnaldo Carvalho... [ETH]: Make eth_type_trans set skb->dev like the other...
2007-03-15 broonie@sirena.org.uknatsemi: Avoid IntrStatus lossage if RX state machine...
2007-03-15 broonie@sirena.org.uknatsemi: Fix NAPI for interrupt sharing
2007-03-15 broonie@sirena.org.uknatsemi: Consistently use interrupt enable/disable...
2007-03-06 Sergei Shtylyovnatsemi: netpoll fixes
2007-02-27 Mark Brownnatsemi: Fix detection of vanilla natsemi cards
2007-02-20 Mark Brownnatsemi: Support Aculab E1/T1 PMXc cPCI carrier cards
2007-02-20 Mark Brownnatsemi: Add support for using MII port with no PHY
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-13 Jeff Garzikdrivers/net: const-ify ethtool_ops declarations
2006-09-13 Jeff Garzikdrivers/net: Trim trailing whitespace
2006-09-12 Jeff GarzikMerge branch 'tmp' into upstream
2006-09-12 Andy Gospodarek[PATCH] Remove more unnecessary driver printk's
2006-08-19 Jeff Garzikdrivers/net: Remove deprecated use of pci_module_init()
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-07-05 Jeff Garzik[netdrvr] Remove Linux-specific changelogs from several...
2006-07-02 Thomas Gleixner[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-27 Jeff Garzik[netdrvr] natsemi: minor cleanups
2006-06-27 Jeff Garzik[netdrvr] natsemi: Separate out media initialization...
2006-06-18 Herbert Xu[NET]: Add netif_tx_lock
2006-04-12 Randy Dunlap[PATCH] net drivers: fix section attributes for gcc
2006-03-29 Mark Brown[PATCH] natsemi: Support oversized EEPROMs
2006-03-04 Mark Brown[PATCH] natsemi: NAPI and a bugfix
2006-03-04 Mark Brown[PATCH] natsemi: NAPI and a bugfix
2006-03-04 Arjan van de VenMassive net driver const-ification.
2005-07-02 Greg Kroah-HartmanUpdate to 2.6.13-rc1-git3
2005-06-28 David S. Miller[NET]: Remove gratuitous use of skb->tail in network...
2005-05-15 Herbert Xu[PATCH] Fw: [Bugme-new] [Bug 4482] New: natsemi: incorr...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2005-02-20 Gary N. Spiess[PATCH] natsemi long cable fix
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2005-01-08 Andrew Morton[PATCH] MODULE_PARM conversions
2004-10-20 Adrian Bunk[PATCH] #include <asm/bitops.h> -> #include <linux...
2004-10-16 Jeff GarzikMerge pobox.com:/spare/repo/linux-2.6
2004-09-30 Linus TorvaldsFix up natsemi network driver IO accessor types.
2004-08-30 Hubert Mantelupdate to 2.6.9-rc1
2004-08-29 Alexander Viro[PATCH] (15/27) natsemi ethtool conversion
2004-07-28 Kalev Lember[PATCH] natsemi netpoll support
2004-07-02 Manfred Spraul[PATCH] natsemi 2: support packets > 1518 bytes
2004-07-02 Manfred Spraul[PATCH] natsemi 1: switch to netdev_priv()
2004-07-02 Jeff GarzikMerge pobox.com:/spare/repo/linux-2.6
2004-06-30 Stephen Hemminger[PATCH] get rid of __OPTIMIZE__ requirement in net...
2004-06-19 Manfred Spraul[PATCH] natsemi updates
2004-06-16 Jeff GarzikMerge pobox.com:/spare/repo/netdev-2.6/misc-herbert
2004-06-16 Jeff GarzikMerge pobox.com:/spare/repo/netdev-2.6/ip-copysum
2004-06-04 Alexander Viro[PATCH] sparse: if_mii() helper (from jgarzik)
2004-06-03 Alexander Viro[PATCH] sparse: ->ifr_data annotation
2004-05-27 Herbert Xu[NETDRV #2] Use driver-specific name for resources
2004-05-27 Roger Luethi[PATCH] Nuke HAS_IP_COPYSUM for net drivers
2004-04-06 Jeff Garzik[netdrvr natsemi] correct DP83816 IntrHoldoff register...
2004-03-20 Olaf Hering+- update to patches.fixes/linux-post-2.6.5-rc2-20030420
2004-03-16 Jeff Garzik[netdrvr natsemi] Fix RX DMA mapping
2004-03-15 Olaf Hering+- update to patches.fixes/linux-post-2.6.4-20040315
2004-03-14 Andrew Morton[PATCH] DMA: Fill gaping hole in DMA API interfaces.
2004-01-19 Olaf Hering+- update to current Linus tree
2004-01-10 Randy Dunlap[netdrvr natsemi] janitor: insert missing iounmap(...
2003-10-14 Manfred Spraul[netdrvr natsemi] fix ring clean
2003-09-03 François Romieu[NET]: Use free_netdev() even in error paths.
2003-08-19 Stephen Hemminger[NET]: free_netdev - drivers/net/* changes.
2003-08-11 Gerd Hoffmanncommented early_printk patch because of rejects.
2003-08-01 Randy Dunlap[PATCH] janitor: convert to pci_name()
2003-07-31 Greg Kroah-Hartman[PATCH] PCI: pci_device_id can not be marked __devinitdata.
2003-05-20 Stephen Hemminger[NET]: Add sysfs support to several net devices.
2003-05-19 David S. Miller[NET]: More device register/unregister fixing.
2003-05-19 David S. Miller[NET]: Fix netdevice unregister races.
2003-04-20 Jeff Garziknet driver cleanup, volume 2
2003-02-18 Steven Cole[PATCH] spelling fix for interupt -> interrupt
2003-01-03 Jeff Garzik[netdrvr] ethernet crc fixes
2002-10-17 Tim Hockindrivers/net/natsemi.c: init msg_enable in proper way
2002-09-30 Jeff GarzikFix natsemi net drvr build, s/KERN_WARN/KERN_WARNING/
2002-09-27 Tim Hockindrivers/net/natsemi.c: boost some printk() levels to...
2002-09-27 Tim Hockindrivers/net/natsemi.c: cleanup version string, fix...
2002-09-27 Tim Hockindrivers/net/natsemi.c: stop tx/rx and reinit_ring on...
2002-09-27 Tim Hockindrivers/net/natsemi.c: janitorial - whitespace, wrap...
2002-09-27 Manfred Sprauldrivers/net/natsemi.c: comments update
2002-09-27 Manfred Sprauldrivers/net/natsemi.c: lengthen EEPROM timeout, and...
2002-09-27 Manfred Sprauldrivers/net/natsemi.c: write MAC address back to the...
2002-09-27 Manfred Sprauldrivers/net/natsemi.c: stop abusing netdev_device_...
next