summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb_main.c
Commit message (Expand)AuthorAgeFilesLines
* ixgb and e1000: Use new function for copybreak testsJoe Perches2010-05-141-21/+31
* ixgb: use DMA API instead of PCI DMA functionsNick Nunley2010-04-281-31/+39
* ixgb: Use pr_<level> and netdev_<level>Joe Perches2010-04-271-18/+15Star
* net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko2010-02-231-4/+3Star
* drivers/net/ixgb: Use netif_printk macrosJoe Perches2010-02-171-41/+48
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-231-5/+5
|\
| * e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin2010-01-211-5/+5
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
|/
* ixgb: remove use of skb_dma_map from ixgbAlexander Duyck2009-12-031-19/+41
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-191-1/+1
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-10/+2Star
* ixgb: Use the instance of net_device_stats from net_device.Ajit Khaparde2009-10-081-23/+21Star
* intel: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+3
* ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-021-0/+5
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-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/+0Star
* e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg2009-05-071-0/+2
* e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg2009-04-221-3/+2Star
* ixgb: fix link down initial stateJesse Brandeburg2009-04-201-3/+5
* 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-271-1/+0Star
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-3/+3
* ixgb: cleanup link up/down messagesJeff Kirsher2008-11-271-3/+11
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-1/+1
* ixgb: convert to net_device_opsStephen Hemminger2008-11-201-13/+18
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* pci: use pci_ioremap_bar() in drivers/netArjan van de Ven2008-10-311-2/+1Star
* ixgb: fix bug when freeing resourcesBrandeburg, Jesse2008-10-091-3/+5
* netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy2008-07-171-10/+1Star
* netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy2008-07-171-5/+11
* ixgb: update copyright dates and versionsJesse Brandeburg2008-07-111-3/+3
* ixgb: make NAPI the only option and the defaultJesse Brandeburg2008-07-111-46/+1Star
* 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: trivial fix space after forJesse Brandeburg2008-07-111-6/+6
* ixgb: fix spelling errorsJesse Brandeburg2008-07-111-1/+1
* ixgb: whitespace fixupsJesse Brandeburg2008-07-111-40/+38Star
* ixgb: cleanup space after whileJesse Brandeburg2008-07-111-6/+6
* ixgb: format all if( to be if (Jesse Brandeburg2008-07-111-71/+70Star
* ixgb: clean up un-necessary declarationsJesse Brandeburg2008-07-111-18/+9Star
* ixgb: add copybreak parameterJesse Brandeburg2008-07-111-2/+7
* ixgb: remove lltx support and update tx routineJesse Brandeburg2008-07-111-31/+1Star
* ixgb: fix unload race with timersJesse Brandeburg2008-07-111-0/+2