summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: only check pfc bits in hang logic if pfc is enabledJohn Fastabend2010-06-051-1/+1
* ixgbe: return IXGBE_ERR_RAR_INDEX when out of rangeJeff Kirsher2010-06-032-0/+3
* ixgbe:add support for a new 82599 10G Base-T deviceMallikarjuna R Chilakala2010-05-217-0/+111
* ixgbe: add support for active DA cablesDon Skidmore2010-05-196-14/+54
* ixgbe: dcb, do not tag tc_prio_control framesJohn Fastabend2010-05-191-1/+2
* ixgbe: fix ixgbe_tx_is_paused logicJohn Fastabend2010-05-191-4/+4
* ixgbe: always enable vlan strip/insert when DCB is enabledYi Zou2010-05-191-1/+9
* ixgbe: remove some redundant code in setting FCoE FIP filterYi Zou2010-05-191-6/+0Star
* ixgbe: fix wrong offset to fc_frame_header in ixgbe_fcoe_ddpYi Zou2010-05-191-4/+7
* ixgbe: fix header len when unsplit packet overflows to data bufferShannon Nelson2010-05-191-2/+3
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-143-10/+0Star
* ixgbe: Refactor common code between 82598 & 82599 to accommodate new hardwareMallikarjuna R Chilakala2010-05-145-421/+557
* ixgbe: Use bool flag to see if the packet unmapping is delayed in HWRSCMallikarjuna R Chilakala2010-05-141-6/+11
* ixgbe: fix setting of promisc mode when using mac-vlansEmil Tantilov2010-05-143-4/+8
* ixgbe: Streamline MC filter setup for VFsGreg Rose2010-05-061-2/+11
* ixgbe: Remove unneeded register writes in VF VLAN setupGreg Rose2010-05-061-11/+0Star
* ixgbe: Add support for VF MAC and VLAN configurationGreg Rose2010-05-065-4/+118
* ixgbe: Add boolean parameter to ixgbe_set_vmolrGreg Rose2010-05-063-6/+9
* Revert "ixgbe: disable MSI-X by default on certain Cisco adapters"David S. Miller2010-05-042-20/+1Star
* ixgbe: disable MSI-X by default on certain Cisco adaptersNicholas Nunley2010-04-282-1/+20
* ixgbe: add registers etc. printout code just before resetting adaptersTaku Izumi2010-04-281-0/+341
* ixgbe: use DMA API instead of PCI DMA functionsNick Nunley2010-04-282-55/+64
* 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