aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-11igb: reenable CRC stripping in hardwareAuke Kok
2008-07-11igb: add DCA supportJeb Cramer
2008-07-11igb: update ethtool stats to support multiqueueAlexander Duyck
2008-07-11igb: Introduce multiple TX queues with infrastructurePeter P Waskiewicz Jr
2008-07-11ixgb: update copyright dates and versionsJesse Brandeburg
2008-07-11ixgb: make NAPI the only option and the defaultJesse Brandeburg
2008-07-11ixgb: cleanup headerJesse Brandeburg
2008-07-11ixgb: audit use of dev_kfree_skb_anyJesse Brandeburg
2008-07-11ixgb: clean up assignments inside if statementsJesse Brandeburg
2008-07-11ixgb: rx cleanup performance improvementsJesse Brandeburg
2008-07-11ixgb: cleanup checkpatch suggestions that are relevantJesse Brandeburg
2008-07-11ixgb: trivial fix space after forJesse Brandeburg
2008-07-11ixgb: fix spelling errorsJesse Brandeburg
2008-07-11ixgb: whitespace fixupsJesse Brandeburg
2008-07-11ixgb: cleanup space after whileJesse Brandeburg
2008-07-11ixgb: format all if( to be if (Jesse Brandeburg
2008-07-11ixgb: clean up un-necessary declarationsJesse Brandeburg
2008-07-11ixgb: add copybreak parameterJesse Brandeburg
2008-07-11ixgb: update readme textJesse Brandeburg
2008-07-11ixgb: remove lltx support and update tx routineJesse Brandeburg
2008-07-11ixgb: fix unload race with timersJesse Brandeburg
2008-07-11ixgb: fix race on rx_buffer_len in mtu changeJesse Brandeburg
2008-07-11ixgb: move time stamp set before setting dma pointerJesse Brandeburg
2008-07-11ixgb: don't allow too small MTUJesse Brandeburg
2008-07-11ixgb: check down state before enable irqJesse Brandeburg
2008-07-11ixgb: leave room for extra hardware memory usageJesse Brandeburg
2008-07-11ixgb: fix bug in descriptor ring due to prefetch corruptionJesse Brandeburg
2008-07-11ixgb: repeat 32 bit ioremap cleanupJesse Brandeburg
2008-07-11ixgb: maybe stop tx port missed a pieceJesse Brandeburg
2008-07-11ucc_geth: delete non NAPI code from the driver.Francois Romieu
2008-07-11gianfar: delete non NAPI code from the driver.Francois Romieu
2008-07-11via-rhine: delete non NAPI code from the driver.Francois Romieu
2008-07-11cxgb: delete non NAPI code from the driver.Francois Romieu
2008-07-11S2io: Version update for IOMMU overflow checking and enable msi-x link interr...Sreenivasa Honnur
2008-07-11S2io: Enable msi-x link interrupts.Sreenivasa Honnur
2008-07-11S2io: Fix IOMMU overflow checking.Sreenivasa Honnur
2008-07-11via-velocity: add velocity_set_rxbufsize helperFrancois Romieu
2008-07-11via-velocity: move residual free rx descriptors count register updateFrancois Romieu
2008-07-11via-velocity: lean and clean velocity_init_ringsFrancois Romieu
2008-07-11via-velocity: remove the bounce buffersFrancois Romieu
2008-07-08netdev: Move atomic queue state bits into netdev_queue.David S. Miller
2008-07-08net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller
2008-07-08netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller
2008-07-08pkt_sched: Make qdisc_run take a netdev_queue.David S. Miller
2008-07-08netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller
2008-07-08netdev: Move gso_skb into netdev_queue.David S. Miller
2008-07-08mac80211: Decrease number of explicit ->tx_queue references.David S. Miller
2008-07-08pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.David S. Miller
2008-07-08net: Clean up explicit ->tx_queue references in link watch.David S. Miller
2008-07-08pkt_sched: Add qdisc_all_tx_empty()David S. Miller