summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2010-11-17ixgbe: cleanup ixgbe_alloc_rx_buffersAlexander Duyck2-40/+43
2010-11-17ixgbe: move GSO segments and byte count processing into ixgbe_tx_mapAlexander Duyck2-33/+28
2010-11-17ixgbe: remove unnecessary re-init of adapter on Rx-csum changeAlexander Duyck1-5/+0
2010-11-17ixgbe: DCB: credit max only needs to be gt TSO size for 82598John Fastabend3-5/+8
2010-11-17ixgbe: DCB set PFC high and low water marks per data sheet specsJohn Fastabend7-59/+48
2010-11-17ixgbe: delay rx_ring freeingEric Dumazet2-10/+25
2010-11-15drivers/net/ixgbe: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-12ixgbe: Look inside vlan when determining offload protocol.Hao Zheng1-28/+32
2010-10-28ixgbe: DCB, fix TX hang occurring in stress condition with PFCJohn Fastabend5-10/+54
2010-10-21ixgbe: add a refcnt when turning on/off FCoE offload capabilityYi Zou2-0/+7
2010-10-21ixgbe: fix stats handlingEric Dumazet3-16/+56
2010-10-21ixgbe: update copyright infoEmil Tantilov4-4/+4
2010-10-21ixgbe: Update ixgbe to use new vlan accleration.Jesse Gross3-79/+74
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-1/+1
2010-10-15ixgbe: DCB: remove DCB check configJohn Fastabend1-1/+0
2010-10-14ixgbe: declare functions as staticEmil Tantilov11-86/+40
2010-10-14ixgbe: remove unused functionsEmil Tantilov8-555/+0
2010-10-07ixgbe: Use affinity_hint when Flow Director is enabledPeter Waskiewicz2-0/+27
2010-10-01ixgbe: fix link issues and panic with shared interrupts for 82598Emil Tantilov1-10/+26
2010-09-28ixgbe: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-5/+11
2010-09-27drivers/net: return operator cleanupEric Dumazet2-4/+4
2010-09-23e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou1-1/+3
2010-09-18ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings1-43/+14
2010-09-09drivers/net/ixgbe/ixgbe_main.c: Add ixgbe_psumJoe Perches1-146/+151
2010-09-09drivers/net/ixgbe/ixgbe_main.c: Use pr_<level>Joe Perches1-38/+36
2010-09-09drivers/net/ixgbe/ixgbe_main.c: Checkpatch cleanupsJoe Perches1-231/+236
2010-09-09ixgbe: fix TX ring enable issues seen when VMDQ is enabledAlexander Duyck1-1/+1
2010-09-03drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2-3/+4
2010-08-26drivers/net: Remove address use from assignments of function pointersJoe Perches1-2/+2
2010-08-20ixgbe: rewrite ethtool test to use standard config functionsAlexander Duyck3-253/+169
2010-08-20ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck4-18/+18
2010-08-20ixgbe: combine Rx into into ixgbe_configure_rxAlexander Duyck1-57/+95
2010-08-20ixgbe: pull all Tx init into ixgbe_configure_txAlexander Duyck1-39/+52
2010-08-20ixgbe: move all GPIE register config into a single functionAlexander Duyck1-42/+30
2010-08-20ixgbe: Move virtualization config into a separate functionAlexander Duyck1-38/+46
2010-08-20ixgbe: move all Rx DMA control register writes to one central locationAlexander Duyck2-43/+50
2010-08-20ixgbe: Move max frame size and Rx buffer length configuration into a functionAlexander Duyck1-48/+60
2010-08-20ixgbe: remove redundant configuration of vmolr, rename generic variableAlexander Duyck1-7/+4
2010-08-20ixgbe: bump PS header size to 512 bytesAlexander Duyck1-4/+9
2010-08-20ixgbe: combine accesses to FCTRL register into ixgbe_set_rx_modeAlexander Duyck1-7/+6
2010-08-20ixgbe: pull PSRTYPE configuration into a separate functionAlexander Duyck1-11/+25
2010-08-20ixgbe: pull ring configuration into it's own functionAlexander Duyck1-13/+20
2010-08-20ixgbe: consolidate all setting of MRQC into one functionAlexander Duyck1-57/+43
2010-08-20ixgbe: move Tx ring configuration into a separate functionAlexander Duyck1-40/+29
2010-08-20ixgbe: move configuration of the MTQC register into it's own functionAlexander Duyck1-33/+40
2010-08-20ixgbe: combine two modifications of TXDCTL into oneAlexander Duyck1-12/+6
2010-08-20ixgbe: move setting of GSO size for 82598 into ixgbe_configure_dcbAlexander Duyck1-11/+10
2010-08-20ixgbe: remove redundant DMA alignment codeAlexander Duyck1-12/+12
2010-08-20ixgbe: cleanup ixgbe_get_drvinfo to be extra careful with buffer boundariesDon Skidmore1-10/+13