aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ixgb
AgeCommit message (Expand)Author
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven
2008-10-08ixgb: fix bug when freeing resourcesBrandeburg, Jesse
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison
2008-07-16netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy
2008-07-16netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy
2008-07-11ixgb: update copyright dates and versionsJesse Brandeburg
2008-07-11ixgb: make NAPI the only option and the defaultJesse Brandeburg
2008-07-11ixgb: cleanup headerJesse Brandeburg
2008-07-11ixgb: audit use of dev_kfree_skb_anyJesse Brandeburg
2008-07-11ixgb: clean up assignments inside if statementsJesse Brandeburg
2008-07-11ixgb: rx cleanup performance improvementsJesse Brandeburg
2008-07-11ixgb: cleanup checkpatch suggestions that are relevantJesse Brandeburg
2008-07-11ixgb: trivial fix space after forJesse Brandeburg
2008-07-11ixgb: fix spelling errorsJesse Brandeburg
2008-07-11ixgb: whitespace fixupsJesse Brandeburg
2008-07-11ixgb: cleanup space after whileJesse Brandeburg
2008-07-11ixgb: format all if( to be if (Jesse Brandeburg
2008-07-11ixgb: clean up un-necessary declarationsJesse Brandeburg
2008-07-11ixgb: add copybreak parameterJesse Brandeburg
2008-07-11ixgb: remove lltx support and update tx routineJesse Brandeburg
2008-07-11ixgb: fix unload race with timersJesse Brandeburg
2008-07-11ixgb: fix race on rx_buffer_len in mtu changeJesse Brandeburg
2008-07-11ixgb: move time stamp set before setting dma pointerJesse Brandeburg
2008-07-11ixgb: don't allow too small MTUJesse Brandeburg
2008-07-11ixgb: check down state before enable irqJesse Brandeburg
2008-07-11ixgb: leave room for extra hardware memory usageJesse Brandeburg
2008-07-11ixgb: fix bug in descriptor ring due to prefetch corruptionJesse Brandeburg
2008-07-11ixgb: repeat 32 bit ioremap cleanupJesse Brandeburg
2008-07-11ixgb: maybe stop tx port missed a pieceJesse Brandeburg
2008-07-06netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy
2008-04-16ixgb: convert uint16_t style integers to u16Joe Perches
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-26ixgb: remove irq_semJesse Brandeburg
2008-03-26ixgb: move externs out of .c filesAuke Kok
2008-03-26ixgb: convert boolean_t to boolJoe Perches
2008-03-26ixgb: add explicit state checkingJesse Brandeburg
2008-03-25ixgb: remove unused variableJulia Lawall
2008-02-24ixgb: add RNBC counter - no buffer count - to ethtool statsAuke Kok
2008-02-11replace code with FIELD_SIZEOFJulia Lawall
2008-01-28ixgb: enable sun hardware support for broadcom phyMatheos Worku
2008-01-28ixgb endianness annotationsAl Viro
2008-01-20[NET]: Fix interrupt semaphore corruption in Intel drivers.David S. Miller
2008-01-08[NET]: Make ->poll() breakout consistent in Intel ethernet drivers.David S. Miller
2008-01-08[NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller
2007-12-14ixgb: make sure jumbos stay enabled after resetMatheos Worku
2007-10-30ixgb: fix TX hangs under heavy loadAuke Kok
2007-10-30ixgb: fix sparse warningsStephen Hemminger
2007-10-10ixgb: endiannessAl Viro
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik