summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb
Commit message (Expand)AuthorAgeFilesLines
* intel: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+3
* ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-011-0/+5
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* net: skb_shared_info optimizationEric Dumazet2009-06-081-2/+2
* net: dont update dev->trans_start in 10GB driversEric Dumazet2009-05-291-1/+0
* e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg2009-05-071-0/+2
* ixgb: Use generic MDIO definitionsBen Hutchings2009-04-292-22/+12
* e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg2009-04-221-3/+2
* ixgb: fix link down initial stateJesse Brandeburg2009-04-201-3/+5
* drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov2009-04-131-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* ixgb: refactor tx path to use skb_dma_map/unmapAlexander Duyck2009-03-201-31/+39
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
* net: Fix warning fallout from recent NAPI interface changes.David S. Miller2008-12-261-1/+0
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-3/+3
* ixgb: cleanup link up/down messagesJeff Kirsher2008-11-271-3/+11
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-201-1/+1
* ixgb: convert to net_device_opsStephen Hemminger2008-11-191-13/+18
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* pci: use pci_ioremap_bar() in drivers/netArjan van de Ven2008-10-311-2/+1
* ixgb: fix bug when freeing resourcesBrandeburg, Jesse2008-10-081-3/+5
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-241-1/+1
* netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy2008-07-161-10/+1
* netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy2008-07-161-5/+11
* ixgb: update copyright dates and versionsJesse Brandeburg2008-07-1111-13/+13
* ixgb: make NAPI the only option and the defaultJesse Brandeburg2008-07-111-46/+1
* ixgb: cleanup headerJesse Brandeburg2008-07-111-8/+6
* ixgb: audit use of dev_kfree_skb_anyJesse Brandeburg2008-07-111-3/+5
* ixgb: clean up assignments inside if statementsJesse Brandeburg2008-07-111-10/+16
* ixgb: rx cleanup performance improvementsJesse Brandeburg2008-07-111-9/+19
* ixgb: cleanup checkpatch suggestions that are relevantJesse Brandeburg2008-07-111-4/+4
* ixgb: trivial fix space after forJesse Brandeburg2008-07-115-31/+28
* ixgb: fix spelling errorsJesse Brandeburg2008-07-115-13/+13
* ixgb: whitespace fixupsJesse Brandeburg2008-07-115-65/+63
* ixgb: cleanup space after whileJesse Brandeburg2008-07-112-7/+7
* ixgb: format all if( to be if (Jesse Brandeburg2008-07-116-132/+130
* ixgb: clean up un-necessary declarationsJesse Brandeburg2008-07-111-18/+9
* ixgb: add copybreak parameterJesse Brandeburg2008-07-111-2/+7
* ixgb: remove lltx support and update tx routineJesse Brandeburg2008-07-112-32/+1
* ixgb: fix unload race with timersJesse Brandeburg2008-07-111-0/+2
* ixgb: fix race on rx_buffer_len in mtu changeJesse Brandeburg2008-07-111-3/+7
* ixgb: move time stamp set before setting dma pointerJesse Brandeburg2008-07-111-2/+2
* ixgb: don't allow too small MTUJesse Brandeburg2008-07-111-3/+3
* ixgb: check down state before enable irqJesse Brandeburg2008-07-111-1/+2
* ixgb: leave room for extra hardware memory usageJesse Brandeburg2008-07-111-2/+2
* ixgb: fix bug in descriptor ring due to prefetch corruptionJesse Brandeburg2008-07-111-21/+6
* ixgb: repeat 32 bit ioremap cleanupJesse Brandeburg2008-07-111-10/+3
* ixgb: maybe stop tx port missed a pieceJesse Brandeburg2008-07-111-5/+10
* netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy2008-07-061-4/+2