aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-14ixgbe: Add support for NETIF_F_FCOE_MTU to 82599 devicesYi Zou2-3/+7
2009-08-14ixgbe: updates vlan feature flags to enable FCoE offloads on vlan interfaceVasu Dev1-0/+6
2009-08-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+3
2009-08-13ixgbe: Fix receive on real device when VLANs are configuredLucy Liu1-2/+2
2009-08-13ixgbe: Do not return 0 in ixgbe_fcoe_ddp() upon FCP_RSP in DDP completionYi Zou1-1/+1
2009-08-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+19
2009-08-13ixgbe: fix issues setting rx-usecs with legacy interruptsDon Skidmore1-8/+19
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-56/+107
2009-08-09ixgbe: Disable packet split only on FCoE queues in 82599Yi Zou2-16/+19
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-08-03ixgbe: Patch to modify 82598 PCIe completion timeout valuesMallikarjuna R Chilakala2-1/+74
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-15/+40
2009-07-30ixgbe: Fix RSC completion delay causing Rx interrupts to stopPeter P Waskiewicz Jr2-1/+6
2009-07-30ixgbe: Fix usage of second flags bitmap when using LRO/RSCPeter P Waskiewicz Jr2-9/+9
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. Miller3-17/+43
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 Zou3-10/+31
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 Jr3-0/+4
2009-07-17ixgbe: Make sure boolean assignments from bitwise operations done correctlyPeter P Waskiewicz Jr1-4/+4
2009-07-17ixgbe: Remove legacy descriptor supportPeter P Waskiewicz Jr3-49/+19
2009-07-16ixgbe: Remove DPRINTK messages in DCB modeLucy Liu1-4/+0
2009-07-16ixgbe: clear mac address data block in DCB modeLucy Liu1-0/+2
2009-07-09ixgbe: Fix coexistence of FCoE and Flow Director in 82599Yi Zou2-8/+17
2009-07-03ixgbe: Not allow 8259x unsupported wol options change from ethtoolMallikarjuna R Chilakala1-1/+0
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 Skidmore2-2/+9
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 device capabilities of 82599 single speed fiber NICs.Mallikarjuna R Chilakala1-2/+3
2009-06-30ixgbe: Fix SFP log messagesDon Skidmore1-8/+17
2009-06-19convert some DMA_nnBIT_MASK() callersAndrew Morton1-1/+1
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 Zou3-5/+42
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 Jr4-8/+85
2009-06-07ixgbe: Re-adjust ring layouts to have better cacheline efficiencyJesse Brandeburg1-16/+19
2009-06-07ixgbe: Enable Flow Director hashing in 82599Peter P Waskiewicz Jr3-1/+228
2009-06-07ixgbe: Add Flow Director init and modify functions for 82599Peter P Waskiewicz Jr2-0/+980
2009-06-07ixgbe: Add hardware defines for Flow Director for 82599Peter P Waskiewicz Jr1-0/+147
2009-06-07ixgbe: Add a second feature flags variable, move HW RSC capability therePeter P Waskiewicz Jr3-11/+12
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 Duyck3-126/+117
2009-06-07ixgbe: use rx_buffer_info->dma instead of nr_frags to determine skb unmapAlexander Duyck1-1/+1