aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)Author
2014-11-26net: Check for presence of IFLA_AF_SPECThomas Graf
2014-11-26net: Validate IFLA_BRIDGE_MODE attribute lengthThomas Graf
2014-11-23ixgbe: fix use after free adapter->state test in ixgbe_remove/ixgbe_probeDaniel Borkmann
2014-11-23ixgbe: Correctly disable VLAN filter in promiscuous modeVlad Yasevich
2014-10-30ixgbe: need not repeat init skb with NULLJunwei Zhang
2014-10-10ixgbe: fix race accessing page->_countEric Dumazet
2014-10-02ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQLEmil Tantilov
2014-10-02ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones
2014-09-18ixgbe: Do not schedule an uninitialized workqueue entryMark Rustad
2014-09-18ixgbe: remove useless bd_number from adapter structEthan Zhao
2014-09-12ixgbe: Drop Rx alloc at end of Rx cleanupAlexander Duyck
2014-09-12ixgbe: Resolve warnings produced in W=2 buildsMark Rustad
2014-09-05ixgbe: use new eth_get_headlen interfaceAlexander Duyck
2014-09-04ixgbe: limit combined total of macvlan and SR-IOV VFsJacob Keller
2014-09-04ixgbe: reset interface on link loss with pending Tx work from the VFEmil Tantilov
2014-09-04ixgbe: Cleanup FDB handling codeAlexander Duyck
2014-08-27ixgbe: flush when in xmit_more mode and under descriptor pressureDaniel Borkmann
2014-08-25ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit()Daniel Borkmann
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
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