]> git.kernelconcepts.de Git - karo-tx-linux.git/history - drivers
ixgbe: add WOL support for X540
[karo-tx-linux.git] / drivers /
2011-09-23 Emil Tantilovixgbe: add WOL support for X540
2011-09-23 Emil Tantilovixgbe: avoid HW lockup when adapter is reset with Tx...
2011-09-23 John Fastabendixgbe: dcb, set priority to traffic class mappings
2011-09-23 Don Skidmoreixgbe: cleanup X540 interrupt enablement
2011-09-23 John Fastabendixgbe: DCB, do not call set_state() from IEEE mode
2011-09-23 Greg Roseixgbe: Reconfigure SR-IOV Init
2011-09-20 Giuseppe CAVALLAROnet/phy: add IC+ IP101A and support APS.
2011-09-20 Rajesh Borundianetxen: Add pcie workaround
2011-09-20 Rajesh Borundianetxen: Fix vhdr_len in case of non vlan packets.
2011-09-20 David S. MillerMerge branch 'tipc-Sep17-2011' of git://openlinux.windr...
2011-09-20 Jason Wangmacvtap: fix the uninitialized var using in macvtap_all...
2011-09-20 David S. MillerMerge git://github.com/Jkirsher/net-next
2011-09-20 Alexander Duyckigb: Remove multi_tx_table and simplify igb_xmit_frame
2011-09-20 Alexander Duyckigb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC
2011-09-20 Alexander Duyckigb: drop the "adv" off function names relating to...
2011-09-20 Alexander Duyckigb: Refactor clean_rx_irq to reduce overhead and impro...
2011-09-20 Alexander Duyckigb: update ring and adapter structure to improve perfo...
2011-09-20 Alexander Duyckigb: streamline Rx buffer allocation and cleanup
2011-09-20 Alexander Duyckigb: drop support for single buffer mode
2011-09-20 Alexander Duyckigb: Update max_frame_size to account for an optional...
2011-09-20 Alexander Duyckigb: Update RXDCTL/TXDCTL configurations
2011-09-19 John W. LinvilleMerge branch 'master' of ssh://infradead/~/public_git...
2011-09-17 Rasesh Modybna: Eliminate Small Race Condition Window in RX Path
2011-09-17 Rasesh Modybna: Set Ring Param Fix
2011-09-17 Rasesh Modybna: Semaphore Lock Fix
2011-09-17 Emil Tantilovixgbe: remove duplicate netif_tx_start_all_queues
2011-09-17 Emil Tantilovixgbe: fix FCRTL/H register dump for X540
2011-09-17 Emil Tantilovixgbe: cleanup some register reads
2011-09-17 Alexander Duyckixgbe: Make better use of memory allocations in one...
2011-09-17 Alexander Duyckixgbe: drop adapter from ixgbe_fso call documentation
2011-09-17 Alexander Duyckixgbe: Add SFP support for missed 82598 PHY
2011-09-17 Alexander Duyckixgbe: Add missing code for enabling overheat sensor...
2011-09-17 Alexander Duyckixgbe: make ixgbe_up and ixgbe_up_complete void functions
2011-09-17 Alexander Duyckv2 ixgbe: Update packet buffer reservation to correct...
2011-09-17 Alexander Duyckixgbe: remove redundant configuration of tx_sample_rate
2011-09-17 Michał Mirosławixgb: convert to ndo_fix_features
2011-09-16 Ben Hutchingsethtool: Update ethtool_rxnfc::rule_cnt on return from...
2011-09-16 Ben Hutchingsethtool: Clean up definitions of rule location arrays...
2011-09-16 stephen hemmingervxge: make function table const
2011-09-16 stephen hemmingerbna: make function tables cont
2011-09-16 stephen hemmingerpcnet32: constify function table
2011-09-16 stephen hemmingerwan: make LAPB callbacks const
2011-09-16 Ben Hutchingssfc: Use correct fields of struct ethtool_coalesce
2011-09-16 Ben Hutchingssfc: Validate IRQ moderation parameters in efx_init_irq...
2011-09-16 Ben Hutchingssfc: Correct reporting and validation of TX interrupt...
2011-09-16 Ben Hutchingssfc: Use consistent types for interrupt coalescing...
2011-09-16 Ben Hutchingssfc: Correct error code for unsupported interrupt coale...
2011-09-16 Felix Fietkauath9k: do not insert padding into tx buffers on AR9380+
2011-09-16 Felix Fietkauath9k: optimize ath_tx_rc_status usage
2011-09-16 Felix Fietkauath9k: remove a redundant check in ath_tx_form_aggr
2011-09-16 Felix Fietkauath9k: optimize ath9k_ps_restore
2011-09-16 Felix Fietkauath9k_hw: remove the old tx descriptor API
2011-09-16 Felix Fietkauath9k: use the new API for setting tx descriptors
2011-09-16 Felix Fietkauath9k_hw: add a new API for setting tx descriptors
2011-09-16 Felix Fietkauath9k_hw: do not recalculate the descriptor checksum...
2011-09-16 Felix Fietkauath9k: call ath9k_hw_set_desc_link for beacon descriptors
2011-09-16 Felix Fietkauath9k: move ath_buf_set_rate to remove a forward declar...
2011-09-16 Felix Fietkauath9k: reduce the number of functions that access the...
2011-09-16 Felix Fietkauath9k: remove ATH_TX_XRETRY and BUF_XRETRY flags
2011-09-16 Felix Fietkauath9k: ensure that rx is not enabled during a reset
2011-09-16 Felix Fietkauath9k: make beacon timer initialization more reliable
2011-09-16 Felix Fietkauath9k: fix enabling interrupts after a hardware error...
2011-09-16 Mohammed Shafi Sha... ath9k: Fix PS wrappers and enabling LED
2011-09-16 Mohammed Shafi Sha... ath9k: enable LED pin for AR946/8x chipsets
2011-09-16 Rajkumar Manoharanath9k_hw: Do full chip reset on 11A channels for AR9003
2011-09-16 Senthil Balasubram... ath9k_hw: move register definitions to header files
2011-09-16 Senthil Balasubram... ath9k_hw: Add support for AR946/8x chipsets.
2011-09-16 Senthil Balasubram... ath9k_hw: Split tx/rx gain table initval handling
2011-09-16 Senthil Balasubram... ath9k_hw: Add initvals and register definitions for...
2011-09-16 John W. LinvilleMerge branch 'for-linville' of git://github.com/lucacoe...
2011-09-16 David S. MillerMerge git://github.com/Jkirsher/net-next
2011-09-16 David S. MillerMerge branch 'for-davem' of git://git.infradead.org...
2011-09-16 David S. MillerMerge branch 'master' of ../netdev-next/
2011-09-16 Alexander Duyckixgbe: Correctly name and handle MSI-X other interrupt
2011-09-16 Alexander Duyckixgbe: cleanup configuration of EITRSEL and VF reset...
2011-09-16 Alexander Duyckixgbe: cleanup reset paths
2011-09-16 Alexander Duyckixgbe: Update TXDCTL configuration to correctly handle...
2011-09-16 Alexander Duyckixgbe: combine PCI_VDEVICE and board declaration to...
2011-09-16 Alexander Duyckixgbe: Drop unnecessary adapter->hw dereference in...
2011-09-16 Alexander Duyckixgbe: commonize ixgbe_map_rings_to_vectors to work...
2011-09-16 Alexander Duyckixgbe: Use ring->dev instead of adapter->pdev->dev...
2011-09-16 Alexander Duyckixgbe: cleanup allocation and freeing of IRQ affinity...
2011-09-16 Alexander Duyckv2 ixgbe: consolidate all MSI-X ring interrupts and...
2011-09-16 Alexander Duyckixgbe: Change default Tx work limit size to 256 buffers
2011-09-15 Jiri Pirkonet: consolidate and fix ethtool_ops->get_settings...
2011-09-15 Kuninori Morimotonet/irda: sh_irda: add PM support
2011-09-15 Kuninori Morimotonet/irda: sh_irda: update author's email address
2011-09-15 Kuninori Morimotonet/irda: sh_irda: add sh_irda_ prefix to all functions
2011-09-15 Matt Carlsontg3: Code movement
2011-09-15 Matt Carlsontg3: Eliminate tg3_halt_cpu() prototype
2011-09-15 Matt Carlsontg3: Eliminate tg3_write_sig_post_reset() prototype
2011-09-15 Matt Carlsontg3: Eliminate tg3_stop_fw() prototype
2011-09-15 Matt Carlsontg3: Add ability to turn off 1shot MSI
2011-09-15 Matt Carlsontg3: Remove tp->rx_offset term when unneeded
2011-09-15 Matt Carlsontg3: Fix missed MSI workaround
2011-09-15 Matt Carlsontg3: Check all adv bits when checking config
2011-09-15 Jeff KirsherMII: fix Kconfig dependencies for MII
2011-09-15 Giuseppe CAVALLAROstmmac: update the driver version (Aug_2011) (v3)
2011-09-15 Giuseppe CAVALLAROstmmac: add HW DMA feature register (v3)
2011-09-15 Giuseppe CAVALLAROstmmac: rework the code to get the Synopsys ID (v3)
next