aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-10/+2
2009-10-08ixgbe: add support for 82599 based Express Module X520-P2Don Skidmore1-0/+2
2009-10-07ixgbe: Use the instance of net_device_stats from net_device.Ajit Khaparde1-13/+13
2009-10-04ixgbe: add support for 82599 based X520 10G Dual KX4 Mezz cardDon Skidmore1-0/+2
2009-10-04ixgbe: add support for 82599 Combined BackplaneDon Skidmore1-0/+2
2009-10-02e1000e/igb/ixgbe: Don't report an error if devices don't support AERFrans Pop1-11/+2
2009-09-30ixgbe: Remove ATR computation for UDP trafficPeter P Waskiewicz Jr1-7/+0
2009-09-30ixgbe patch to provide NIC's tx/rx counters via ethtoolBen Greear1-2/+5
2009-09-30ixgbe: Bump driver version numberPeter P Waskiewicz Jr1-1/+1
2009-09-30ixgbe: Fix disabling of relaxed ordering with Tx DCAPeter P Waskiewicz Jr1-3/+20
2009-09-21ixgbe: move rx queue RSC configuration to a separate functionNelson, Shannon1-31/+47
2009-09-21ixgbe: Allow tx itr specific settingsNelson, Shannon1-13/+18
2009-09-21ixgbe: fix sfp_timer clean up in ixgbe_downDon Skidmore1-0/+2
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