summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: move rx queue RSC configuration to a separate functionNelson, Shannon2009-09-211-31/+47
* ixgbe: Allow tx itr specific settingsNelson, Shannon2009-09-211-13/+18
* ixgbe: fix sfp_timer clean up in ixgbe_downDon Skidmore2009-09-211-0/+2
* ixgbe: Add support for 82599-based CX4 adaptersPeter P Waskiewicz Jr2009-09-151-0/+2
* ixgbe: Properly disable packet split per-ring when globally disabledPeter P Waskiewicz Jr2009-09-151-0/+2
* ixgbe: Distribute transmission of FCoE traffic in 82599Yi Zou2009-09-041-2/+8
* ixgbe: Add support for multiple Tx queues for FCoE in 82599Yi Zou2009-09-041-9/+34
* ixgbe: refactor link setup codeMallikarjuna R Chilakala2009-09-021-9/+8
* ixgbe: Add support for dcbnl_rtnl_ops.setapp/getappYi Zou2009-09-011-0/+2
* ixgbe: Add support for the net_device_ops.ndo_fcoe_enable/disable to 82599Yi Zou2009-09-011-0/+2
* intel: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* igb/ixgbe: add IPV6_CSUM support to vlan_featuresAlexander Duyck2009-08-271-0/+1
* ixgbe: cleanup functions that should have been defined staticDon Skidmore2009-08-271-1/+1
* ixgbe: Add support for NETIF_F_FCOE_MTU to 82599 devicesYi Zou2009-08-151-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-151-2/+2
|\
| * ixgbe: Fix receive on real device when VLANs are configuredLucy Liu2009-08-141-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-131-55/+31
|\|
| * ixgbe: Disable packet split only on FCoE queues in 82599Yi Zou2009-08-101-16/+17
| * ixgbe: Pass rx_ring directly in ixgbe_configure_srrctl()Yi Zou2009-08-101-40/+15
* | ixgbe: allow vlan egress priority mapping in DCB modeLucy Liu2009-08-051-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-311-11/+31
|\|
| * ixgbe: Fix usage of second flags bitmap when using LRO/RSCPeter P Waskiewicz Jr2009-07-311-6/+6
| * ixgbe: Fix netpoll to be properly multiqueue awarePeter P Waskiewicz Jr2009-07-311-3/+10
| * ixgbe: fix for 82599 errata marking UDP checksum errorsDon Skidmore2009-07-271-2/+15
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-241-17/+18
|\|
| * ixgbe: remove unnecessary call to device_init_wakeupAndy Gospodarek2009-07-231-1/+0
| * ixgbe: Don't priority tag control frames in DCB modeLucy Liu2009-07-231-6/+12
| * ixgbe: Enable FCoE offload when DCB is enabled for 82599Yi Zou2009-07-231-10/+6
* | ixgbe: Bump version numberPeter P Waskiewicz Jr2009-07-171-1/+1
* | ixgbe: Add device support for a new copper 82598 devicePeter P Waskiewicz Jr2009-07-171-0/+2
* | ixgbe: Make sure boolean assignments from bitwise operations done correctlyPeter P Waskiewicz Jr2009-07-171-4/+4
|/
* ixgbe: Fix coexistence of FCoE and Flow Director in 82599Yi Zou2009-07-101-8/+11
* ixgbe: fix inconsistent SFP/SFP+ failure results.Don Skidmore2009-07-041-5/+5
* ixgbe: fix regression on some 82598 adaptersDon Skidmore2009-07-041-10/+14
* ixgbe: fix issues with failing to detect insert of unsupported moduleDon Skidmore2009-07-041-2/+6
* ixgbe: fix unmap length bugJesse Brandeburg2009-07-011-6/+11
* ixgbe: Fix link capabilities during adapter resetsMallikarjuna R Chilakala2009-07-011-1/+2
* ixgbe: Fix SFP log messagesDon Skidmore2009-07-011-8/+17
* net: group address list and its countJiri Pirko2009-06-181-3/+3
* ixgbe: Include offloaded FCoE data into total rx/tx statistics for 82599Yi Zou2009-06-091-4/+36
* net: skb_shared_info optimizationEric Dumazet2009-06-081-2/+2
* ixgbe: Increase the driver version numberPeter P Waskiewicz Jr2009-06-071-1/+1
* ixgbe: Add FW detection and warning for 82599 SFP+ adaptersPeter P Waskiewicz Jr2009-06-071-1/+19
* ixgbe: Enable Flow Director hashing in 82599Peter P Waskiewicz Jr2009-06-071-1/+214
* ixgbe: Add a second feature flags variable, move HW RSC capability therePeter P Waskiewicz Jr2009-06-071-6/+6
* ixgbe: move tx processing into NAPI contextAlexander Duyck2009-06-071-34/+107
* ixgbe: move v_idx into q_vector and use as index onlyAlexander Duyck2009-06-071-116/+111
* ixgbe: use rx_buffer_info->dma instead of nr_frags to determine skb unmapAlexander Duyck2009-06-071-1/+1
* ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala2009-06-071-3/+3
* ixgbe: Add ethtool offline test supportPeter P Waskiewicz Jr2009-06-071-3/+10