summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Properly display 1 gig downshift warning for backplaneAnjali Singhai2010-04-271-0/+5
* ixgbe: cleanup ethtool autoneg inputDon Skidmore2010-04-271-1/+1
* ixgbe: ixgbe_down needs to stop dev_watchdogJohn Fastabend2010-04-271-8/+7Star
* ixgbe: fix bug when EITR=0 causing no writebacksJesse Brandeburg2010-04-272-14/+26
* ixgbe: enable extremely low latencyJesse Brandeburg2010-04-272-9/+87
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-273-24/+62
|\
| * ixgbe: Power down PHY during driver resetsPeter Waskiewicz2010-04-273-24/+62
* | ixgbe: fix bug with vlan strip in promsic modeJesse Brandeburg2010-04-151-43/+72
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-113-0/+3
|\|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-075-23/+82
|\|
| * ixgbe: Do not run all Diagnostic offline tests when VFs are activeGreg Rose2010-03-271-0/+21
| * ixgbe: filter FIP frames into the FCoE offload queuesChris Leech2010-03-262-0/+16
| * ixgbe: Priority tag FIP framesRobert Love2010-03-261-9/+17
| * ixgbe: Don't allow user buffer count to exceed 256Robert Love2010-03-261-8/+10
| * ixgbe: cleanup maximum number of tx queuesJohn Fastabend2010-03-262-3/+5
| * ixgbe: Change where clear_to_send_flag is reset to zero.Greg Rose2010-03-261-3/+5
| * ixgbe: In SR-IOV mode insert delay before bring the adapter upGreg Rose2010-03-261-0/+8
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* | ixgbe: convert to use netdev_for_each_mc_addrJiri Pirko2010-03-274-36/+12Star
* | net/intel: remove trailing space in messagesFrans Pop2010-03-243-6/+6
|/
* ixgbe: Set IXGBE_RSC_CB(skb)->DMA field to zero after unmapping the addressMallikarjuna R Chilakala2010-03-201-2/+6
* ixgbe: fix for real_num_tx_queues update issueVasu Dev2010-03-201-3/+3
* ixgbe: Fix 82599 KX4 Wake on LAN issue after an improper system shutdownMallikarjuna R Chilakala2010-03-191-3/+0Star
* ixgbe: Fix 82599 multispeed fiber link issues due to Tx laser flappingMallikarjuna R Chilakala2010-03-193-36/+54
* bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+1
* ixgbe: move TC_PRIO_CONTROL check into ixgbe_select_queue()John Fastabend2010-02-271-10/+11
* ixgbe: Do not allocate too many netdev txqueuesJohn Fastabend2010-02-261-1/+13
* ixgbe: do not stop tx queues in ixgbe_set_tsoJohn Fastabend2010-02-261-2/+0Star
* ixgbe: Fix DMA mapping/unmapping issues when HWRSC is enabled on IOMMU enable...Mallikarjuna R Chilakala2010-02-261-3/+29
* ixgbe: prevent speculative processing of descriptors before readyMilton Miller2010-02-231-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-172-0/+26
|\
| * ixgbe: fix WOL register setup for 82599Don Skidmore2010-02-161-0/+4
| * ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errataDon Skidmore2010-02-161-0/+22
* | ixgbe: Cleanup incorrect header commentsPeter Waskiewicz2010-02-161-5/+0Star
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* | ixgbe: Bump driver version upPeter Waskiewicz2010-02-111-1/+1
* | ixgbe: Add support for the new ethtool n-tuple programming interfacePeter Waskiewicz2010-02-115-18/+228
* | ixgbe: Make descriptor ring allocations NUMA-awarePJ Waskiewicz2010-02-044-167/+189
* | ixgbe: Allocate driver resources per NUMA nodeJesse Brandeburg2010-02-042-3/+36
* | ixgbe: only process one ixgbe_watchdog_task at a time.John Fastabend2010-02-042-13/+17
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-041-2/+5
|\|
| * ixgbe: Fix return of invalid txqKrishna Kumar2010-02-041-1/+4
| * ixgbe: Fix ixgbe_tx_map error pathAnton Blanchard2010-02-041-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-282-10/+8Star
|\|
| * ixgbe: if ixgbe_copy_dcb_cfg is going to fail learn about it earlyJohn Fastabend2010-01-281-8/+6Star
| * ixgbe: set the correct DCB bit for pg tx settingsJohn Fastabend2010-01-281-1/+1
| * net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala2010-01-231-1/+1
* | net: use helpers to access uc list V2Jiri Pirko2010-01-254-8/+7Star
* | ixgbe: Improve reset coordination between the PF and the VFGreg Rose2010-01-233-0/+39