summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: add Linux NICS mailing list to contact infoJacob Keller2014-03-121-0/+1
* net: ixgbe calls skb_set_hashTom Herbert2014-03-121-1/+3
* ixgbe: implement SIOCGHWTSTAMP ioctlJacob Keller2014-03-021-1/+3
* ixgbe: Check config reads for removalMark Rustad2014-03-021-4/+54
* ixgbe: Restore hw_addr in LER recovery pathsMark Rustad2014-03-021-2/+4
* ixgbe: Add WoL support for a new deviceMark Rustad2014-02-261-0/+1
* ixgbe: modify behavior on receiving a HW ECC error.Don Skidmore2014-02-261-6/+12
* netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-171-3/+3
* ixgbe: bump version numberDon Skidmore2014-01-171-1/+1
* ixgbe: set driver_max_VFs should be done before enabling SRIOVethan.zhao2014-01-171-1/+1
* ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63ethan.zhao2014-01-171-2/+2
* ixgbe: reinit_locked() should be called with rtnl_lockJohn Fastabend2014-01-161-0/+2
* ixgbe: Additional adapter removal checksMark Rustad2014-01-141-0/+16
* ixgbe: Check register reads for adapter removalMark Rustad2014-01-141-4/+34
* ixgbe: Use static inlines instead of macrosMark Rustad2014-01-141-2/+2
* ixbge: Protect ixgbe_down with __IXGBE_DOWN bitMark Rustad2014-01-141-1/+3
* ixgbe: Indicate removal state explicitlyMark Rustad2014-01-141-4/+8
* net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-20/+13
* ixgbe: turn NETIF_F_HW_L2FW_DOFFLOAD off by defaultJohn Fastabend2013-11-301-3/+2
* ixgbe: ixgbe_fwd_ring_down needs to be staticJohn Fastabend2013-11-301-2/+2
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+4
|\
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+4
* | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-10/+5
|\ \
| * | DMA-API: net: intel/ixgbe: fix 32-bit DMA mask handlingRussell King2013-09-211-10/+5
* | | ixgbe: add warning when max_vfs is out of range.Jacob Keller2013-11-111-4/+13
* | | ixgbe: deleting dfwd stations out of order can cause null ptr derefJohn Fastabend2013-11-081-2/+6
* | | ixgbe: fix build err, num_rx_queues is only available with CONFIG_RPSJohn Fastabend2013-11-081-6/+10
* | | ixgbe: enable l2 forwarding acceleration for macvlansJohn Fastabend2013-11-071-77/+403
* | | ixgbe: fix inconsistent clearing of the multicast tableEmil Tantilov2013-11-011-8/+7
* | | ixgbe: remove unnecessary duplication of PCIe bandwidth displayJacob Keller2013-10-291-23/+13
* | | ixgbe: show <2% for encoding loss on PCIe Gen3Jacob Keller2013-10-291-2/+2
* | | ixgbe: fix qv_lock_napi call in ixgbe_napi_disable_allJacob Keller2013-10-291-4/+2
* | | ixgbe: use pcie_capability_read_word() to simplify codeYijing Wang2013-10-241-4/+2
* | | ixgbe: cleanup ixgbe_enumerate_functionsJacob Keller2013-10-241-8/+5
* | | ixgbe: remove marketing names from busy poll codeJacob Keller2013-10-011-2/+2
| |/ |/|
* | ixgbe: limit setting speed to only one at a time for QSFP modulesEmil Tantilov2013-09-131-1/+9
* | ixgbe: fully disable hardware RSC logic when disabling RSCJacob Keller2013-09-131-1/+8
|/
* ixgbe: include QSFP PHY types in ixgbe_is_sfp()Emil Tantilov2013-08-291-0/+4
* ixgbe: cleanup some log messagesDon Skidmore2013-08-291-4/+2
* ixgbe: disable link when adapter goes downJacob Keller2013-08-291-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-3/+3
|\
| * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-011-3/+3
* | ixgbe: add support for quad-port x520 adapterDon Skidmore2013-07-311-0/+3
* | ixgbe: fix lockdep annotation issue for ptp's work itemJacob Keller2013-07-311-4/+4
* | ixgbe: call pcie_get_mimimum_link to check if device has enough bandwidthJacob Keller2013-07-311-7/+129
* | ixgbe: fix SFF data dumps of SFP+ modulesEmil Tantilov2013-07-301-4/+0
* | ixgbe: bump version numberDon Skidmore2013-07-301-1/+1
* | ixgbe: fix fc autoneg ethtool reporting.Don Skidmore2013-07-301-2/+1
* | ixgbe: Retain VLAN filtering in promiscuous + VT modeGreg Rose2013-07-301-2/+9
|/
* net: rename ll methods to busy-pollEliezer Tamir2013-07-101-2/+2
OpenPOWER on IntegriCloud