summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_dcb_nl.c
AgeCommit message (Expand)AuthorLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher-816/+0
2011-06-25ixgbe: implement DCB ops dcb_ieee_del()John Fastabend-6/+42
2011-06-25ixgbe: remove unused fcoe.tc field and fcoe_setapp()John Fastabend-1/+1
2011-06-25ixgbe: complete FCoE initialization from setapp() routineJohn Fastabend-13/+25
2011-06-23ixgbe: fix flags relating to perfect filters to support coexistenceAlexander Duyck-7/+6
2011-06-21ixgbe: DCB and perfect filters can coexistJohn Fastabend-1/+0
2011-06-21ixgbe: configure minimal packet buffers to support TCJohn Fastabend-14/+2
2011-06-21ixgbe: dcbnl reduce duplicated code and indentationJohn Fastabend-26/+23
2011-04-13ixgbe: cleanup short msleep's (<20ms) to use usleep_rangeDon Skidmore-1/+1
2011-04-13ixgbe: DCB, further cleanups to app configurationJohn Fastabend-83/+24
2011-03-31Fix common misspellingsLucas De Marchi-2/+2
2011-03-12ixgbe: IEEE 802.1Qaz, implement priority assignment tableJohn Fastabend-2/+10
2011-03-12ixgbe: DCB, missed translation from 8021Qaz TSA to CEE link strictJohn Fastabend-2/+22
2011-03-12ixgbe: DCB: enable RSS to be used with DCBJohn Fastabend-2/+0
2011-03-12ixgbe: DCB, use multiple Tx rings per traffic classJohn Fastabend-1/+6
2011-03-12ixgbe: DCB remove ixgbe_fcoe_getapp routineJohn Fastabend-15/+13
2011-03-12ixgbe: DCB, implement ieee_setapp dcbnl opsJohn Fastabend-0/+30
2011-03-12ixgbe: DCB, implement capabilities flagsJohn Fastabend-36/+93
2011-03-03ixgbe: cleanup copyright string for 2011Don Skidmore-1/+1
2011-02-11ixgbe: DCB, use hardware independent routinesJohn Fastabend-5/+1
2011-02-11ixgbe: DCB, remove RESET bit it is no longer neededJohn Fastabend-25/+12
2011-02-11ixgbe: DCB, do not reset on CEE pg changesJohn Fastabend-13/+35
2011-02-11ixgbe: DCB, implement 802.1Qaz routinesJohn Fastabend-0/+91
2011-02-11ixgbe: DCB, abstract out dcb_config from DCB hardware configurationJohn Fastabend-4/+5
2011-02-11ixgbe: DCB, only reprogram HW if the FCoE priority is changedJohn Fastabend-12/+26
2010-11-16ixgbe: add support for x540 MACDon Skidmore-12/+43
2010-07-05ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov-1/+1
2010-06-03ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov-1/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches-1/+0
2010-01-28ixgbe: if ixgbe_copy_dcb_cfg is going to fail learn about it earlyJohn Fastabend-8/+6
2010-01-28ixgbe: set the correct DCB bit for pg tx settingsJohn Fastabend-1/+1
2010-01-13ixgbe: update copyright datesShannon Nelson-1/+1
2009-10-07dcb: data center bridging ops should be r/oStephen Hemminger-1/+1
2009-09-03ixgbe: Add support for multiple Tx queues for FCoE in 82599Yi Zou-6/+31
2009-09-01ixgbe: Add support for dcbnl_rtnl_ops.setapp/getappYi Zou-0/+60
2009-09-01ixgbe: Add support for the net_device_ops.ndo_fcoe_enable/disable to 82599Yi Zou-33/+0
2009-08-14ixgbe: Add support for NETIF_F_FCOE_MTU to 82599 devicesYi Zou-0/+4
2009-08-14ixgbe: updates vlan feature flags to enable FCoE offloads on vlan interfaceVasu Dev-0/+6
2009-07-23ixgbe: Enable FCoE offload when DCB is enabled for 82599Yi Zou-0/+24
2009-07-16ixgbe: Remove DPRINTK messages in DCB modeLucy Liu-4/+0
2009-07-16ixgbe: clear mac address data block in DCB modeLucy Liu-0/+2
2009-07-09ixgbe: Fix coexistence of FCoE and Flow Director in 82599Yi Zou-0/+6
2009-05-17ixgbe: Don't reset the hardware when switching between LFC and PFCPeter P Waskiewicz Jr-17/+49
2009-05-17ixgbe: Allow link flow control in DCB mode for 82599 adaptersPeter P Waskiewicz Jr-3/+29
2009-05-17ixgbe: Add SAN MAC address to the RAR, return the address to DCBWaskiewicz Jr, Peter P-1/+6
2009-05-06ixgbe: make q_vectors dynamic to reduce netdev sizeAlexander Duyck-14/+2
2009-04-02ixgbe: Fix DCB netlink layer for 82599 to enable Priority Flow ControlPJ Waskiewicz-1/+5
2009-03-26ixgbe: Allow Priority Flow Control settings to survive a device resetPJ Waskiewicz-0/+2
2009-03-21ixgbe: fix select_queue managementStephen Hemminger-8/+0
2009-03-01ixgbe: Add DCB for 82599, remove BCN supportPJ Waskiewicz-192/+1