aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-09ixgbe: ethtool: stats user buffer overrunJohn Fastabend1-37/+51
2012-02-09ixgbe: dcb: up2tc mapping lost on disable/enable CEE DCB stateJohn Fastabend1-2/+9
2012-02-09ixgbe: do not update real num queues when netdev is going awayYi Zou1-0/+4
2012-02-09ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page sizeAlexander Duyck1-6/+6
2012-02-09ixgbe: Fix case of Tx Hang in PF with 32 VFsGreg Rose1-1/+1
2012-02-09ixgbe: fix vf lookupGreg Rose1-1/+2
2012-02-03ixgbe: Fix typo in ixgbe_common.hMasanari Iida1-1/+1
2012-02-03ixgbe: make ethtool strings table constStephen Hemminger1-1/+1
2012-02-03ixgbe: Add warning when no space left for more MAC filtersGreg Rose1-0/+3
2012-02-03ixgbe: update copyright to 2012Don Skidmore25-26/+26
2012-01-19ixgbe: Fix register defines to correctly handle complex expressionsAlexander Duyck1-16/+16
2012-01-05ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() callNeerav Parikh3-1/+90
2012-01-02ixgbe: add support for new 82599 device.Don Skidmore3-5/+22
2012-01-02ixgbe: add support for new 82599 device idEmil Tantilov3-0/+3
2012-01-02ixgbe: add write flush in ixgbe_clock_out_i2c_byte()Emil Tantilov1-0/+1
2012-01-02ixgbe: fix typo'sStephen Hemminger1-7/+7
2012-01-02ixgbe: fix incorrect PHY register readsEmil Tantilov1-4/+4
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell3-8/+8
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-2/+6
2011-12-05ixgbe: Remove function prototype for non-existent functionGreg Rose1-1/+0
2011-12-05ixgbe: DCB: IEEE transitions may fail to reprogram hardware.John Fastabend1-11/+10
2011-12-05ixgbe: DCBnl set_all, order of operations fixJohn Fastabend1-48/+29
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet1-1/+1
2011-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller3-13/+15
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-2/+4
2011-11-16intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALENJoe Perches2-6/+4
2011-11-16ixgbe: fix LED blink logic to check for linkEmil Tantilov1-7/+11
2011-11-14Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones1-10/+6
2011-11-07ixgbe: Fix compile for kernel without CONFIG_PCI_IOV definedRose, Gregory V2-2/+4
2011-11-02ixgbe: DCB, return max for IEEE traffic classesJohn Fastabend1-4/+6
2011-11-02ixgbe: fix reading of the buffer returned by the firmwareEmil Tantilov1-9/+11
2011-11-02ixgbe: Fix compiler warningsGreg Rose1-0/+2
2011-11-02ixgbe: fix smatch splat due to missing NULL checkJohn Fastabend1-21/+12
2011-11-02ixgbe: fix disabling of Tx laser at probeEmil Tantilov1-7/+7
2011-11-02ixgbe: Fix link issues caused by a reset while interface is downEmil Tantilov1-1/+0
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds25-0/+28914
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-17ixgbe: change the eeprom version reported by ethtoolEmil Tantilov3-10/+13
2011-10-17ixgbe: allow eeprom writes via ethtoolEmil Tantilov2-0/+73
2011-10-17ixgbe: fix endianess when writing driver version to firmwareEmil Tantilov1-8/+8
2011-10-16ixgbe: Add new netdev op to turn spoof checking on or off per VFGreg Rose4-10/+52
2011-10-13ixgbe: fix skb truesize underestimationEric Dumazet1-1/+1
2011-10-12ixgbe: Correct check for change in FCoE priorityMark Rustad1-2/+10
2011-10-12ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.Amir Hanania5-11/+56
2011-10-12ixgbe: Add protection from VF invalid target DMAGreg Rose2-1/+175
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-4/+0
2011-10-06ixgbe: bump version numberDon Skidmore1-2/+2
2011-10-06ixgbe: X540 devices RX PFC frames pause traffic even if disabledJohn Fastabend2-2/+12
2011-10-06ixgbe: DCB X540 devices support max traffic class of 4John Fastabend2-3/+19
2011-10-06ixgbe: fixup hard dependencies on supporting 8 traffic classesJohn Fastabend6-34/+101