summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ixgbe: Make return values more directMark Rustad2014-07-251-19/+13
* ixgbe: don't check minimum link when direct assigned to virtual machineJacob Keller2014-07-241-4/+19
* ixgbe: fix use of list_for_each in ixgbe_enumerate_functionsJacob Keller2014-07-241-10/+7
* ixgbe: Change some uses of strncpy to strlcpyMark Rustad2014-07-241-3/+3
* ixgbe: Fix possible null-dereference in error pathMark Rustad2014-07-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-102/+254
|\
| * ixgbe: fix detection of SFP+ capable interfacesEmil Tantilov2014-06-031-0/+2
| * ixgbe: avoid duplicate code in suspend and stop pathsJacob Keller2014-05-261-11/+14
| * ixgbe: fix linking at 100Mbps on copper devices with MNG FW enabledEmil Tantilov2014-05-261-2/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-05-231-2/+2
| |\
| | * ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller2014-05-231-2/+2
| * | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-231-1/+1
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-04-241-1/+2
| |\
| * | ixgbe: improve mac filter handlingJacob Keller2014-04-231-40/+148
| * | ixgbe: change handling of multicast filtersJacob Keller2014-04-221-7/+38
| * | ixgbe: remove vlan_filter_disable and enable functionsJacob Keller2014-04-221-34/+6
| * | ixgbe: Use out-of-line function for register readsMark Rustad2014-04-221-1/+27
| * | ixgbe: convert low_water into an arrayJacob Keller2014-04-221-6/+16
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-4/+4
|\ \ \ | |_|/ |/| |
| * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-4/+4
| |/
* | ixgbe: clean up Rx time stamping codeJakub Kicinski2014-04-181-1/+2
|/
* ixgbe: remove open-coded skb_cow_headFrancois Romieu2014-04-111-7/+6
* ixgbe: Add bit to mark service task initializationMark Rustad2014-04-111-1/+14
* ixgbe: Fix rcu warnings induced by LERMark Rustad2014-03-311-5/+18
* ixgbe: fix race conditions on queuing skb for HW time stampJakub Kicinski2014-03-311-1/+3
* ixgbe: never generate both software and hardware timestampsJakub Kicinski2014-03-311-2/+2
* ixgbe: enable tx queues after link upEmil Tantilov2014-03-201-15/+17
* ixgbe: Stop cacheing if the MNG FW enabledDon Skidmore2014-03-201-5/+1
* ixgbe: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-191-15/+15
* ixgbe: add ixgbe_write_pci_cfg_word with ixgbe_removed checkJacob Keller2014-03-191-0/+9
* ixgbe: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-2/+2
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-4/+4
* 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
OpenPOWER on IntegriCloud