Age | Commit message (Expand) | Author | Files | Lines |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -2/+2 |
2011-03-12 | ixgbe: IEEE 802.1Qaz, implement priority assignment table | John Fastabend | 1 | -2/+10 |
2011-03-12 | ixgbe: DCB, missed translation from 8021Qaz TSA to CEE link strict | John Fastabend | 1 | -2/+22 |
2011-03-12 | ixgbe: DCB: enable RSS to be used with DCB | John Fastabend | 1 | -2/+0 |
2011-03-12 | ixgbe: DCB, use multiple Tx rings per traffic class | John Fastabend | 1 | -1/+6 |
2011-03-12 | ixgbe: DCB remove ixgbe_fcoe_getapp routine | John Fastabend | 1 | -15/+13 |
2011-03-12 | ixgbe: DCB, implement ieee_setapp dcbnl ops | John Fastabend | 1 | -0/+30 |
2011-03-12 | ixgbe: DCB, implement capabilities flags | John Fastabend | 1 | -36/+93 |
2011-03-03 | ixgbe: cleanup copyright string for 2011 | Don Skidmore | 1 | -1/+1 |
2011-02-11 | ixgbe: DCB, use hardware independent routines | John Fastabend | 1 | -5/+1 |
2011-02-11 | ixgbe: DCB, remove RESET bit it is no longer needed | John Fastabend | 1 | -25/+12 |
2011-02-11 | ixgbe: DCB, do not reset on CEE pg changes | John Fastabend | 1 | -13/+35 |
2011-02-11 | ixgbe: DCB, implement 802.1Qaz routines | John Fastabend | 1 | -0/+91 |
2011-02-11 | ixgbe: DCB, abstract out dcb_config from DCB hardware configuration | John Fastabend | 1 | -4/+5 |
2011-02-11 | ixgbe: DCB, only reprogram HW if the FCoE priority is changed | John Fastabend | 1 | -12/+26 |
2010-11-16 | ixgbe: add support for x540 MAC | Don Skidmore | 1 | -12/+43 |
2010-07-05 | ixgbe: use netif_<level> instead of netdev_<level> | Emil Tantilov | 1 | -1/+1 |
2010-06-03 | ixgbe: Use netdev_<level>, dev_<level>, pr_<level> | Emil Tantilov | 1 | -1/+1 |
2010-05-14 | drivers/net: Remove unnecessary returns from void function()s | Joe Perches | 1 | -1/+0 |
2010-01-28 | ixgbe: if ixgbe_copy_dcb_cfg is going to fail learn about it early | John Fastabend | 1 | -8/+6 |
2010-01-28 | ixgbe: set the correct DCB bit for pg tx settings | John Fastabend | 1 | -1/+1 |
2010-01-13 | ixgbe: update copyright dates | Shannon Nelson | 1 | -1/+1 |
2009-10-07 | dcb: data center bridging ops should be r/o | Stephen Hemminger | 1 | -1/+1 |
2009-09-03 | ixgbe: Add support for multiple Tx queues for FCoE in 82599 | Yi Zou | 1 | -6/+31 |
2009-09-01 | ixgbe: Add support for dcbnl_rtnl_ops.setapp/getapp | Yi Zou | 1 | -0/+60 |
2009-09-01 | ixgbe: Add support for the net_device_ops.ndo_fcoe_enable/disable to 82599 | Yi Zou | 1 | -33/+0 |
2009-08-14 | ixgbe: Add support for NETIF_F_FCOE_MTU to 82599 devices | Yi Zou | 1 | -0/+4 |
2009-08-14 | ixgbe: updates vlan feature flags to enable FCoE offloads on vlan interface | Vasu Dev | 1 | -0/+6 |
2009-07-23 | ixgbe: Enable FCoE offload when DCB is enabled for 82599 | Yi Zou | 1 | -0/+24 |
2009-07-16 | ixgbe: Remove DPRINTK messages in DCB mode | Lucy Liu | 1 | -4/+0 |
2009-07-16 | ixgbe: clear mac address data block in DCB mode | Lucy Liu | 1 | -0/+2 |
2009-07-09 | ixgbe: Fix coexistence of FCoE and Flow Director in 82599 | Yi Zou | 1 | -0/+6 |
2009-05-17 | ixgbe: Don't reset the hardware when switching between LFC and PFC | Peter P Waskiewicz Jr | 1 | -17/+49 |
2009-05-17 | ixgbe: Allow link flow control in DCB mode for 82599 adapters | Peter P Waskiewicz Jr | 1 | -3/+29 |
2009-05-17 | ixgbe: Add SAN MAC address to the RAR, return the address to DCB | Waskiewicz Jr, Peter P | 1 | -1/+6 |
2009-05-06 | ixgbe: make q_vectors dynamic to reduce netdev size | Alexander Duyck | 1 | -14/+2 |
2009-04-02 | ixgbe: Fix DCB netlink layer for 82599 to enable Priority Flow Control | PJ Waskiewicz | 1 | -1/+5 |
2009-03-26 | ixgbe: Allow Priority Flow Control settings to survive a device reset | PJ Waskiewicz | 1 | -0/+2 |
2009-03-21 | ixgbe: fix select_queue management | Stephen Hemminger | 1 | -8/+0 |
2009-03-01 | ixgbe: Add DCB for 82599, remove BCN support | PJ Waskiewicz | 1 | -192/+1 |
2009-02-01 | ixgbe: Update copyright dates, bump the driver version number | Peter P Waskiewicz Jr | 1 | -1/+1 |
2008-12-26 | ixgbe: Fix NAPI enable/disable path when using DCB | Peter P Waskiewicz Jr | 1 | -2/+2 |
2008-12-21 | net: add DCNA attribute to the BCN interface for DCB | Don Skidmore | 1 | -0/+20 |
2008-12-21 | net: fix DCB setstate to return success/failure | Don Skidmore | 1 | -23/+29 |
2008-11-20 | DCB: Add support for DCB BCN | Alexander Duyck | 1 | -1/+175 |
2008-11-20 | DCB: Add interface to query the state of PFC feature. | Alexander Duyck | 1 | -1/+15 |
2008-11-20 | DCB: Add interface to query # of TCs supported by device | Alexander Duyck | 1 | -1/+32 |
2008-11-20 | DCB: Add interface to query for the DCB capabilities of an device. | Alexander Duyck | 1 | -1/+41 |
2008-11-20 | ixgbe: this patch adds support for DCB to the kernel and ixgbe driver | Alexander Duyck | 1 | -0/+356 |