aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ixgb/ixgb_main.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-10-08ixgb: fix bug when freeing resourcesBrandeburg, Jesse
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: 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: 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: convert boolean_t to boolJoe Perches
2008-03-26ixgb: add explicit state checkingJesse Brandeburg
2008-03-25ixgb: remove unused variableJulia Lawall
2008-01-28ixgb: enable sun hardware support for broadcom phyMatheos Worku
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-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2007-05-17ixgb: don't print error if pci_enable_msi() fails, cleanup minor leakAuke Kok
2007-04-28ixgb: ROUND_UP macro cleanup in drivers/net/ixgbMilind Arun Choudhary
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo