aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-16netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy1-5/+11
2008-07-11ixgb: update copyright dates and versionsJesse Brandeburg1-3/+3
2008-07-11ixgb: make NAPI the only option and the defaultJesse Brandeburg1-46/+1
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: trivial fix space after forJesse Brandeburg1-6/+6
2008-07-11ixgb: fix spelling errorsJesse Brandeburg1-1/+1
2008-07-11ixgb: whitespace fixupsJesse Brandeburg1-40/+38
2008-07-11ixgb: cleanup space after whileJesse Brandeburg1-6/+6
2008-07-11ixgb: format all if( to be if (Jesse Brandeburg1-71/+70
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 Brandeburg1-31/+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 Perches1-30/+30
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 Brandeburg1-12/+6
2008-03-26ixgb: convert boolean_t to boolJoe Perches1-22/+22
2008-03-26ixgb: add explicit state checkingJesse Brandeburg1-10/+24
2008-03-25ixgb: remove unused variableJulia Lawall1-2/+0
2008-01-28ixgb: enable sun hardware support for broadcom phyMatheos Worku1-4/+6
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 Hemminger1-7/+4
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-17/+12
2007-05-17ixgb: don't print error if pci_enable_msi() fails, cleanup minor leakAuke Kok1-21/+15
2007-04-28ixgb: ROUND_UP macro cleanup in drivers/net/ixgbMilind Arun Choudhary1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-3/+6
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo1-3/+4
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo1-4/+4
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-5/+7
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo1-1/+1
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni1-3/+2
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-1/+1
2007-02-07PCI: Use newly defined PCI channel offline routineLinas Vepstas1-1/+1