Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / drivers / net / ixgbe /
2010-06-04 John Fastabendixgbe: only check pfc bits in hang logic if pfc is...
2010-06-03 Jeff Kirsherixgbe: return IXGBE_ERR_RAR_INDEX when out of range
2010-05-21 Mallikarjuna R Chi... ixgbe:add support for a new 82599 10G Base-T device
2010-05-19 Don Skidmoreixgbe: add support for active DA cables
2010-05-19 John Fastabendixgbe: dcb, do not tag tc_prio_control frames
2010-05-19 John Fastabendixgbe: fix ixgbe_tx_is_paused logic
2010-05-19 Yi Zouixgbe: always enable vlan strip/insert when DCB is...
2010-05-19 Yi Zouixgbe: remove some redundant code in setting FCoE FIP...
2010-05-19 Yi Zouixgbe: fix wrong offset to fc_frame_header in ixgbe_fco...
2010-05-19 Shannon Nelsonixgbe: fix header len when unsplit packet overflows...
2010-05-14 Joe Perchesdrivers/net: Remove unnecessary returns from void funct...
2010-05-14 Mallikarjuna R Chi... ixgbe: Refactor common code between 82598 & 82599 to...
2010-05-14 Mallikarjuna R Chi... ixgbe: Use bool flag to see if the packet unmapping...
2010-05-14 Emil Tantilovixgbe: fix setting of promisc mode when using mac-vlans
2010-05-06 Greg Roseixgbe: Streamline MC filter setup for VFs
2010-05-06 Greg Roseixgbe: Remove unneeded register writes in VF VLAN setup
2010-05-06 Greg Roseixgbe: Add support for VF MAC and VLAN configuration
2010-05-06 Greg Roseixgbe: Add boolean parameter to ixgbe_set_vmolr
2010-05-03 David S. MillerRevert "ixgbe: disable MSI-X by default on certain...
2010-04-28 Nicholas Nunleyixgbe: disable MSI-X by default on certain Cisco adapters
2010-04-28 Taku Izumiixgbe: add registers etc. printout code just before...
2010-04-27 Nick Nunleyixgbe: use DMA API instead of PCI DMA functions
2010-04-27 Anjali Singhaiixgbe: Properly display 1 gig downshift warning for...
2010-04-27 Don Skidmoreixgbe: cleanup ethtool autoneg input
2010-04-27 John Fastabendixgbe: ixgbe_down needs to stop dev_watchdog
2010-04-27 Jesse Brandeburgixgbe: fix bug when EITR=0 causing no writebacks
2010-04-27 Jesse Brandeburgixgbe: enable extremely low latency
2010-04-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-27 Peter Waskiewiczixgbe: Power down PHY during driver resets
2010-04-14 Jesse Brandeburgixgbe: fix bug with vlan strip in promsic mode
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-03 Jiri Pirkonet: convert multicast list to list_head
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-27 Greg Roseixgbe: Do not run all Diagnostic offline tests when...
2010-03-27 Jiri Pirkoixgbe: convert to use netdev_for_each_mc_addr
2010-03-26 Chris Leechixgbe: filter FIP frames into the FCoE offload queues
2010-03-26 Robert Loveixgbe: Priority tag FIP frames
2010-03-26 Robert Loveixgbe: Don't allow user buffer count to exceed 256
2010-03-26 John Fastabendixgbe: cleanup maximum number of tx queues
2010-03-26 Greg Roseixgbe: Change where clear_to_send_flag is reset to...
2010-03-26 Greg Roseixgbe: In SR-IOV mode insert delay before bring the...
2010-03-24 Frans Popnet/intel: remove trailing space in messages
2010-03-20 Mallikarjuna R Chi... ixgbe: Set IXGBE_RSC_CB(skb)->DMA field to zero after...
2010-03-20 Vasu Devixgbe: fix for real_num_tx_queues update issue
2010-03-19 Mallikarjuna R Chi... ixgbe: Fix 82599 KX4 Wake on LAN issue after an imprope...
2010-03-19 Mallikarjuna R Chi... ixgbe: Fix 82599 multispeed fiber link issues due to...
2010-03-06 Akinobu Mitabitops: rename for_each_bit() to for_each_set_bit()
2010-02-27 John Fastabendixgbe: move TC_PRIO_CONTROL check into ixgbe_select_queue()
2010-02-26 John Fastabendixgbe: Do not allocate too many netdev txqueues
2010-02-26 John Fastabendixgbe: do not stop tx queues in ixgbe_set_tso
2010-02-26 Mallikarjuna R Chi... ixgbe: Fix DMA mapping/unmapping issues when HWRSC...
2010-02-22 Milton Millerixgbe: prevent speculative processing of descriptors...
2010-02-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-02-16 Don Skidmoreixgbe: fix WOL register setup for 82599
2010-02-16 Don Skidmoreixgbe: Fix - Do not allow Rx FC on 82598 at 1G due...
2010-02-16 Peter Waskiewiczixgbe: Cleanup incorrect header comments
2010-02-12 Jiri Pirkonet: use netdev_mc_count and netdev_mc_empty when appro...
2010-02-11 Peter Waskiewiczixgbe: Bump driver version up
2010-02-11 Peter Waskiewiczixgbe: Add support for the new ethtool n-tuple programm...
2010-02-04 PJ Waskiewiczixgbe: Make descriptor ring allocations NUMA-aware
2010-02-04 Jesse Brandeburgixgbe: Allocate driver resources per NUMA node
2010-02-04 John Fastabendixgbe: only process one ixgbe_watchdog_task at a time.
2010-02-04 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-02-04 Krishna Kumarixgbe: Fix return of invalid txq
2010-02-04 Anton Blanchardixgbe: Fix ixgbe_tx_map error path
2010-01-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-28 John Fastabendixgbe: if ixgbe_copy_dcb_cfg is going to fail learn...
2010-01-28 John Fastabendixgbe: set the correct DCB bit for pg tx settings
2010-01-25 Jiri Pirkonet: use helpers to access uc list V2
2010-01-23 Sridhar Samudralanet: Fix IPv6 GSO type checks in Intel ethernet drivers
2010-01-23 Greg Roseixgbe: Improve reset coordination between the PF and...
2010-01-23 Greg Roseixgbe: Allow the VF driver to be loaded before the...
2010-01-23 Greg Roseixgbe: Remove unused emulation MAC storage from the...
2010-01-23 Greg Roseixgbe: Set the correct pool when VLANs are added in...
2010-01-23 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-21 Roel Kluine1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigne...
2010-01-14 Shannon Nelsonixgbe: update copyright dates
2010-01-14 Alexander Duyckixgbe: Do not attempt to perform interrupts in netpoll...
2010-01-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-10 Greg Roseixgbe: Fix ethtool diag test for VT mode operation
2010-01-10 Greg Roseixgbe: Add SR-IOV features to main module
2010-01-10 Greg Roseixgbe: Add SR-IOV feature enablement code
2010-01-10 Greg Roseixgbe: Add SR-IOV specific modules to driver Makefile
2010-01-10 Greg Roseixgbe: Add SR-IOV specific features
2010-01-10 Greg Roseixgbe: Add SR-IOV register, structure and bit defines
2010-01-10 Greg Roseixgbe: Mailbox header and code module
2010-01-08 Alexey Dobriyandrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2010-01-08 PJ Waskiewiczixgbe: Fix compiler warning about variable being used...
2010-01-07 hartleysdrivers/net/ixgbe/ixgbe_common.c: use %pM to show MAC...
2009-12-24 Don Skidmoreixgbe: fix Need to call pci_save_state after pci_restor...
2009-12-16 Gurucharan Shettyixgbe: allow tx of pre-formatted vlan tagged packets
2009-12-16 Mallikarjuna R Chi... ixgbe: Fix 82598 premature copper PHY link indicatation
2009-12-16 Mallikarjuna R Chi... ixgbe: Fix tx_restart_queue/non_eop_desc statistics...
2009-12-09 Don Skidmoreixgbe: add support for 82599 KR device 0x1517
2009-12-09 Eric Dumazetixgbe: Fix TX stats accounting
2009-12-03 Jesse Brandeburgixgbe: use EIAM to automask MSI-X
2009-12-03 Jesse Brandeburgixgbe: performance tweaks
2009-12-03 Jesse Brandeburgixgbe: change default ring size
2009-12-03 Yi Zouixgbe: select FCoE Tx queue in ndo_select_queue
next