aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_dcb_nl.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: cleanup short msleep's (<20ms) to use usleep_rangeDon Skidmore2011-04-131-1/+1
* ixgbe: DCB, further cleanups to app configurationJohn Fastabend2011-04-131-83/+24
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* ixgbe: IEEE 802.1Qaz, implement priority assignment tableJohn Fastabend2011-03-121-2/+10
* ixgbe: DCB, missed translation from 8021Qaz TSA to CEE link strictJohn Fastabend2011-03-121-2/+22
* ixgbe: DCB: enable RSS to be used with DCBJohn Fastabend2011-03-121-2/+0
* ixgbe: DCB, use multiple Tx rings per traffic classJohn Fastabend2011-03-121-1/+6
* ixgbe: DCB remove ixgbe_fcoe_getapp routineJohn Fastabend2011-03-121-15/+13
* ixgbe: DCB, implement ieee_setapp dcbnl opsJohn Fastabend2011-03-121-0/+30
* ixgbe: DCB, implement capabilities flagsJohn Fastabend2011-03-121-36/+93
* ixgbe: cleanup copyright string for 2011Don Skidmore2011-03-031-1/+1
* ixgbe: DCB, use hardware independent routinesJohn Fastabend2011-02-111-5/+1
* ixgbe: DCB, remove RESET bit it is no longer neededJohn Fastabend2011-02-111-25/+12
* ixgbe: DCB, do not reset on CEE pg changesJohn Fastabend2011-02-111-13/+35
* ixgbe: DCB, implement 802.1Qaz routinesJohn Fastabend2011-02-111-0/+91
* ixgbe: DCB, abstract out dcb_config from DCB hardware configurationJohn Fastabend2011-02-111-4/+5
* ixgbe: DCB, only reprogram HW if the FCoE priority is changedJohn Fastabend2011-02-111-12/+26
* ixgbe: add support for x540 MACDon Skidmore2010-11-161-12/+43
* ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov2010-07-051-1/+1
* ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov2010-06-031-1/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-1/+0
* ixgbe: if ixgbe_copy_dcb_cfg is going to fail learn about it earlyJohn Fastabend2010-01-281-8/+6
* ixgbe: set the correct DCB bit for pg tx settingsJohn Fastabend2010-01-281-1/+1
* ixgbe: update copyright datesShannon Nelson2010-01-131-1/+1
* dcb: data center bridging ops should be r/oStephen Hemminger2009-10-071-1/+1
* ixgbe: Add support for multiple Tx queues for FCoE in 82599Yi Zou2009-09-031-6/+31
* ixgbe: Add support for dcbnl_rtnl_ops.setapp/getappYi Zou2009-09-011-0/+60
* ixgbe: Add support for the net_device_ops.ndo_fcoe_enable/disable to 82599Yi Zou2009-09-011-33/+0
* ixgbe: Add support for NETIF_F_FCOE_MTU to 82599 devicesYi Zou2009-08-141-0/+4
* ixgbe: updates vlan feature flags to enable FCoE offloads on vlan interfaceVasu Dev2009-08-141-0/+6
* ixgbe: Enable FCoE offload when DCB is enabled for 82599Yi Zou2009-07-231-0/+24
* ixgbe: Remove DPRINTK messages in DCB modeLucy Liu2009-07-161-4/+0
* ixgbe: clear mac address data block in DCB modeLucy Liu2009-07-161-0/+2
* ixgbe: Fix coexistence of FCoE and Flow Director in 82599Yi Zou2009-07-091-0/+6
* ixgbe: Don't reset the hardware when switching between LFC and PFCPeter P Waskiewicz Jr2009-05-171-17/+49
* ixgbe: Allow link flow control in DCB mode for 82599 adaptersPeter P Waskiewicz Jr2009-05-171-3/+29
* ixgbe: Add SAN MAC address to the RAR, return the address to DCBWaskiewicz Jr, Peter P2009-05-171-1/+6
* ixgbe: make q_vectors dynamic to reduce netdev sizeAlexander Duyck2009-05-061-14/+2
* ixgbe: Fix DCB netlink layer for 82599 to enable Priority Flow ControlPJ Waskiewicz2009-04-021-1/+5
* ixgbe: Allow Priority Flow Control settings to survive a device resetPJ Waskiewicz2009-03-261-0/+2
* ixgbe: fix select_queue managementStephen Hemminger2009-03-211-8/+0
* ixgbe: Add DCB for 82599, remove BCN supportPJ Waskiewicz2009-03-011-192/+1
* ixgbe: Update copyright dates, bump the driver version numberPeter P Waskiewicz Jr2009-02-011-1/+1
* ixgbe: Fix NAPI enable/disable path when using DCBPeter P Waskiewicz Jr2008-12-261-2/+2
* net: add DCNA attribute to the BCN interface for DCBDon Skidmore2008-12-211-0/+20
* net: fix DCB setstate to return success/failureDon Skidmore2008-12-211-23/+29
* DCB: Add support for DCB BCNAlexander Duyck2008-11-201-1/+175
* DCB: Add interface to query the state of PFC feature.Alexander Duyck2008-11-201-1/+15
* DCB: Add interface to query # of TCs supported by deviceAlexander Duyck2008-11-201-1/+32
* DCB: Add interface to query for the DCB capabilities of an device.Alexander Duyck2008-11-201-1/+41