aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb/ixgb_main.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-2332/+0
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-03-11ixgb: convert to new VLAN modelEmil Tantilov1-42/+12
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław1-1/+1
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-10ixgb: Don't check for vlan group on transmitEmil Tantilov1-21/+30
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-4/+2
2010-10-28ixgb: call pci_disable_device in ixgb_removeEmil Tantilov1-0/+1
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross1-1/+1
2010-09-22e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou1-1/+3
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-2/+2
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches1-1/+1
2010-08-08e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher1-0/+2
2010-05-14ixgb and e1000: Use new function for copybreak testsJoe Perches1-21/+31
2010-04-27ixgb: use DMA API instead of PCI DMA functionsNick Nunley1-31/+39
2010-04-27ixgb: Use pr_<level> and netdev_<level>Joe Perches1-18/+15
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko1-4/+3
2010-02-16drivers/net/ixgb: Use netif_printk macrosJoe Perches1-41/+48
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+5
2010-01-20e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin1-5/+5
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-02ixgb: remove use of skb_dma_map from ixgbAlexander Duyck1-19/+41
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-10/+2
2009-10-07ixgb: Use the instance of net_device_stats from net_device.Ajit Khaparde1-23/+21
2009-09-01intel: convert drivers to netdev_tx_tStephen Hemminger1-2/+3
2009-08-01ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+5
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-08net: skb_shared_info optimizationEric Dumazet1-2/+2
2009-05-29net: dont update dev->trans_start in 10GB driversEric Dumazet1-1/+0
2009-05-07e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg1-0/+2
2009-04-22e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarilyJesse Brandeburg1-3/+2
2009-04-20ixgb: fix link down initial stateJesse Brandeburg1-3/+5
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-20ixgb: refactor tx path to use skb_dma_map/unmapAlexander Duyck1-31/+39
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller1-1/+0
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-11-27ixgb: cleanup link up/down messagesJeff Kirsher1-3/+11
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+1
2008-11-19ixgb: convert to net_device_opsStephen Hemminger1-13/+18
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven1-2/+1
2008-10-08ixgb: fix bug when freeing resourcesBrandeburg, Jesse1-3/+5
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 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/...David 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
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven1-4/+0
2007-01-06ixgb: Write RA register high word first, increment versionAaron Salter1-1/+1
2007-01-06ixgb: Maybe stop TX if not enough free descriptorsJesse Brandeburg1-3/+34
2007-01-06ixgb: Fix early TSO completionJesse Brandeburg1-2/+16
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-1/+1
2006-12-02[NET]: Split skb->csumAl Viro1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-5/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+3
2006-09-27e100, e1000, ixgb: increment version numbersAuke Kok1-1/+1
2006-09-27ixgb: convert to netdev_priv(netdev)Auke Kok1-3/+3
2006-09-27e100, e1000, ixgb: Fix an impossible memory overwrite bugAuke Kok1-1/+1
2006-09-27e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok1-18/+18
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-19/+133
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-1/+1
2006-08-31ixgb: Increment version to 1.0.112-k2Auke Kok1-1/+1
2006-08-31ixgb: remove skb->dev assignmentAuke Kok1-7/+4
2006-08-31ixgb: Add PCI Error recovery callbacksLinas Vepstas1-1/+111
2006-08-31ixgb: Add buffer_info and test like e1000 has.Jesse Brandeburg1-0/+7
2006-08-31ixgb: recalculate after how many descriptors to wake the queueAuke Kok1-1/+1
2006-08-31ixgb: convert dev->priv to netdev_priv(dev).Auke Kok1-1/+1
2006-08-31ixgb: Convert dev_alloc_skb to netdev_alloc_skb.Auke Kok1-2/+2
2006-08-24Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netde...Jeff Garzik1-7/+7
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-08-16ixgb: Increment version to 1.0.109-k4Auke Kok1-1/+1
2006-08-16ixgb: fix cache miss due to miscalculationJesse Brandeburg1-6/+6
2006-07-12[PATCH] ixgb: fix tx unit hang - properly calculate desciptor countAuke Kok1-2/+2
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu1-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu1-2/+2
2006-05-26ixgb: update version, datesAuke Kok1-3/+3
2006-05-26ixgb: remove changelogAuke Kok1-16/+0
2006-05-26ixgb: remove inlines, allow compiler to chooseAuke Kok1-8/+8
2006-05-26ixgb: remove lock access in the fast pathAuke Kok1-6/+6
2006-05-26ixgb: allocate only buffersize neededAuke Kok1-28/+7
2006-05-26ixgb: revert an unwanted fix regarding tso/descriptorsAuke Kok1-14/+1
2006-05-26ixgb: fix interface losing macaddr on ifdn/upAuke Kok1-0/+1
2006-05-26ixgb: fix smp polling race conditionAuke Kok1-4/+5
2006-05-25ixgb: increment version to 1.0.104-k4Auke Kok1-1/+1
2006-05-25ixgb: use rx copybreak/skb recycleAuke Kok1-0/+20
2006-05-25ixgb: add performance enhancements to the buffer_info structAuke Kok1-30/+44
2006-05-23ixgb: increment version to 1.0.104-k2Auke Kok1-1/+1
2006-05-23ixgb: add tx timeout counterAuke Kok1-4/+25
2006-05-23ixgb: use DPRINTK and msglvl, and ethtool to control itAuke Kok1-14/+32
2006-05-23ixgb: add copper 10gig driver idAuke Kok1-2/+5
2006-05-23ixgb: add NETIF_F_LLTX analogous to e1000Auke Kok1-2/+29
2006-05-23ixgb: fix rare early tso completionAuke Kok1-2/+15
2006-04-12[PATCH] Use pci_set_consistent_dma_mask in ixgb driverAndreas Schwab1-4/+9
2005-11-05[PATCH] drivers/net/ixgb/: make some code staticAdrian Bunk1-1/+1
2005-09-21Merge /spare/repo/linux-2.6/Jeff Garzik1-2/+0
2005-09-14[PATCH] ixgb: support ETHTOOL_GPERMADDRJohn W. Linville1-1/+2
2005-09-14[PATCH] ixgb: correct rx_dropped countingJohn W. Linville1-2/+0
2005-08-11[PATCH] ixgb: Driver version, white space, commentsMalli Chilakala1-3/+7
2005-08-11[PATCH] ixgb: Fix Broadcast/Multicast packets received statisticsMalli Chilakala1-1/+2
2005-08-11[PATCH] ixgb: Use netdev_priv() instead of netdev->privMalli Chilakala1-16/+16
2005-08-11[PATCH] ixgb: Set RXDCTL:PTHRESH/HTHRESH to zeroMalli Chilakala1-3/+5
2005-06-26Merge upstream (approx. 2.6.12-git8) into 'janitor' branch of netdev-2.6.Jeff Garzik1-100/+54
2005-05-12 [PATCH] ixgb: Add MODULE_VERSIONJohn W. Linville1-1/+3
2005-05-12[PATCH] ixgb: Driver version, white space, comments, device idMalli Chilakala1-2/+4
2005-05-12[PATCH] ixgb: Code optimizationMalli Chilakala1-16/+12
2005-05-12[PATCH] ixgb: Remove hook for suspend, no power managementMalli Chilakala1-71/+4
2005-05-12[PATCH] ixgb: Reset status in the RxMalli Chilakala1-2/+6
2005-05-12[PATCH] ixgb: Mask RXO interruptMalli Chilakala1-2/+2
2005-05-12[PATCH] ixgb: Do not set the RS bit on context descriptorsMalli Chilakala1-3/+2
2005-05-12[PATCH] ixgb: Fix multi-cast packet count in statisticsMalli Chilakala1-4/+23
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2166