summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-08e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher1-0/+1
2010-08-08ixgbe: fix build error with FCOE_CONFIG without DCB_CONFIGJohn Fastabend1-4/+10
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+9
2010-07-27ixgbe: potential null dereferenceDan Carpenter1-3/+4
2010-07-27ixgbe: priority tagging FCoE frames without FCoE offloadJohn Fastabend1-21/+24
2010-07-21ixgbe/igb: catch invalid VF settingsAndy Gospodarek1-0/+9
2010-07-19ixgbe: fix version string for ixgbeDon Skidmore1-1/+1
2010-07-19ixgbe: properly toggling netdev feature flags when disabling FCoEYi Zou1-0/+5
2010-07-19ixgbe: drop support for UDP in RSS hash generationAlexander Duyck1-3/+1
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+10
2010-07-05ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov1-38/+41
2010-07-02net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend1-1/+1
2010-06-29ixgbe: skip non IPv4 packets in ATR filterGuillaume Gaudonville1-1/+3
2010-06-29ixgbe: disable tx engine before disabling tx laserJohn Fastabend1-4/+4
2010-06-29ixgbe: fix panic when shutting down system with WoL enabledAndy Gospodarek1-1/+2
2010-06-15ixgbe: update set_rx_mode to fix issues w/ macvlanAlexander Duyck1-13/+75
2010-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+4
2010-06-13ixgbe: fix for race with 8259(8|9) during shutdownDon Skidmore1-0/+4
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-06-04ixgbe: only check pfc bits in hang logic if pfc is enabledJohn Fastabend1-1/+1
2010-06-03ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov1-153/+128
2010-05-20ixgbe:add support for a new 82599 10G Base-T deviceMallikarjuna R Chilakala1-0/+69
2010-05-18ixgbe: add support for active DA cablesDon Skidmore1-2/+4
2010-05-18ixgbe: dcb, do not tag tc_prio_control framesJohn Fastabend1-1/+2
2010-05-18ixgbe: fix ixgbe_tx_is_paused logicJohn Fastabend1-4/+4
2010-05-18ixgbe: always enable vlan strip/insert when DCB is enabledYi Zou1-1/+9
2010-05-18ixgbe: fix header len when unsplit packet overflows to data bufferShannon Nelson1-2/+3
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-5/+0
2010-05-13ixgbe: Use bool flag to see if the packet unmapping is delayed in HWRSCMallikarjuna R Chilakala1-6/+11
2010-05-13ixgbe: fix setting of promisc mode when using mac-vlansEmil Tantilov1-3/+3
2010-05-05ixgbe: Add support for VF MAC and VLAN configurationGreg Rose1-0/+4
2010-05-05ixgbe: Add boolean parameter to ixgbe_set_vmolrGreg Rose1-1/+1
2010-05-03Revert "ixgbe: disable MSI-X by default on certain Cisco adapters"David S. Miller1-16/+1
2010-04-27ixgbe: disable MSI-X by default on certain Cisco adaptersNicholas Nunley1-1/+16
2010-04-27ixgbe: add registers etc. printout code just before resetting adaptersTaku Izumi1-0/+341
2010-04-27ixgbe: use DMA API instead of PCI DMA functionsNick Nunley1-35/+42
2010-04-27ixgbe: ixgbe_down needs to stop dev_watchdogJohn Fastabend1-8/+7
2010-04-27ixgbe: fix bug when EITR=0 causing no writebacksJesse Brandeburg1-2/+7
2010-04-27ixgbe: enable extremely low latencyJesse Brandeburg1-0/+9
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-10/+12
2010-04-27ixgbe: Power down PHY during driver resetsPeter Waskiewicz1-10/+12
2010-04-14ixgbe: fix bug with vlan strip in promsic modeJesse Brandeburg1-43/+72
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-13/+30
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-26ixgbe: convert to use netdev_for_each_mc_addrJiri Pirko1-22/+2
2010-03-26ixgbe: Priority tag FIP framesRobert Love1-9/+17
2010-03-26ixgbe: cleanup maximum number of tx queuesJohn Fastabend1-1/+0
2010-03-26ixgbe: Change where clear_to_send_flag is reset to zero.Greg Rose1-3/+5
2010-03-26ixgbe: In SR-IOV mode insert delay before bring the adapter upGreg Rose1-0/+8