aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-08ixgbe: Make ATR recognize IPv6 extended headersMark Rustad1-10/+37
2016-01-08ixgbe: Fix MDD events generated when FCoE+SRIOV are enabledNeerav Parikh3-1/+8
2016-01-08ixgbe: Fix to get FDMI HBA attributes information with X550Usha Ketineni1-2/+5
2016-01-08ixgbe: Correct handling of any outer UDP checksum settingMark Rustad1-1/+1
2016-01-08ixgbe: do not call check_link for ethtool in ixgbe_get_settings()Emil Tantilov1-5/+2
2016-01-08ixgbe: fix broken PFC with X550Vasu Dev1-3/+3
2016-01-08ixgbe: use correct FCoE DDP max checkVasu Dev1-2/+2
2016-01-08ixgbe: Fill at least min credits to a TC credit refillsVasu Dev1-1/+6
2015-12-29ixgbe: Fix bugs in ixgbe_clear_vf_vlans()Alexander Duyck1-4/+4
2015-12-29ixgbe: Correct X550EM_x revision checkMark Rustad2-7/+4
2015-12-29ixgbe: fix RSS limit for X550Emil Tantilov1-1/+1
2015-12-29ixgbe: Clean up redundancy in hw_enc_featuresMark Rustad1-5/+2
2015-12-29ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth1-13/+42
2015-12-29ixgbe: add support for QSFP PHY types in ixgbe_get_settings()Emil Tantilov1-0/+4
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert1-2/+2
2015-12-12ixgbe: do not report 2.5 Gbps as supportedEmil Tantilov1-4/+0
2015-12-12ixgbe: Clean stale VLANs when changing port VLAN or resettingAlexander Duyck1-5/+72
2015-12-12ixgbe: Clear stale pool mappingsAlexander Duyck3-9/+18
2015-12-12ixgbe: Fix VLAN promisc in relation to SR-IOVAlexander Duyck3-73/+72
2015-12-12ixgbe: Add support for VLAN promiscuous with SR-IOVAlexander Duyck2-12/+129
2015-12-12ixgbe: Reorder search to work from the top down instead of bottom upAlexander Duyck1-23/+19
2015-12-12ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVFAlexander Duyck6-12/+38
2015-12-12ixgbe: Simplify configuration of setting VLVF and VLVFBAlexander Duyck1-54/+34
2015-12-12ixgbe: Reduce VT code indent in set_vfta by introducing jump labelAlexander Duyck1-72/+70
2015-12-12ixgbe: Simplify definitions for regidx and bit in set_vftaAlexander Duyck1-29/+19
2015-12-12ixgbe: Fix SR-IOV VLAN pool configurationAlexander Duyck1-2/+2
2015-12-12ixgbe: Return error on failure to allocate mac_tableAlexander Duyck1-0/+2
2015-12-03ixgbe: Reset interface after enabling SR-IOVAlexander Duyck1-0/+3
2015-12-03ixgbe: Always turn PHY power on when requestedMark Rustad2-2/+4
2015-12-03ixgbe: Handle extended IPv6 headers in Tx pathMark Rustad1-8/+15
2015-12-03ixgbe: Save VF info and take referencesMark Rustad3-23/+59
2015-12-03ixgbe: Wait for master disable to be setMark Rustad1-1/+13
2015-12-03ixgbe: Correct spec violations by waiting after resetMark Rustad4-5/+9
2015-12-03ixgbe: Update PTP to support X550EM_x devicesMark Rustad4-197/+578
2015-12-03ixgbe: Allow FDB entries access to more RAR filtersAlexander Duyck1-1/+4
2015-12-03ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addressesAlexander Duyck1-3/+25
2015-12-03ixgbe: Refactor MAC address configuration codeAlexander Duyck2-70/+100
2015-12-03ixgbe: Use private workqueue to avoid certain possible hangsMark Rustad1-1/+13
2015-12-03ixgbe: Add support for newer thermal alarmMark Rustad2-3/+23
2015-12-03ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550emMark Rustad1-13/+8
2015-11-23ixgbe: Remove CS4227 diagnostic codeMark Rustad1-80/+0
2015-11-23ixgbe/ixgbevf: use napi_schedule_irqoff()Alexander Duyck1-2/+2
2015-11-23ixgbe: Add KR mode support for CS4227 chipMark Rustad1-23/+62
2015-11-23ixgbe: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck1-1/+2
2015-11-23ixgbe: fix multiple kernel-doc errorsJean Sacren1-6/+3
2015-11-23ixgbe: Delete redundant include fileMark Rustad1-3/+0
2015-11-23ixgbe: drop null test before destroy functionsJulia Lawall1-2/+1
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-1/+0