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