aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)Author
2013-04-25ixgbe: fix EICR write in ixgbe_msix_otherJacob Keller
2013-04-24ixgbe: add WOL support for new subdevice IDEmil Tantilov
2013-04-24ixgbe: rename wol_supported to more fitting wol_enabledJacob Keller
2013-04-24ixgbe: add driver support for x520 OCP adapter.Don Skidmore
2013-04-24ixgbe: fix possible divide by zero in ixgbe_update_itrDon Skidmore
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-18ixgbe: Remove unnecessary #ifdef CONFIG_DEBUG_FS testsJoe Perches
2013-04-18ixgbe: Add support for WoL on 82599 SFP+ LOMJacob Keller
2013-04-18ixgbe: in shutdown, do netif_running() under rtnl_lockakepner
2013-04-17ixgbe: bump version numberDon Skidmore
2013-04-17ixgbe: Fix 1G link WoLDon Skidmore
2013-04-17ixgbe: fix MNG FW support when adapter not upDon Skidmore
2013-04-17ixgbe: enable devices with internal switch to read pci parentJacob Keller
2013-04-17ixgbe: Enable support for recognizing PCI-e Gen3 link speedJacob Keller
2013-04-17ixgbe: Drop check for PAGE_SIZE from ixgbe_xmit_frame_ringAlexander Duyck
2013-04-17ixgbe: Mask off check of frag_off as we only want fragment offsetAlexander Duyck
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-05ixgbe: fix registration order of driver and DCA nofiticationJakub Kicinski
2013-03-07ixgbe: Make use of the default fdb handlers.Vlad Yasevich
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-15ixgbe: fix Tx timeouts with BQLEmil Tantilov
2013-02-15ixgbe: implement SFF diagnostic monitoring via ethtoolAurélien Guillaume
2013-02-15ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabledAlexander Duyck
2013-02-15ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queueAlexander Duyck
2013-02-15ixgbe: Add function for setting XPS queue mappingAlexander Duyck
2013-02-15ixgbe: Define FCoE and Flow director limits much sooner to allow for changesAlexander Duyck
2013-02-15ixgbe: refactor initialization of feature flagsEmil Tantilov
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich
2013-02-13bridge: Dump vlan information from a bridge portVlad Yasevich
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-12ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6Alexander Duyck
2013-02-10ixgbe: fix gso typeMichael S. Tsirkin
2013-02-05ixgbe: Fix SR-IOV MTU warningAlexander Duyck
2013-02-05ixgbe: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck
2013-02-05ixgbe: update date to 2013Don Skidmore
2013-01-31ixgbe: autoneg variable refactoringJosh Hay
2013-01-31ixgbe: rename autoneg variablesJosh Hay
2013-01-31ixgbe: Fix device ref count bugGreg Rose
2013-01-23ixgbe: Limit number of reported VFs to device specific valueDonald Dutile
2013-01-23ixgbe: Implement PCI SR-IOV sysfs callback operationGreg Rose
2013-01-23ixgbe: Make mailbox ops initialization unconditionalGreg Rose
2013-01-23ixgbe: add warning when scheduling resetJacob Keller
2013-01-23ixgbe: Add ptp work item to poll for the Tx timestampJacob Keller
2013-01-23ixgbe: Use watchdog check in favor of BPF for detecting latched timestampJacob Keller
2013-01-19ixgbe: Improve performance and reduce size of ixgbe_tx_mapAlexander Duyck
2013-01-19ixgbe: Update ixgbe Tx flags to improve code efficiencyAlexander Duyck
2013-01-19ixgbe: Always use context 0, even for FCoE and TSOAlexander Duyck
2013-01-19ixgbe: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck