summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb (follow)
Commit message (Expand)AuthorAgeFilesLines
* ixgb: add copybreak parameterJesse Brandeburg2008-07-111-2/+7
* ixgb: remove lltx support and update tx routineJesse Brandeburg2008-07-112-32/+1
* ixgb: fix unload race with timersJesse Brandeburg2008-07-111-0/+2
* ixgb: fix race on rx_buffer_len in mtu changeJesse Brandeburg2008-07-111-3/+7
* ixgb: move time stamp set before setting dma pointerJesse Brandeburg2008-07-111-2/+2
* ixgb: don't allow too small MTUJesse Brandeburg2008-07-111-3/+3
* ixgb: check down state before enable irqJesse Brandeburg2008-07-111-1/+2
* ixgb: leave room for extra hardware memory usageJesse Brandeburg2008-07-111-2/+2
* ixgb: fix bug in descriptor ring due to prefetch corruptionJesse Brandeburg2008-07-111-21/+6
* ixgb: repeat 32 bit ioremap cleanupJesse Brandeburg2008-07-111-10/+3
* ixgb: maybe stop tx port missed a pieceJesse Brandeburg2008-07-111-5/+10
* netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy2008-07-071-4/+2
* ixgb: convert uint16_t style integers to u16Joe Perches2008-04-177-302/+302
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-281-2/+0
|\
| * ixgb: remove unused variableJulia Lawall2008-03-261-2/+0
* | ixgb: remove irq_semJesse Brandeburg2008-03-262-13/+6
* | ixgb: move externs out of .c filesAuke Kok2008-03-262-9/+10
* | ixgb: convert boolean_t to boolJoe Perches2008-03-268-102/+94
* | ixgb: add explicit state checkingJesse Brandeburg2008-03-262-10/+33
|/
* ixgb: add RNBC counter - no buffer count - to ethtool statsAuke Kok2008-02-241-0/+1
* replace code with FIELD_SIZEOFJulia Lawall2008-02-111-1/+1
* ixgb: enable sun hardware support for broadcom phyMatheos Worku2008-01-294-8/+91
* ixgb endianness annotationsAl Viro2008-01-291-11/+11
* [NET]: Fix interrupt semaphore corruption in Intel drivers.David S. Miller2008-01-211-3/+6
* [NET]: Make ->poll() breakout consistent in Intel ethernet drivers.David S. Miller2008-01-091-4/+3
* [NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller2008-01-091-1/+1
* ixgb: make sure jumbos stay enabled after resetMatheos Worku2007-12-141-2/+14
* ixgb: fix TX hangs under heavy loadAuke Kok2007-10-301-2/+2
* ixgb: fix sparse warningsStephen Hemminger2007-10-305-35/+37
* ixgb: endiannessAl Viro2007-10-114-26/+26
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-111-3/+8
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-111-2/+0
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-111-2/+1
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-112-17/+13
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0
* ixgb: don't print error if pci_enable_msi() fails, cleanup minor leakAuke Kok2007-05-182-23/+15
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-031-1/+0
* ixgb: ROUND_UP macro cleanup in drivers/net/ixgbMilind Arun Choudhary2007-04-284-9/+6
* ixgb: Use ARRAY_SIZE macro when appropriate.Ahmed S. Darwish2007-04-281-3/+1
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-3/+6
* [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo2007-04-261-3/+4
* [TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2007-04-261-4/+4
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-5/+7
* [SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo2007-04-261-1/+1
* [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-031-3/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-02-081-1/+1
|\
| * PCI: Use newly defined PCI channel offline routineLinas Vepstas2007-02-081-1/+1