summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-26ixgbe: Make return values more directMark Rustad1-19/+13
2014-07-24ixgbe: don't check minimum link when direct assigned to virtual machineJacob Keller1-4/+19
2014-07-24ixgbe: fix use of list_for_each in ixgbe_enumerate_functionsJacob Keller1-10/+7
2014-07-24ixgbe: Change some uses of strncpy to strlcpyMark Rustad1-3/+3
2014-07-24ixgbe: Fix possible null-dereference in error pathMark Rustad1-1/+1
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-102/+254
2014-06-04ixgbe: fix detection of SFP+ capable interfacesEmil Tantilov1-0/+2
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2014-05-27ixgbe: avoid duplicate code in suspend and stop pathsJacob Keller1-11/+14
2014-05-27ixgbe: fix linking at 100Mbps on copper devices with MNG FW enabledEmil Tantilov1-2/+2
2014-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-2/+2
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty1-1/+1
2014-05-23ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller1-2/+2
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-04-23ixgbe: improve mac filter handlingJacob Keller1-40/+148
2014-04-23ixgbe: change handling of multicast filtersJacob Keller1-7/+38
2014-04-23ixgbe: remove vlan_filter_disable and enable functionsJacob Keller1-34/+6
2014-04-23ixgbe: Use out-of-line function for register readsMark Rustad1-1/+27
2014-04-23ixgbe: convert low_water into an arrayJacob Keller1-6/+16
2014-04-19ixgbe: clean up Rx time stamping codeJakub Kicinski1-1/+2
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-4/+4
2014-04-11ixgbe: remove open-coded skb_cow_headFrancois Romieu1-7/+6
2014-04-11ixgbe: Add bit to mark service task initializationMark Rustad1-1/+14
2014-04-01ixgbe: Fix rcu warnings induced by LERMark Rustad1-5/+18
2014-04-01ixgbe: fix race conditions on queuing skb for HW time stampJakub Kicinski1-1/+3
2014-04-01ixgbe: never generate both software and hardware timestampsJakub Kicinski1-2/+2
2014-03-20ixgbe: enable tx queues after link upEmil Tantilov1-15/+17
2014-03-20ixgbe: Stop cacheing if the MNG FW enabledDon Skidmore1-5/+1
2014-03-20ixgbe: Convert uses of __constant_<foo> to <foo>Joe Perches1-15/+15
2014-03-20ixgbe: add ixgbe_write_pci_cfg_word with ixgbe_removed checkJacob Keller1-0/+9
2014-03-15ixgbe: Don't receive packets when the napi budget == 0Eric W. Biederman1-2/+2
2014-03-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2014-03-13ixgbe: add Linux NICS mailing list to contact infoJacob Keller1-0/+1
2014-03-13net: ixgbe calls skb_set_hashTom Herbert1-1/+3
2014-03-03ixgbe: implement SIOCGHWTSTAMP ioctlJacob Keller1-1/+3
2014-03-03ixgbe: Check config reads for removalMark Rustad1-4/+54
2014-03-03ixgbe: Restore hw_addr in LER recovery pathsMark Rustad1-2/+4
2014-02-27ixgbe: Add WoL support for a new deviceMark Rustad1-0/+1
2014-02-27ixgbe: modify behavior on receiving a HW ECC error.Don Skidmore1-6/+12
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-3/+3
2014-01-18ixgbe: bump version numberDon Skidmore1-1/+1
2014-01-18ixgbe: set driver_max_VFs should be done before enabling SRIOVethan.zhao1-1/+1
2014-01-18ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63ethan.zhao1-2/+2
2014-01-17ixgbe: reinit_locked() should be called with rtnl_lockJohn Fastabend1-0/+2
2014-01-15ixgbe: Additional adapter removal checksMark Rustad1-0/+16
2014-01-15ixgbe: Check register reads for adapter removalMark Rustad1-4/+34
2014-01-15ixgbe: Use static inlines instead of macrosMark Rustad1-2/+2
2014-01-15ixbge: Protect ixgbe_down with __IXGBE_DOWN bitMark Rustad1-1/+3
2014-01-15ixgbe: Indicate removal state explicitlyMark Rustad1-4/+8
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-20/+13