aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-21macmace, macsonic: cleanupFinn Thain2-17/+1
2011-09-21net/smsc911x: Correctly configure 16-bit register access from DTDave Martin1-0/+2
2011-09-20net/phy: add IC+ IP101A and support APS.Giuseppe CAVALLARO1-11/+68
2011-09-20netxen: Add pcie workaroundRajesh Borundia2-3/+64
2011-09-20netxen: Fix vhdr_len in case of non vlan packets.Rajesh Borundia1-1/+1
2011-09-20macvtap: fix the uninitialized var using in macvtap_alloc_skb()Jason Wang1-7/+5
2011-09-20Merge git://github.com/Jkirsher/net-nextDavid S. Miller3-345/+311
2011-09-19igb: Remove multi_tx_table and simplify igb_xmit_frameAlexander Duyck2-17/+23
2011-09-19igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESCAlexander Duyck3-20/+20
2011-09-19igb: drop the "adv" off function names relating to descriptorsAlexander Duyck3-36/+36
2011-09-19igb: Refactor clean_rx_irq to reduce overhead and improve performanceAlexander Duyck1-49/+47
2011-09-19igb: update ring and adapter structure to improve performanceAlexander Duyck2-41/+46
2011-09-19igb: streamline Rx buffer allocation and cleanupAlexander Duyck2-88/+104
2011-09-19igb: drop support for single buffer modeAlexander Duyck3-86/+28
2011-09-19igb: Update max_frame_size to account for an optional VLAN tag if presentAlexander Duyck2-9/+12
2011-09-19igb: Update RXDCTL/TXDCTL configurationsAlexander Duyck2-16/+12
2011-09-19Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-davemJohn W. Linville96-4328/+9307
2011-09-17bna: Eliminate Small Race Condition Window in RX PathRasesh Mody1-2/+3
2011-09-17bna: Set Ring Param FixRasesh Mody1-2/+3
2011-09-17bna: Semaphore Lock FixRasesh Mody1-1/+1
2011-09-16ixgbe: remove duplicate netif_tx_start_all_queuesEmil Tantilov1-2/+0
2011-09-16ixgbe: fix FCRTL/H register dump for X540Emil Tantilov1-0/+1
2011-09-16ixgbe: cleanup some register readsEmil Tantilov1-9/+21
2011-09-16ixgbe: Make better use of memory allocations in one-buffer mode w/ RSCAlexander Duyck3-19/+35
2011-09-16ixgbe: drop adapter from ixgbe_fso call documentationAlexander Duyck1-1/+0
2011-09-16ixgbe: Add SFP support for missed 82598 PHYAlexander Duyck1-0/+3
2011-09-16ixgbe: Add missing code for enabling overheat sensor interruptAlexander Duyck1-0/+4
2011-09-16ixgbe: make ixgbe_up and ixgbe_up_complete void functionsAlexander Duyck2-18/+7
2011-09-16v2 ixgbe: Update packet buffer reservation to correct fdir headroom sizeAlexander Duyck1-4/+6
2011-09-16ixgbe: remove redundant configuration of tx_sample_rateAlexander Duyck1-9/+4
2011-09-16ixgb: convert to ndo_fix_featuresMichał Mirosław3-61/+31
2011-09-16ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALLBen Hutchings3-0/+5
2011-09-16ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings7-11/+10
2011-09-16vxge: make function table conststephen hemminger4-17/+20
2011-09-16bna: make function tables contstephen hemminger5-43/+36
2011-09-16pcnet32: constify function tablestephen hemminger1-101/+101
2011-09-16wan: make LAPB callbacks conststephen hemminger3-12/+10
2011-09-16sfc: Use correct fields of struct ethtool_coalesceBen Hutchings1-9/+27
2011-09-16sfc: Validate IRQ moderation parameters in efx_init_irq_moderation()Ben Hutchings6-15/+34
2011-09-16sfc: Correct reporting and validation of TX interrupt coalescingBen Hutchings3-34/+53
2011-09-16sfc: Use consistent types for interrupt coalescing parametersBen Hutchings3-8/+9
2011-09-16sfc: Correct error code for unsupported interrupt coalescing parametersBen Hutchings1-3/+3
2011-09-16ath9k: do not insert padding into tx buffers on AR9380+Felix Fietkau1-19/+37
2011-09-16ath9k: optimize ath_tx_rc_status usageFelix Fietkau1-16/+13
2011-09-16ath9k: remove a redundant check in ath_tx_form_aggrFelix Fietkau1-2/+1
2011-09-16ath9k: optimize ath9k_ps_restoreFelix Fietkau1-6/+11
2011-09-16ath9k_hw: remove the old tx descriptor APIFelix Fietkau6-472/+0
2011-09-16ath9k: use the new API for setting tx descriptorsFelix Fietkau3-160/+122
2011-09-16ath9k_hw: add a new API for setting tx descriptorsFelix Fietkau5-1/+275
2011-09-16ath9k_hw: do not recalculate the descriptor checksum in ar9003_hw_fill_txdescFelix Fietkau1-2/+1