netdev: Add netdev->addr_list_lock protection.
[safe/jmp/linux-2.6] / drivers / net / cxgb3 /
2008-07-11 Karen Xiecxgb3 - Add iscsi support
2008-07-08 Patrick McHardyvlan: move struct vlan_dev_info to private header
2008-06-25 Divy Le Raycxgb3 - add missing adapter type for RDMA
2008-05-22 Divy Le Raycxgb3 - Add LRO support
2008-05-22 Divy Le Raycxgb3 - Add page support to jumbo frame Rx queue
2008-05-22 Divy Le Raycxgb3 - Fix dma mapping error path
2008-05-13 Divy Le Raycxgb3 - fix EEH
2008-05-13 Divy Le Raycxgb3 - fix port up/down error path
2008-05-06 Alan Coxcxgb3: Use CAP_SYS_RAWIO for firmware
2008-04-29 Steve WiseRDMA/cxgb3: Support peer-2-peer connection setup
2008-04-19 Matthew Wilcoxnet: Remove unnecessary inclusions of asm/semaphore.h
2008-04-17 Dan Noecxgb3: Fix __must_check warning with dev_dbg.
2008-03-28 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-26 Al Viroannotate cxgb3 (ab)uses of skb->priority/skb->csum
2008-03-26 Roland Dreiercxgb3: Fix lockdep problems with sge.reg_lock
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-17 Divy Le Raycxgb3: Fix transmit queue stop mechanism
2008-03-04 YOSHIFUJI Hideaki[NET] NEIGHBOUR: Remove unpopular neigh_is_connected().
2008-02-11 Steve Wisecxgb3: Handle ARP completions that mark neighbors stale.
2008-02-11 Krishna KumarOptimize cxgb3 xmit path (a bit)
2008-02-05 Christoph Lameteris_vmalloc_addr(): Check if an address is within the...
2008-02-03 Roland Dreiercxgb3: Remove incorrect __devinit annotations
2008-01-28 Al Viroannotate cxgb3
2008-01-28 Patrick McHardy[VLAN]: Turn VLAN_DEV_INFO into inline function
2008-01-28 Divy Le Raycxgb3 - Fix EEH, missing softirq blocking
2008-01-28 Divy Le Raycxgb3 - parity initialization for T3C adapters.
2008-01-28 Jeff Garzikdrivers/net/cxgb3: trim trailing whitespace
2008-01-28 Divy Le Raycxgb3 - Fix I/O synchronization
2008-01-28 Divy Le Raycxgb3 - HW set up updates
2008-01-28 Divy Le Raycxgb3 - sysfs methods clean up
2008-01-28 Divy Le Raycxgb3 - fix interaction with pktgen
2008-01-28 Divy Le Raycxgb3 - FW upgrade
2008-01-28 Divy Le Raycxgb3 - Add EEH support
2008-01-28 Divy Le Raycxgb3 - Fix resources release.
2008-01-28 Divy Le Raycxgb3 - Use wild card for PCI subdevice ID match
2008-01-28 Divy Le Raycxgb3 - fix MSI-X failure path
2008-01-28 Joe Perchesdrivers/net/cxgb3: Add missing "space"
2007-12-07 Divy Le Raycxgb3 - T3C support update
2007-10-23 Jeff Garzik[SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriate
2007-10-19 Jiri Slabyremove asm/bitops.h includes
2007-10-10 Stephen Hemmingercxgb3 sparse warning fixes
2007-10-10 Adrian Bunkdrivers/net/cxgb3/xgmac.c: remove dead code
2007-10-10 Al Virocxgb3: trivial endianness annotations
2007-10-10 Jeff Garzik[netdrvr] Stop using legacy hooks ->self_test_count...
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 Divy Le Raycxgb3 - Update engine microcode version
2007-10-10 Divy Le Raycxgb3 - Add T3C rev
2007-10-10 Divy Le Raycxgb3 - CQ context operations time out too soon.
2007-10-10 Divy Le Raycxgb3 - Set the CQ_ERR bit in CQ contexts.
2007-10-10 Divy Le Raycxgb3 - remove false positive in xgmac workaround
2007-10-10 Divy Le Raycxgb3 - log and clear PEX errors
2007-10-10 Divy Le Raycxgb3 - Firmware update
2007-10-10 Divy Le Raycxgb3 - Update internal memory management
2007-10-10 Divy Le Raycxgb3 - log adapter serial number
2007-10-10 Divy Le Raycxgb3 - Fatal error update
2007-10-10 Divy Le Raycxgb3 - tighten checks on TID values
2007-10-10 Divy Le Raycxgb3 - Expose HW memory page info
2007-10-10 Divy Le Raycxgb3 - use immediate data for offload Tx
2007-10-10 Divy Le Raycxgb3 - SGE doorbell overflow warning
2007-10-10 Divy Le Raycxgb3 - Update rx coalescing length
2007-10-10 Divy Le Raycxgb3 - MAC workaround update
2007-10-10 Denis Chengdrivers/net/cxgb3: removed several unneeded zero initil...
2007-10-10 Stephen Hemminger[NET]: Make NAPI polling independent of struct net_devi...
2007-08-31 Divy Le Ray- cxgb3 engine microcode load
2007-08-31 Divy Le Raycxgb3 - Fix dev->priv usage
2007-07-31 Matthew Wilcox[NET]: ethtool_perm_addr only has one implementation
2007-07-26 Al Virocxgb3 gfp_t annotations
2007-07-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-07-10 vignesh babuuse is_power_of_2() in cxgb3/cxgb3_main.c
2007-07-10 Steve WiseRDMA/cxgb3: Streaming -> RDMA mode transition fixes
2007-07-09 Divy Le Raycxgb3 - TP SRAM update
2007-07-09 Divy Le Raycxgb3 - Firmware update
2007-07-09 Divy Le Raycxgb3 - sge page management
2007-06-27 Divy Le Raycxgb3 - fix register to stop bc/mc traffic
2007-06-20 Divy Le Raycxgb3 - MAC watchdog update
2007-06-20 Divy Le Raycxgb3 - Stop mac RX when changing MTU
2007-06-20 Divy Le Raycxgb3 - Fix direct XAUI support
2007-06-20 Divy Le Raycxgb3 - fix netpoll hanlder
2007-06-20 Divy Le Raycxgb3 - fix skb->dev dereference
2007-06-03 Stephen Hemmingernetwork drivers: eliminate unneeded kill_vid code
2007-05-07 Steve WiseRDMA/cxgb3: Support for new abort logic
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_network_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-04-26 Arnaldo Carvalho... [ETH]: Make eth_type_trans set skb->dev like the other...
2007-04-19 Divy Le Raycxgb3 - PHY interrupts and GPIO pins.
2007-04-19 Divy Le Raycxgb3 - Fix low memory conditions
2007-04-11 Divy Le Raycxgb3 - missing CPL hanler and register setting.
2007-04-11 Divy Le Raycxgb3 - MAC watchdog update
2007-04-11 Divy Le Raycxgb3 - avoid deadlock with mac watchdog
2007-04-04 Divy Le Raycxgb3 - Firwmare update
next