aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-11ixgb: fix spelling errorsJesse Brandeburg5-13/+13
2008-07-11ixgb: whitespace fixupsJesse Brandeburg5-65/+63
2008-07-11ixgb: cleanup space after whileJesse Brandeburg2-7/+7
2008-07-11ixgb: format all if( to be if (Jesse Brandeburg6-132/+130
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 Brandeburg2-32/+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 Perches7-302/+302
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 Brandeburg2-13/+6
2008-03-26ixgb: move externs out of .c filesAuke Kok2-9/+10
2008-03-26ixgb: convert boolean_t to boolJoe Perches8-102/+94
2008-03-26ixgb: add explicit state checkingJesse Brandeburg2-10/+33
2008-03-25ixgb: remove unused variableJulia Lawall1-2/+0
2008-02-24ixgb: add RNBC counter - no buffer count - to ethtool statsAuke Kok1-0/+1
2008-02-11replace code with FIELD_SIZEOFJulia Lawall1-1/+1
2008-01-28ixgb: enable sun hardware support for broadcom phyMatheos Worku4-8/+91
2008-01-28ixgb endianness annotationsAl Viro1-11/+11
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 Hemminger5-35/+37
2007-10-10ixgb: endiannessAl Viro4-26/+26
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-3/+8
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-2/+0
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-2/+1
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 Hemminger2-17/+13
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
2007-05-17ixgb: don't print error if pci_enable_msi() fails, cleanup minor leakAuke Kok2-23/+15
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-04-28ixgb: ROUND_UP macro cleanup in drivers/net/ixgbMilind Arun Choudhary4-9/+6
2007-04-28ixgb: Use ARRAY_SIZE macro when appropriate.Ahmed S. Darwish1-3/+1
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