aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-08ixgb: fix bug when freeing resourcesBrandeburg, Jesse1-3/+5
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-07-16netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy1-10/+1
2008-07-16netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy1-5/+11
2008-07-11ixgb: update copyright dates and versionsJesse Brandeburg11-13/+13
2008-07-11ixgb: make NAPI the only option and the defaultJesse Brandeburg1-46/+1
2008-07-11ixgb: cleanup headerJesse Brandeburg1-8/+6
2008-07-11ixgb: audit use of dev_kfree_skb_anyJesse Brandeburg1-3/+5
2008-07-11ixgb: clean up assignments inside if statementsJesse Brandeburg1-10/+16
2008-07-11ixgb: rx cleanup performance improvementsJesse Brandeburg1-9/+19
2008-07-11ixgb: cleanup checkpatch suggestions that are relevantJesse Brandeburg1-4/+4
2008-07-11ixgb: trivial fix space after forJesse Brandeburg5-31/+28
2008-07-11ixgb: fix spelling errorsJesse Brandeburg5-13/+13
2008-07-11ixgb: whitespace fixupsJesse Brandeburg5-65/+63
2008-07-11ixgb: cleanup space after whileJesse Brandeburg2-7/+7
2008-07-11ixgb: format all if( to be if (Jesse Brandeburg6-132/+130
2008-07-11ixgb: clean up un-necessary declarationsJesse Brandeburg1-18/+9
2008-07-11ixgb: add copybreak parameterJesse Brandeburg1-2/+7
2008-07-11ixgb: remove lltx support and update tx routineJesse Brandeburg2-32/+1
2008-07-11ixgb: fix unload race with timersJesse Brandeburg1-0/+2
2008-07-11ixgb: fix race on rx_buffer_len in mtu changeJesse Brandeburg1-3/+7
2008-07-11ixgb: move time stamp set before setting dma pointerJesse Brandeburg1-2/+2
2008-07-11ixgb: don't allow too small MTUJesse Brandeburg1-3/+3
2008-07-11ixgb: check down state before enable irqJesse Brandeburg1-1/+2
2008-07-11ixgb: leave room for extra hardware memory usageJesse Brandeburg1-2/+2
2008-07-11ixgb: fix bug in descriptor ring due to prefetch corruptionJesse Brandeburg1-21/+6
2008-07-11ixgb: repeat 32 bit ioremap cleanupJesse Brandeburg1-10/+3
2008-07-11ixgb: maybe stop tx port missed a pieceJesse Brandeburg1-5/+10
2008-07-06netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy1-4/+2
2008-04-16ixgb: convert uint16_t style integers to u16Joe Perches7-302/+302
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+0
2008-03-26ixgb: remove irq_semJesse Brandeburg2-13/+6
2008-03-26ixgb: move externs out of .c filesAuke Kok2-9/+10
2008-03-26ixgb: convert boolean_t to boolJoe Perches8-102/+94
2008-03-26ixgb: add explicit state checkingJesse Brandeburg2-10/+33
2008-03-25ixgb: remove unused variableJulia Lawall1-2/+0
2008-02-24ixgb: add RNBC counter - no buffer count - to ethtool statsAuke Kok1-0/+1
2008-02-11replace code with FIELD_SIZEOFJulia Lawall1-1/+1
2008-01-28ixgb: enable sun hardware support for broadcom phyMatheos Worku4-8/+91
2008-01-28ixgb endianness annotationsAl Viro1-11/+11
2008-01-20[NET]: Fix interrupt semaphore corruption in Intel drivers.David S. Miller1-3/+6
2008-01-08[NET]: Make ->poll() breakout consistent in Intel ethernet drivers.David S. Miller1-4/+3
2008-01-08[NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller1-1/+1
2007-12-14ixgb: make sure jumbos stay enabled after resetMatheos Worku1-2/+14
2007-10-30ixgb: fix TX hangs under heavy loadAuke Kok1-2/+2
2007-10-30ixgb: fix sparse warningsStephen Hemminger5-35/+37
2007-10-10ixgb: endiannessAl Viro4-26/+26
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-3/+8
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-2/+0
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-2/+1