summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2012-01-26e1000e: Need to include vmalloc.hDavid S. Miller
2012-01-26e1000e: 82574/82583 Tx hang workaroundBruce Allan
2012-01-26e1000e: use hardware default values for Transmit Control registerBruce Allan
2012-01-26e1000e: use default settings for Tx Inter Packet Gap timerBruce Allan
2012-01-26e1000e: 82579: workaround for link drop issueBruce Allan
2012-01-26e1000e: always set transmit descriptor control registers the sameBruce Allan
2012-01-26e1000e: default IntMode based on kernel config & available hardware supportBruce Allan
2012-01-26e1000e: re-factor ethtool get/set ring parameterBruce Allan
2012-01-26e1000e: pass pointer to ring struct instead of adapter structBruce Allan
2012-01-26e1000e: convert head, tail and itr_register offsets to __iomem pointersBruce Allan
2012-01-26e1000e: re-enable alternate MAC address for all devices which support itBruce Allan
2012-01-26e1000e: add Receive Packet Steering (RPS) supportBruce Allan
2012-01-26e1000e: cleanup Rx checksum offload codeBruce Allan
2012-01-19ixgbevf: make operations tables constStephen Hemminger
2012-01-19ixgbevf: fix sparse warningsStephen Hemminger
2012-01-19ixgbevf: make ethtool ops and strings constStephen Hemminger
2012-01-19ixgbevf: Prevent possible race condition by checking for messageGreg Rose
2012-01-19ixgbe: Fix register defines to correctly handle complex expressionsAlexander Duyck
2012-01-19igbvf: Remove unnecessary irq disable/enableMitch A Williams
2012-01-19igbvf: remove unneeded castStephen Hemminger
2012-01-19igb: Update Copyright on all Intel copyrighted files.Carolyn Wyborny
2012-01-19igb: make local functions staticStephen Hemminger
2012-01-05ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() callNeerav Parikh
2012-01-05igb: reset PHY after recovering from PHY power downKoki Sanagi
2012-01-05igb: add basic runtime PM supportYan, Zheng
2012-01-05igb: Add support for byte queue limits.Eric Dumazet
2012-01-05e1000: cleanup CE4100 MDIO registers accessFlorian Fainelli
2012-01-05e1000: unmap ce4100_gbe_mdio_base_virt in e1000_removeFlorian Fainelli
2012-01-05e1000: fix lockdep splat in shutdown handlerJesse Brandeburg
2012-01-03ixgbe: add support for new 82599 device.Don Skidmore
2012-01-03ixgbe: add support for new 82599 device idEmil Tantilov
2012-01-03ixgbe: add write flush in ixgbe_clock_out_i2c_byte()Emil Tantilov
2012-01-03ixgbe: fix typo'sStephen Hemminger
2012-01-03ixgbe: fix incorrect PHY register readsEmil Tantilov
2012-01-03igb: Add flow control advertising to ethtool setting.Carolyn Wyborny
2012-01-03ixgbevf: Fix register defines to correctly handle complex expressionsAlexander Duyck
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-09net: 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-12-05igb: Update DMA Coalescing threshold calculation.Matthew Vick
2011-12-05e1000e: hitting BUG_ON() from napi_enableBruce Allan
2011-12-05e1000e: Avoid wrong check on TX hangJeff Kirsher
2011-11-29e1000e: Support for byte queue limitsTom Herbert
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones
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-16net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routinesRick Jones