summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe
AgeCommit message (Expand)Author
2010-10-28ixgbe: DCB, fix TX hang occurring in stress condition with PFCJohn Fastabend
2010-10-21ixgbe: add a refcnt when turning on/off FCoE offload capabilityYi Zou
2010-10-21ixgbe: fix stats handlingEric Dumazet
2010-10-21ixgbe: update copyright infoEmil Tantilov
2010-10-21ixgbe: Update ixgbe to use new vlan accleration.Jesse Gross
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross
2010-10-15ixgbe: DCB: remove DCB check configJohn Fastabend
2010-10-14ixgbe: declare functions as staticEmil Tantilov
2010-10-14ixgbe: remove unused functionsEmil Tantilov
2010-10-06ixgbe: Use affinity_hint when Flow Director is enabledPeter Waskiewicz
2010-09-30ixgbe: fix link issues and panic with shared interrupts for 82598Emil Tantilov
2010-09-27ixgbe: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-09-22e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou
2010-09-17ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings
2010-09-08drivers/net/ixgbe/ixgbe_main.c: Add ixgbe_psumJoe Perches
2010-09-08drivers/net/ixgbe/ixgbe_main.c: Use pr_<level>Joe Perches
2010-09-08drivers/net/ixgbe/ixgbe_main.c: Checkpatch cleanupsJoe Perches
2010-09-08ixgbe: fix TX ring enable issues seen when VMDQ is enabledAlexander Duyck
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches
2010-08-19ixgbe: rewrite ethtool test to use standard config functionsAlexander Duyck
2010-08-19ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck
2010-08-19ixgbe: combine Rx into into ixgbe_configure_rxAlexander Duyck
2010-08-19ixgbe: pull all Tx init into ixgbe_configure_txAlexander Duyck
2010-08-19ixgbe: move all GPIE register config into a single functionAlexander Duyck
2010-08-19ixgbe: Move virtualization config into a separate functionAlexander Duyck
2010-08-19ixgbe: move all Rx DMA control register writes to one central locationAlexander Duyck
2010-08-19ixgbe: Move max frame size and Rx buffer length configuration into a functionAlexander Duyck
2010-08-19ixgbe: remove redundant configuration of vmolr, rename generic variableAlexander Duyck
2010-08-19ixgbe: bump PS header size to 512 bytesAlexander Duyck
2010-08-19ixgbe: combine accesses to FCTRL register into ixgbe_set_rx_modeAlexander Duyck
2010-08-19ixgbe: pull PSRTYPE configuration into a separate functionAlexander Duyck
2010-08-19ixgbe: pull ring configuration into it's own functionAlexander Duyck
2010-08-19ixgbe: consolidate all setting of MRQC into one functionAlexander Duyck
2010-08-19ixgbe: move Tx ring configuration into a separate functionAlexander Duyck
2010-08-19ixgbe: move configuration of the MTQC register into it's own functionAlexander Duyck
2010-08-19ixgbe: combine two modifications of TXDCTL into oneAlexander Duyck
2010-08-19ixgbe: move setting of GSO size for 82598 into ixgbe_configure_dcbAlexander Duyck
2010-08-19ixgbe: remove redundant DMA alignment codeAlexander Duyck
2010-08-19ixgbe: cleanup ixgbe_get_drvinfo to be extra careful with buffer boundariesDon Skidmore
2010-08-08e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher
2010-08-08ixgbe: fix build error with FCOE_CONFIG without DCB_CONFIGJohn Fastabend
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-27ixgbe: potential null dereferenceDan Carpenter
2010-07-27ixgbe: priority tagging FCoE frames without FCoE offloadJohn Fastabend
2010-07-24ixgbe: fix ethtool statsEric Dumazet
2010-07-21ixgbe/igb: catch invalid VF settingsAndy Gospodarek
2010-07-19ixgbe: fix version string for ixgbeDon Skidmore