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