aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ixgb: convert uint16_t style integers to u16Joe Perches2008-04-167-302/+302
* 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-262-13/+6
* | ixgb: move externs out of .c filesAuke Kok2008-03-262-9/+10
* | ixgb: convert boolean_t to boolJoe Perches2008-03-268-102/+94
* | ixgb: add explicit state checkingJesse Brandeburg2008-03-262-10/+33
|/
* ixgb: add RNBC counter - no buffer count - to ethtool statsAuke Kok2008-02-241-0/+1
* replace code with FIELD_SIZEOFJulia Lawall2008-02-111-1/+1
* ixgb: enable sun hardware support for broadcom phyMatheos Worku2008-01-284-8/+91
* ixgb endianness annotationsAl Viro2008-01-281-11/+11
* [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-305-35/+37