summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2012-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+13
2012-06-27ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDPAlexander Duyck3-7/+13
2012-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+12
2012-06-22ixgbe: simplify padding and length checksStephen Hemminger1-7/+2
2012-06-20ixgbe: clean up ixgbe_get_settings ethtool functionJacob Keller1-85/+62
2012-06-20ixgbe: add support for 1G SX modulesJacob Keller3-5/+24
2012-06-20ixgbe: Fix memory leak in ixgbe when receiving traffic on DDP enabled ringsAlexander Duyck1-1/+1
2012-06-18ixgbe: Fix PHC loophole allowing misconfiguration of increment registerJacob Keller1-2/+11
2012-06-14ixgbe: Check PTP Rx timestamps via BPF filterJacob Keller3-14/+104
2012-06-14ixgbe: PTP Fix hwtstamp mode settingsJacob Keller1-15/+8
2012-06-14ixgbe: ptp code cleanupJacob Keller2-11/+10
2012-06-14ixgbe: do not compile ixgbe_sysfs.c when CONFIG_IXGBE_HWMON is not setEmil Tantilov2-4/+2
2012-06-14ixgbe: align flow control DV macros with datasheetJohn Fastabend1-15/+22
2012-06-06ixgbe: IXGBE_RXD_STAT_VP set even with Rx stripping enabledJohn Fastabend1-2/+5
2012-06-06ixgbe: fix_features rxvlan is independent of DCB and needs to be setJohn Fastabend1-10/+5
2012-05-10ixgbe: update version numberDon Skidmore1-2/+2
2012-05-10ixgbe: cleanup the hwmon function callsDon Skidmore3-32/+10
2012-05-10ixgbe: support software timestampingJacob Keller1-0/+2
2012-05-10ixgbe: add support for get_ts_infoJacob Keller1-0/+41
2012-05-10ixgbe: correct disable_rx_buff timeoutJacob Keller1-1/+1
2012-05-10ixgbe: Enable timesync clock-out feature for PPS support on X540Jacob E Keller4-1/+189
2012-05-10ixgbe: Hardware Timestamping + PTP Hardware Clock (PHC)Jacob Keller5-1/+850
2012-05-10ixgbe: Fix bogus error messageGreg Rose1-3/+3
2012-05-10ixgbe: Set Drop_EN bit when multiple Rx queues are present w/o flow controlAlexander Duyck3-1/+64
2012-05-10ixgbe: Clean up priority based flow controlAlexander Duyck6-204/+156
2012-05-10ixgbe: Exit on error case in VF message processingAlexander Duyck1-1/+6
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-34/+34
2012-05-05ixgbe: dcb: IEEE PFC stats and reset logic incorrectJohn Fastabend2-1/+12
2012-05-04igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init pathJohn Fastabend2-2/+4
2012-05-04ixgbe: Update link flow control to correctly handle multiple packet buffer DCBAlexander Duyck6-158/+102
2012-05-04ixgbe: Reorder link flow control functions in ixgbe_common.cAlexander Duyck1-290/+282
2012-05-04ixgbe: Use __free_pages instead of put_page to release pagesAlexander Duyck1-2/+3
2012-05-04ixgbe: Make ixgbe_fc_autoneg return void and always set current_modeAlexander Duyck4-31/+13
2012-05-04ixgbe: Reorder the ring to q_vector mapping to improve performanceAlexander Duyck1-15/+20
2012-05-04ixgbe: Track instances of buffer available but no DMA resources presentAlexander Duyck1-3/+3
2012-05-03ixgbe: dcb: BIT_APP_UPCHG not set by ixgbe_copy_dcb_cfg()John Fastabend3-28/+22
2012-05-03ixgbe: fix race condition with shutdownDon Skidmore1-0/+2
2012-05-03ixgbe: Fix use after free on module removeAlexander Duyck1-1/+3
2012-05-02ixgbe: Reset max_vfs to zero when user request is out of rangeGreg Rose1-3/+4
2012-05-02ixgbe: Deny MACVLAN requests from VFs with admin set MACGreg Rose1-0/+6
2012-05-02ixgbe: add hwmon interface to export thermal dataDon Skidmore8-7/+314
2012-05-02ixgbe: add support functions to access thermal dataDon Skidmore3-0/+224
2012-05-01ixgbe: fix calling skb_put on nonlinear skb assertion bugYi Zou1-0/+1
2012-05-01ixgbe: Fix a memory leak in IEEE DCBAlexander Duyck1-4/+5
2012-04-27ixgbe: check for WoL support in single functionJacob Keller3-79/+62
2012-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+12
2012-04-18ixgbe: Identify FCoE rings earlier to resolve memory corruption w/ FCoEAlexander Duyck2-8/+10
2012-04-18ixgbe: add missing rtnl_lock in PM resume pathBenjamin Poirier1-0/+2
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2012-04-15ixgbe: UTA table incorrectly programmedGreg Rose1-29/+0