aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-15tg3: Consider rx_std_prod_idx a hw mailboxMatt Carlson1-6/+9
2009-11-15tg3: rename rx_[std|jmb]_ptrMatt Carlson2-10/+10
2009-11-15tg3: tg3_alloc_rx_skb(tnapi => tp)Matt Carlson1-7/+4
2009-11-15tg3: Add prodring parameter to tg3_alloc_rx_skb()Matt Carlson1-20/+21
2009-11-15tg3: Make tg3_alloc_rx_skb() a dst-only operationMatt Carlson1-13/+9
2009-11-15tg3: Move napi_add calls below tg3_get_invariantsMatt Carlson1-47/+47
2009-11-15tg3: Create tg3_poll_msix() for non-zero MSIX vecsMatt Carlson1-8/+60
2009-11-15tg3: Allow DMAs to cross cacheline boundariesMatt Carlson2-7/+16
2009-11-15tg3: Use tg3_start_xmit_dma_bug for 5717 A0Matt Carlson2-9/+19
2009-11-15tg3: Add new HW_TSO_3 flag for 5717Matt Carlson2-19/+27
2009-11-15tg3: Refine TSO and MSI discoveryMatt Carlson1-30/+34
2009-11-15tg3: Move TG3_FLG2_PROTECTED_NVRAM to tg3_flags3Matt Carlson2-7/+7
2009-11-15tg3: Napify tg3_start_xmit_dma_bug()Matt Carlson1-13/+19
2009-11-15tg3: Don't touch RCB nic addressesMatt Carlson1-4/+6
2009-11-15tg3: Add 5717 phy IDMatt Carlson2-1/+3
2009-11-15iwmc3200top: simplify the driver versionTomas Winkler1-15/+1
2009-11-15iwmc3200top: use prefered style for the device table.Tomas Winkler1-11/+3
2009-11-15hamradio/mkiss: fix typo in compat_ioctlArnd Bergmann1-1/+1
2009-11-13net/can: add driver for mscan family & mpc52xx_mscanWolfram Sang6-0/+1265
2009-11-13netiucv: displayed TX bytes value much too highUrsula Braun1-2/+2
2009-11-13s390: remove cu3088 layer for lcs and ctcmUrsula Braun13-242/+304
2009-11-13ctcm: suspend has to wait for outstanding I/OFrank Blaschka3-0/+8
2009-11-13ixgbe: Make queue pairs on single MSI-X interruptsPJ Waskiewicz1-2/+2
2009-11-13ixgbe: Flush the LSC mask change to prevent repeated interruptsNelson, Shannon1-0/+1
2009-11-13igb: only recycle page if it is on our numa nodeAlexander Duyck1-1/+3
2009-11-13igb: check for packets on all tx rings when link is downAlexander Duyck1-11/+12
2009-11-13igb: removed unused tx/rx total bytes/packets from adapter structAlexander Duyck1-4/+0
2009-11-13igb: Rework how netdev->stats is handledAlexander Duyck2-103/+108
2009-11-13igb: when number of CPUs > 4 combine tx/rx queues to allow more queuesAlexander Duyck2-13/+27
2009-11-13igb: move timesync init into a seperate functionAlexander Duyck1-50/+65
2009-11-13igb: change type for ring sizes to u16 in igb_set_ring_paramAlexander Duyck1-5/+5
2009-11-13ARM: fix bug of checking on signed return value using unsigned statement in w90p910 platformWan ZongShun1-2/+2
2009-11-13vlan/macvlan: propagate transmission state to upper layersPatrick McHardy1-1/+1
2009-11-13niu.c: Use correct length in strncmpJoe Perches1-1/+1
2009-11-11DM9000: Wake on LAN supportBen Dooks2-8/+142
2009-11-11ixgbe: r_idx not used in ixgbe_msix_clean_rx()Ali Gholami Rudi1-2/+0
2009-11-11qlge: Change version to v1.00.00.23.00.00-01.Ron Mercer1-1/+1
2009-11-11qlge: Clean up module parameter name.Ron Mercer1-8/+8
2009-11-11qlge: Add asic reset to open call.Ron Mercer1-0/+4
2009-11-11qlge: Do not change frame routing during suspend.Ron Mercer1-3/+0
2009-11-11gianfar: Revive SKB recyclingAnton Vorontsov1-12/+19
2009-11-11gianfar: Fix race between gfar_error() and gfar_start_xmit()Anton Vorontsov1-0/+8
2009-11-11gianfar: Fix thinko in gfar_set_rx_stash_index()Anton Vorontsov1-1/+1
2009-11-11gianfar: Fix build with CONFIG_PM=yAnton Vorontsov1-1/+1
2009-11-11gianfar: Remove 'Interrupt problem!' warningAnton Vorontsov1-2/+0
2009-11-11iwlwifi: fix iwl1000 "RTS/CTS for HT" merge damageJohn W. Linville1-0/+1
2009-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-11/+21
2009-11-10parisc: led: Use for_each_netdev_rcu()Eric Dumazet1-5/+2
2009-11-10usbnet: Set link down initially for drivers that update link stateBen Hutchings4-9/+11
2009-11-10niu: Use DMA_BIT_MASK(44) instead of deprecated DMA_44BIT_MASKMarin Mitov1-5/+1