aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe/ixgbe_main.c
AgeCommit message (Expand)Author
2011-04-27ixgbe: fix static functionsJohn Fastabend
2011-04-27ixgbe: remove ntuple display supportAlexander Duyck
2011-04-13ixgbe: add support for new HWEmil Tantilov
2011-04-13ixgbe: cleanup short msleep's (<20ms) to use usleep_rangeDon Skidmore
2011-04-13ixgbe: move disabling of relaxed ordering in start_hw()Emil Tantilov
2011-04-13ixgbe: update version string for Dell CEM useJeff Kirsher
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-12ixgbe: add support for VF Transmit rate limit using iproute2Lior Levy
2011-03-12ixgbe: DCB during ifup use correct CEE or IEEE modeJohn Fastabend
2011-03-12ixgbe: DCB: enable RSS to be used with DCBJohn Fastabend
2011-03-12ixgbe: enable ndo_tc_setupJohn Fastabend
2011-03-12ixgbe: DCB, use multiple Tx rings per traffic classJohn Fastabend
2011-03-12ixgbe: DCB, implement capabilities flagsJohn Fastabend
2011-03-07ixgbe: Enable flow control pause parameter auto-negotiation supportEmil Tantilov
2011-03-07ixgbe: add support to FCoE DDP in target modeYi Zou
2011-03-03ixgbe: cleanup copyright string for 2011Don Skidmore
2011-03-03ixgbe: set media type for 82599 T3 LOMEmil Tantilov
2011-03-03ixgbe: balance free_irq calls with request_irq callsAlexander Duyck
2011-02-24ixgbe: Enable Jumbo Frames on the X540 10Gigabit ControllerGreg Rose
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-17ixgbe: fix panic due to uninitialised pointerAndy Gospodarek
2011-02-11ixgbe: Adding 100MB FULL support in ethtoolAtita Shirwaikar
2011-02-11ixgbe: cleanup namespace complaint by removing little used functionDon Skidmore
2011-02-11ixgbe: fix namespace issue with ixgbe_dcb_txq_to_tcDon Skidmore
2011-02-11ixgbe: DCB, implement 802.1Qaz routinesJohn Fastabend
2011-02-11ixgbe: DCB, remove round robin mode on 82598 devicesJohn Fastabend
2011-02-08ixgbe: update version stringDon Skidmore
2011-02-08ixgbe: fix for 82599 erratum on Header SplittingDon Skidmore
2011-02-08ixgbe: fix variable set but not used warnings by gcc 4.6Emil Tantilov
2011-01-13net: remove dev_txq_stats_fold()Eric Dumazet
2011-01-09ixgbe: update ntuple filter configurationAlexander Duyck
2011-01-09ixgbe: further flow director performance optimizationsAlexander Duyck
2011-01-09ixgbe: cleanup flow director hash computation to improve performanceAlexander Duyck
2011-01-09ixgbe: make sure per Rx queue is disabled before unmapping the receive bufferYi Zou
2010-12-24ixgbe: Add anti-spoofing feature supportGreg Rose
2010-12-24ixgbe: Add SR-IOV feature support to X540Greg Rose
2010-12-12igb[v],ixgbe: don't use flush_scheduled_work()Tejun Heo
2010-12-10ixgbe: cleanup string function calls to use bound checking versions.Don Skidmore
2010-12-10ixgbe: fix X540 to use it's own info structDon Skidmore
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-06ixgbe: fix enum type mismatch on disable laserDon Skidmore
2010-12-06ixgbe: fix possible NULL pointer deference in shutdown pathDon Skidmore
2010-12-03ixgbe: add support for new format of PBA numbersDon Skidmore
2010-12-03ixgbe: add support for 82599 FCoE SKUDon Skidmore
2010-12-03ixgbe: add WOL support for SFP+ subdeviceDon Skidmore
2010-12-03ixgbe: fix link behavior for SFP+ when driver is brought downDon Skidmore
2010-11-27drivers/net: use vzalloc()Eric Dumazet
2010-11-21ixgbe: update version number for ixgbeDon Skidmore
2010-11-16ixgbe: refactor ixgbe_alloc_queues()Eric Dumazet
2010-11-16ixgbe: add support for x540 MACDon Skidmore