aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-14ixgbe: Add support for 82599-based CX4 adaptersPeter P Waskiewicz Jr1-0/+2
2009-09-14ixgbe: Properly disable packet split per-ring when globally disabledPeter P Waskiewicz Jr1-0/+2
2009-09-03ixgbe: Distribute transmission of FCoE traffic in 82599Yi Zou1-2/+8
2009-09-03ixgbe: Add support for multiple Tx queues for FCoE in 82599Yi Zou1-9/+34
2009-09-01ixgbe: refactor link setup codeMallikarjuna R Chilakala1-9/+8
2009-09-01ixgbe: Add support for dcbnl_rtnl_ops.setapp/getappYi Zou1-0/+2
2009-09-01ixgbe: Add support for the net_device_ops.ndo_fcoe_enable/disable to 82599Yi Zou1-0/+2
2009-09-01intel: convert drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-08-26igb/ixgbe: add IPV6_CSUM support to vlan_featuresAlexander Duyck1-0/+1
2009-08-26ixgbe: cleanup functions that should have been defined staticDon Skidmore1-1/+1
2009-08-14ixgbe: Add support for NETIF_F_FCOE_MTU to 82599 devicesYi Zou1-3/+3
2009-08-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2009-08-13ixgbe: Fix receive on real device when VLANs are configuredLucy Liu1-2/+2
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-55/+31
2009-08-09ixgbe: Disable packet split only on FCoE queues in 82599Yi Zou1-16/+17
2009-08-09ixgbe: Pass rx_ring directly in ixgbe_configure_srrctl()Yi Zou1-40/+15
2009-08-05ixgbe: allow vlan egress priority mapping in DCB modeLucy Liu1-1/+1
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+31
2009-07-30ixgbe: Fix usage of second flags bitmap when using LRO/RSCPeter P Waskiewicz Jr1-6/+6
2009-07-30ixgbe: Fix netpoll to be properly multiqueue awarePeter P Waskiewicz Jr1-3/+10
2009-07-26ixgbe: fix for 82599 errata marking UDP checksum errorsDon Skidmore1-2/+15
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-17/+18
2009-07-23ixgbe: remove unnecessary call to device_init_wakeupAndy Gospodarek1-1/+0
2009-07-23ixgbe: Don't priority tag control frames in DCB modeLucy Liu1-6/+12
2009-07-23ixgbe: Enable FCoE offload when DCB is enabled for 82599Yi Zou1-10/+6
2009-07-17ixgbe: Bump version numberPeter P Waskiewicz Jr1-1/+1
2009-07-17ixgbe: Add device support for a new copper 82598 devicePeter P Waskiewicz Jr1-0/+2
2009-07-17ixgbe: Make sure boolean assignments from bitwise operations done correctlyPeter P Waskiewicz Jr1-4/+4
2009-07-09ixgbe: Fix coexistence of FCoE and Flow Director in 82599Yi Zou1-8/+11
2009-07-03ixgbe: fix inconsistent SFP/SFP+ failure results.Don Skidmore1-5/+5
2009-07-03ixgbe: fix regression on some 82598 adaptersDon Skidmore1-10/+14
2009-07-03ixgbe: fix issues with failing to detect insert of unsupported moduleDon Skidmore1-2/+6
2009-06-30ixgbe: fix unmap length bugJesse Brandeburg1-6/+11
2009-06-30ixgbe: Fix link capabilities during adapter resetsMallikarjuna R Chilakala1-1/+2
2009-06-30ixgbe: Fix SFP log messagesDon Skidmore1-8/+17
2009-06-18net: group address list and its countJiri Pirko1-3/+3
2009-06-09ixgbe: Include offloaded FCoE data into total rx/tx statistics for 82599Yi Zou1-4/+36
2009-06-08net: skb_shared_info optimizationEric Dumazet1-2/+2
2009-06-07ixgbe: Increase the driver version numberPeter P Waskiewicz Jr1-1/+1
2009-06-07ixgbe: Add FW detection and warning for 82599 SFP+ adaptersPeter P Waskiewicz Jr1-1/+19
2009-06-07ixgbe: Enable Flow Director hashing in 82599Peter P Waskiewicz Jr1-1/+214
2009-06-07ixgbe: Add a second feature flags variable, move HW RSC capability therePeter P Waskiewicz Jr1-6/+6
2009-06-07ixgbe: move tx processing into NAPI contextAlexander Duyck1-34/+107
2009-06-07ixgbe: move v_idx into q_vector and use as index onlyAlexander Duyck1-116/+111
2009-06-07ixgbe: use rx_buffer_info->dma instead of nr_frags to determine skb unmapAlexander Duyck1-1/+1
2009-06-07ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala1-3/+3
2009-06-07ixgbe: Add ethtool offline test supportPeter P Waskiewicz Jr1-3/+10
2009-06-07ixgbe: Enable ACPI WoL capabilities for 82599Peter P Waskiewicz Jr1-0/+3
2009-05-29net: convert unicast addr listJiri Pirko1-5/+1
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-1/+0