summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgb
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
* [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/+0Star
* drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-111-2/+1Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-112-17/+13Star
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0Star
* ixgb: don't print error if pci_enable_msi() fails, cleanup minor leakAuke Kok2007-05-182-23/+15Star
* Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-031-1/+0Star
* ixgb: ROUND_UP macro cleanup in drivers/net/ixgbMilind Arun Choudhary2007-04-284-9/+6Star
* ixgb: Use ARRAY_SIZE macro when appropriate.Ahmed S. Darwish2007-04-281-3/+1Star
* [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/+2Star
* 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
* | remove NETIF_F_TSO ifdeferyArjan van de Ven2007-02-053-12/+0Star
|/
* 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-031-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/+3Star
* 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/+3Star
| * 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/+4Star
| * ixgb: Add PCI Error recovery callbacksLinas Vepstas2006-08-311-1/+111