Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / drivers / net / cassini.c
2010-05-18 Joe Perchesdrivers/net: remove useless semicolons
2010-05-10 Eric Dumazetnet: trans_start cleanups
2010-04-03 Jiri Pirkonet: convert multicast list to list_head
2010-03-03 Dan Carpentercassini: fix off by one
2010-02-18 Joe Perchesdrivers/net/cassini.c: Use (pr|netdev|netif)_<level...
2010-02-17 Jiri Pirkocassini: convert to use netdev_for_each_mc_addr
2010-01-28 Alexey Dobriyannetdev: remove HAVE_ leftovers
2010-01-08 Alexey Dobriyandrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2009-11-07 Jiri SlabyNET: cassini, fix lock imbalance
2009-09-04 Ben Hutchingsnetdev: Remove redundant checks for CAP_NET_ADMIN in...
2009-09-01 Stephen Hemmingernetdev: convert bulk of drivers to netdev_tx_t
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-06-13 Patrick McHardynet: use symbolic values for ndo_start_xmit() return...
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_32BIT_MASK macro with...
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_64BIT_MASK macro with...
2009-02-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-02-03 Roel Kluincassini/sungem: limit reaches -1, but 0 tested
2009-01-21 Ben Hutchingsnet: Remove redundant NAPI functions
2009-01-08 Stephen Hemmingercassini: update to net_device_ops
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-11-26 Ingo Molnarcassini: fix warning in drivers/net/cassini.c
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-09-23 Jaswinder Singhcassini: use request_firmware
2008-09-22 David S. Millernet: Remove __skb_insert() calls outside of skbuff...
2008-07-26 Nick Pigginmm: speculative page references
2008-05-22 David S. Millercassini: Only use chip checksum for ipv4 packets.
2008-03-24 Robert P. J. Day[CASSINI]: Use shorter list_splice_init() macro for...
2008-01-28 Al ViroNULL noise in drivers/net
2008-01-28 Alejandro Martinez... netdev: use ARRAY_SIZE() instead of sizeof(array) ...
2008-01-04 David S. Miller[CASSINI]: Bump driver version and release date.
2008-01-04 David S. Miller[CASSINI]: Fix two obvious NAPI bugs.
2008-01-04 David S. Miller[CASSINI]: Set skb->truesize properly on receive packets.
2008-01-04 David S. Miller[CASSINI]: Program parent Intel31154 bridge when necessary.
2008-01-04 David S. Miller[CASSINI]: Revert 'dont touch page_count'.
2008-01-04 Al Viro[CASSINI]: Fix endianness bug.
2007-10-15 Alejandro Martinez... netdev: convert non-obvious instances to use ARRAY_SIZE()
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 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Stephen Hemminger[NET]: Make NAPI polling independent of struct net_devi...
2007-07-11 Randy DunlapPCI: add pci_try_set_mwi
2007-07-11 Auke KokPCI: Change all drivers to use pci_device->revision
2007-05-31 David S. Miller[CASSINI]: Fix printk message typo.
2007-05-25 David S. Miller[CASSINI]: Check pci_set_mwi() return value.
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_offset()
2007-04-26 Arnaldo Carvalho... [ETH]: Make eth_type_trans set skb->dev like the other...
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-03 Al Viro[NET]: Split skb->csum
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
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-13 Jeff Garzikdrivers/net: Trim trailing whitespace
2006-08-19 Jeff Garzikdrivers/net: Remove deprecated use of pci_module_init()
2006-07-05 Jeff Garzik[netdrvr] use dev_xxx() printk helpers, rather than...
2006-07-05 Jeff Garzik[netdrvr] Use dev_printk() when ethernet interface...
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-23 Herbert Xu[NET]: Avoid allocating skb in skb_pad
2006-04-20 Marc Zyngier[PATCH] netdrvr: Convert cassini to pci_iomap
2006-03-25 Rusty Russell[PATCH] Remove MODULE_PARM
2006-03-21 Ingo Molnar[CASSINI]: sem2mutex
2006-01-18 Nick Piggin[CASSINI]: dont touch page_count
2006-01-17 Andrew Morton[CASSINI]: Fix printk warning.
2005-11-09 Olaf Hering[PATCH] changing CONFIG_LOCALVERSION rebuilds too much...
2005-10-28 Al Viro[PATCH] gfp_t: drivers/net
2005-10-03 Al Viro[CASSINI]: Convert to ethtool_ops
2005-09-30 Al Viro[PATCH] cassini annotations and fixes
2005-09-30 Al Viro[CASSINI]: sparse annotations and fixes
2005-09-27 David S. Miller[NET]: Add Sun Cassini driver.