summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-011-3/+3
* net: rename ll methods to busy-pollEliezer Tamir2013-07-101-2/+2
* ixgbe: add extra stats for ndo_ll_pollEliezer Tamir2013-06-101-0/+6
* ixgbe: add support for ndo_ll_pollEliezer Tamir2013-06-101-8/+55
* ixgbe: fix EICR write in ixgbe_msix_otherJacob Keller2013-04-251-0/+10
* ixgbe: add WOL support for new subdevice IDEmil Tantilov2013-04-241-0/+1
* ixgbe: rename wol_supported to more fitting wol_enabledJacob Keller2013-04-241-2/+2
* ixgbe: add driver support for x520 OCP adapter.Don Skidmore2013-04-241-0/+8
* ixgbe: fix possible divide by zero in ixgbe_update_itrDon Skidmore2013-04-241-0/+3
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-4/+6
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-6/+6
* ixgbe: Remove unnecessary #ifdef CONFIG_DEBUG_FS testsJoe Perches2013-04-181-10/+0
* ixgbe: Add support for WoL on 82599 SFP+ LOMJacob Keller2013-04-181-0/+1
* ixgbe: in shutdown, do netif_running() under rtnl_lockakepner2013-04-181-2/+2
* ixgbe: bump version numberDon Skidmore2013-04-171-1/+1
* ixgbe: Fix 1G link WoLDon Skidmore2013-04-171-1/+3
* ixgbe: fix MNG FW support when adapter not upDon Skidmore2013-04-171-0/+10
* ixgbe: enable devices with internal switch to read pci parentJacob Keller2013-04-171-0/+48
* ixgbe: Enable support for recognizing PCI-e Gen3 link speedJacob Keller2013-04-171-1/+2
* ixgbe: Drop check for PAGE_SIZE from ixgbe_xmit_frame_ringAlexander Duyck2013-04-171-6/+1
* ixgbe: Mask off check of frag_off as we only want fragment offsetAlexander Duyck2013-04-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-071-2/+9
|\
| * ixgbe: fix registration order of driver and DCA nofiticationJakub Kicinski2013-04-051-2/+9
* | ixgbe: Make use of the default fdb handlers.Vlad Yasevich2013-03-071-41/+1
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+4
* ixgbe: fix Tx timeouts with BQLEmil Tantilov2013-02-151-1/+7
* ixgbe: implement SFF diagnostic monitoring via ethtoolAurélien Guillaume2013-02-151-0/+4
* ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabledAlexander Duyck2013-02-151-12/+7
* ixgbe: Update ixgbe driver to use __netdev_pick_tx in ixgbe_select_queueAlexander Duyck2013-02-151-22/+26
* ixgbe: Add function for setting XPS queue mappingAlexander Duyck2013-02-151-0/+10
* ixgbe: Define FCoE and Flow director limits much sooner to allow for changesAlexander Duyck2013-02-151-21/+15
* ixgbe: refactor initialization of feature flagsEmil Tantilov2013-02-151-20/+38
* bridge: Add vlan support to static neighborsVlad Yasevich2013-02-131-1/+1
* bridge: Dump vlan information from a bridge portVlad Yasevich2013-02-131-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-121-0/+1
|\
| * ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6Alexander Duyck2013-02-121-6/+3
| * ixgbe: fix gso typeMichael S. Tsirkin2013-02-101-2/+6
* | ixgbe: Fix SR-IOV MTU warningAlexander Duyck2013-02-051-1/+1
* | ixgbe: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck2013-02-051-1/+1
* | ixgbe: update date to 2013Don Skidmore2013-02-051-2/+2
* | ixgbe: autoneg variable refactoringJosh Hay2013-01-311-2/+2
* | ixgbe: rename autoneg variablesJosh Hay2013-01-311-16/+16
* | ixgbe: Fix device ref count bugGreg Rose2013-01-311-0/+2
* | ixgbe: Limit number of reported VFs to device specific valueDonald Dutile2013-01-231-0/+1
* | ixgbe: Implement PCI SR-IOV sysfs callback operationGreg Rose2013-01-231-2/+29
* | ixgbe: Make mailbox ops initialization unconditionalGreg Rose2013-01-231-1/+8
* | ixgbe: add warning when scheduling resetJacob Keller2013-01-231-0/+2
* | ixgbe: Add ptp work item to poll for the Tx timestampJacob Keller2013-01-231-6/+10
* | ixgbe: Use watchdog check in favor of BPF for detecting latched timestampJacob Keller2013-01-231-1/+4
OpenPOWER on IntegriCloud