summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)Author
2015-12-29ixgbe: Fix bugs in ixgbe_clear_vf_vlans()Alexander Duyck
2015-12-29ixgbe: Correct X550EM_x revision checkMark Rustad
2015-12-29ixgbe: fix RSS limit for X550Emil Tantilov
2015-12-29ixgbe: Clean up redundancy in hw_enc_featuresMark Rustad
2015-12-29ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth
2015-12-29ixgbe: add support for QSFP PHY types in ixgbe_get_settings()Emil Tantilov
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert
2015-12-12ixgbe: do not report 2.5 Gbps as supportedEmil Tantilov
2015-12-12ixgbe: Clean stale VLANs when changing port VLAN or resettingAlexander Duyck
2015-12-12ixgbe: Clear stale pool mappingsAlexander Duyck
2015-12-12ixgbe: Fix VLAN promisc in relation to SR-IOVAlexander Duyck
2015-12-12ixgbe: Add support for VLAN promiscuous with SR-IOVAlexander Duyck
2015-12-12ixgbe: Reorder search to work from the top down instead of bottom upAlexander Duyck
2015-12-12ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVFAlexander Duyck
2015-12-12ixgbe: Simplify configuration of setting VLVF and VLVFBAlexander Duyck
2015-12-12ixgbe: Reduce VT code indent in set_vfta by introducing jump labelAlexander Duyck
2015-12-12ixgbe: Simplify definitions for regidx and bit in set_vftaAlexander Duyck
2015-12-12ixgbe: Fix SR-IOV VLAN pool configurationAlexander Duyck
2015-12-12ixgbe: Return error on failure to allocate mac_tableAlexander Duyck
2015-12-03ixgbe: Reset interface after enabling SR-IOVAlexander Duyck
2015-12-03ixgbe: Always turn PHY power on when requestedMark Rustad
2015-12-03ixgbe: Handle extended IPv6 headers in Tx pathMark Rustad
2015-12-03ixgbe: Save VF info and take referencesMark Rustad
2015-12-03ixgbe: Wait for master disable to be setMark Rustad
2015-12-03ixgbe: Correct spec violations by waiting after resetMark Rustad
2015-12-03ixgbe: Update PTP to support X550EM_x devicesMark Rustad
2015-12-03ixgbe: Allow FDB entries access to more RAR filtersAlexander Duyck
2015-12-03ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addressesAlexander Duyck
2015-12-03ixgbe: Refactor MAC address configuration codeAlexander Duyck
2015-12-03ixgbe: Use private workqueue to avoid certain possible hangsMark Rustad
2015-12-03ixgbe: Add support for newer thermal alarmMark Rustad
2015-12-03ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550emMark Rustad
2015-11-23ixgbe: Remove CS4227 diagnostic codeMark Rustad
2015-11-23ixgbe/ixgbevf: use napi_schedule_irqoff()Alexander Duyck
2015-11-23ixgbe: Add KR mode support for CS4227 chipMark Rustad
2015-11-23ixgbe: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck
2015-11-23ixgbe: fix multiple kernel-doc errorsJean Sacren
2015-11-23ixgbe: Delete redundant include fileMark Rustad
2015-11-23ixgbe: drop null test before destroy functionsJulia Lawall
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet
2015-10-23ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto
2015-10-23ixgbe: Add new ndo to trust VFHiroshi Shimamoto
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-10-15ixgbe: Check for setup_internal_link methodMark Rustad
2015-10-15ixgbe: Fix CS4227-related semaphore error on reset failureMark Rustad
2015-10-15ixgbe: disable LRO by defaultEmil Tantilov