summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches3-4/+4
2012-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller4-278/+500
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-47/+73
2012-02-11ixgbe: Combine post-DMA processing of sk_buff fields into single functionAlexander Duyck2-59/+71
2012-02-11ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADVAlexander Duyck3-18/+18
2012-02-11ixgbe: Add function for testing status bits in Rx descriptorAlexander Duyck3-55/+65
2012-02-11ixgbe: Let the Rx buffer allocation clear status bits instead of cleanupAlexander Duyck1-62/+93
2012-02-11ixgbe: Address fact that RSC was not setting GSO size for incoming framesAlexander Duyck1-5/+125
2012-02-11ixgbe: Minor refactor of RSCAlexander Duyck2-98/+147
2012-02-09ixgbe: ethtool: stats user buffer overrunJohn Fastabend1-37/+51
2012-02-09ixgbe: dcb: up2tc mapping lost on disable/enable CEE DCB stateJohn Fastabend1-2/+9
2012-02-09ixgbe: do not update real num queues when netdev is going awayYi Zou1-0/+4
2012-02-09ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page sizeAlexander Duyck1-6/+6
2012-02-09ixgbe: Fix case of Tx Hang in PF with 32 VFsGreg Rose1-1/+1
2012-02-09ixgbe: fix vf lookupGreg Rose1-1/+2
2012-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-28/+31
2012-02-03ixgbe: Fix typo in ixgbe_common.hMasanari Iida1-1/+1
2012-02-03ixgbe: make ethtool strings table constStephen Hemminger1-1/+1
2012-02-03ixgbe: Add warning when no space left for more MAC filtersGreg Rose1-0/+3
2012-02-03ixgbe: update copyright to 2012Don Skidmore25-26/+26
2012-02-01ixgbe: Add module parameter to allow untested and unsafe SFP+ modulesPeter P Waskiewicz Jr3-3/+20
2012-01-19ixgbe: Fix register defines to correctly handle complex expressionsAlexander Duyck1-16/+16
2012-01-05ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() callNeerav Parikh3-1/+90
2012-01-03ixgbe: add support for new 82599 device.Don Skidmore3-5/+22
2012-01-03ixgbe: add support for new 82599 device idEmil Tantilov3-0/+3
2012-01-03ixgbe: add write flush in ixgbe_clock_out_i2c_byte()Emil Tantilov1-0/+1
2012-01-03ixgbe: fix typo'sStephen Hemminger1-7/+7
2012-01-03ixgbe: fix incorrect PHY register readsEmil Tantilov1-4/+4
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell3-8/+8
2011-12-09net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-2/+6
2011-12-05ixgbe: Remove function prototype for non-existent functionGreg Rose1-1/+0
2011-12-05ixgbe: DCB: IEEE transitions may fail to reprogram hardware.John Fastabend1-11/+10
2011-12-05ixgbe: DCBnl set_all, order of operations fixJohn Fastabend1-48/+29
2011-11-23net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet1-1/+1
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller3-13/+15
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-2/+4
2011-11-16intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALENJoe Perches2-6/+4
2011-11-16ixgbe: fix LED blink logic to check for linkEmil Tantilov1-7/+11
2011-11-14Sweep the last of the active .get_drvinfo floors under ethernet/Rick Jones1-10/+6
2011-11-07ixgbe: Fix compile for kernel without CONFIG_PCI_IOV definedRose, Gregory V2-2/+4
2011-11-03ixgbe: DCB, return max for IEEE traffic classesJohn Fastabend1-4/+6
2011-11-03ixgbe: fix reading of the buffer returned by the firmwareEmil Tantilov1-9/+11
2011-11-03ixgbe: Fix compiler warningsGreg Rose1-0/+2
2011-11-03ixgbe: fix smatch splat due to missing NULL checkJohn Fastabend1-21/+12
2011-11-03ixgbe: fix disabling of Tx laser at probeEmil Tantilov1-7/+7
2011-11-03ixgbe: Fix link issues caused by a reset while interface is downEmil Tantilov1-1/+0
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds25-0/+28914
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-18ixgbe: change the eeprom version reported by ethtoolEmil Tantilov3-10/+13
2011-10-17ixgbe: allow eeprom writes via ethtoolEmil Tantilov2-0/+73