summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)Author
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-03ixgbe: Fix typo in ixgbe_common.hMasanari Iida
2012-02-03ixgbe: make ethtool strings table constStephen Hemminger
2012-02-03ixgbe: Add warning when no space left for more MAC filtersGreg Rose
2012-02-03ixgbe: update copyright to 2012Don Skidmore
2012-02-01ixgbe: Add module parameter to allow untested and unsafe SFP+ modulesPeter P Waskiewicz Jr
2012-01-19ixgbe: Fix register defines to correctly handle complex expressionsAlexander Duyck
2012-01-05ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() callNeerav Parikh
2012-01-02ixgbe: add support for new 82599 device.Don Skidmore
2012-01-02ixgbe: add support for new 82599 device idEmil Tantilov
2012-01-02ixgbe: add write flush in ixgbe_clock_out_i2c_byte()Emil Tantilov
2012-01-02ixgbe: fix typo'sStephen Hemminger
2012-01-02ixgbe: fix incorrect PHY register readsEmil Tantilov
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko
2011-12-05ixgbe: Remove function prototype for non-existent functionGreg Rose
2011-12-05ixgbe: DCB: IEEE transitions may fail to reprogram hardware.John Fastabend
2011-12-05ixgbe: DCBnl set_all, order of operations fixJohn Fastabend
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet
2011-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-16intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALENJoe Perches
2011-11-16ixgbe: fix LED blink logic to check for linkEmil Tantilov
2011-11-14Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones
2011-11-07ixgbe: Fix compile for kernel without CONFIG_PCI_IOV definedRose, Gregory V
2011-11-02ixgbe: DCB, return max for IEEE traffic classesJohn Fastabend
2011-11-02ixgbe: fix reading of the buffer returned by the firmwareEmil Tantilov
2011-11-02ixgbe: Fix compiler warningsGreg Rose
2011-11-02ixgbe: fix smatch splat due to missing NULL checkJohn Fastabend
2011-11-02ixgbe: fix disabling of Tx laser at probeEmil Tantilov
2011-11-02ixgbe: Fix link issues caused by a reset while interface is downEmil Tantilov
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-17ixgbe: change the eeprom version reported by ethtoolEmil Tantilov
2011-10-17ixgbe: allow eeprom writes via ethtoolEmil Tantilov
2011-10-17ixgbe: fix endianess when writing driver version to firmwareEmil Tantilov
2011-10-16ixgbe: Add new netdev op to turn spoof checking on or off per VFGreg Rose
2011-10-13ixgbe: fix skb truesize underestimationEric Dumazet
2011-10-12ixgbe: Correct check for change in FCoE priorityMark Rustad
2011-10-12ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.Amir Hanania
2011-10-12ixgbe: Add protection from VF invalid target DMAGreg Rose
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones
2011-10-06ixgbe: bump version numberDon Skidmore
2011-10-06ixgbe: X540 devices RX PFC frames pause traffic even if disabledJohn Fastabend
2011-10-06ixgbe: DCB X540 devices support max traffic class of 4John Fastabend
2011-10-06ixgbe: fixup hard dependencies on supporting 8 traffic classesJohn Fastabend
2011-10-06ixgbe: Fix PFC mask generationMark Rustad
2011-10-05ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599Emil Tantilov
2011-10-05ixgbe: get pauseparam autonegMika Lansirinne
2011-10-05ixgbe: do not disable flow control in ixgbe_check_mac_linkEmil Tantilov