summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-111-3/+3
* ixgb: make NAPI the only option and the defaultJesse Brandeburg2008-07-111-46/+1
* 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/+38
* ixgb: cleanup space after whileJesse Brandeburg2008-07-111-6/+6
* ixgb: format all if( to be if (Jesse Brandeburg2008-07-111-71/+70
* 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-111-31/+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
* ixgb: convert uint16_t style integers to u16Joe Perches2008-04-161-30/+30
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-2/+0
|\
| * ixgb: remove unused variableJulia Lawall2008-03-251-2/+0
* | ixgb: remove irq_semJesse Brandeburg2008-03-261-12/+6
* | ixgb: convert boolean_t to boolJoe Perches2008-03-261-22/+22
* | ixgb: add explicit state checkingJesse Brandeburg2008-03-261-10/+24
|/
* ixgb: enable sun hardware support for broadcom phyMatheos Worku2008-01-281-4/+6
* [NET]: Fix interrupt semaphore corruption in Intel drivers.David S. Miller2008-01-201-3/+6
* [NET]: Make ->poll() breakout consistent in Intel ethernet drivers.David S. Miller2008-01-081-4/+3
* [NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller2008-01-081-1/+1
* ixgb: make sure jumbos stay enabled after resetMatheos Worku2007-12-141-2/+14
* ixgb: fix TX hangs under heavy loadAuke Kok2007-10-301-2/+2
* ixgb: fix sparse warningsStephen Hemminger2007-10-301-7/+4
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-17/+12
* ixgb: don't print error if pci_enable_msi() fails, cleanup minor leakAuke Kok2007-05-171-21/+15
* ixgb: ROUND_UP macro cleanup in drivers/net/ixgbMilind Arun Choudhary2007-04-281-2/+2
OpenPOWER on IntegriCloud