summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb
Commit message (Expand)AuthorAgeFilesLines
* 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-104-26/+26
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-101-3/+8
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-101-2/+0
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-101-2/+1
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-102-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-172-23/+15
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-021-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-251-3/+6
* [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo2007-04-251-3/+4
* [TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2007-04-251-4/+4
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-5/+7
* [SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo2007-04-251-1/+1
* [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-021-3/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-02-071-1/+1
|\
| * PCI: Use newly defined PCI channel offline routineLinas Vepstas2007-02-071-1/+1
* | remove NETIF_F_TSO ifdeferyArjan van de Ven2007-02-053-12/+0
|/
* ixgb: Write RA register high word first, increment versionAaron Salter2007-01-062-2/+3
* ixgb: Maybe stop TX if not enough free descriptorsJesse Brandeburg2007-01-063-3/+36
* ixgb: Fix early TSO completionJesse Brandeburg2007-01-061-2/+16
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-1/+1
|\
| * [NET]: Split skb->csumAl Viro2006-12-021-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-5/+5
|/
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+3
* e100, e1000, ixgb: increment version numbersAuke Kok2006-09-271-1/+1
* ixgb: convert to netdev_priv(netdev)Auke Kok2006-09-271-3/+3
* ixgb: combine more rx descriptors to improve performanceJesse Brandeburg2006-09-271-1/+1
* e100, e1000, ixgb: Fix an impossible memory overwrite bugAuke Kok2006-09-271-1/+1
* e100, e1000, ixgb: update copyright header and remove LICENSEAuke Kok2006-09-2711-199/+199
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-246-44/+151
|\
| * e1000, ixgb: Remove pointless wrappersJeff Garzik2006-09-192-15/+3
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
| * ixgb: Increment version to 1.0.112-k2Auke Kok2006-08-311-1/+1
| * ixgb: remove skb->dev assignmentAuke Kok2006-08-311-7/+4
| * ixgb: Add PCI Error recovery callbacksLinas Vepstas2006-08-311-1/+111
| * ixgb: Add buffer_info and test like e1000 has.Jesse Brandeburg2006-08-311-0/+7
| * ixgb: Cache-align all TX components of the adapter struct.Jesse Brandeburg2006-08-311-1/+1
| * ixgb: recalculate after how many descriptors to wake the queueAuke Kok2006-08-312-4/+1
| * ixgb: Set a constant blink rate for ixgb adapter identify (1sec on, 1sec off)Jesse Brandeburg2006-08-311-5/+1
| * ixgb: convert dev->priv to netdev_priv(dev).Auke Kok2006-08-311-1/+1
| * ixgb: Convert dev_alloc_skb to netdev_alloc_skb.Auke Kok2006-08-311-2/+2
| * Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netde...Jeff Garzik2006-08-243-7/+19
| |\
| | * ixgb: Increment version to 1.0.109-k4Auke Kok2006-08-161-1/+1
OpenPOWER on IntegriCloud