summaryrefslogtreecommitdiff
path: root/drivers/net/netxen/netxen_nic_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-11qlogic: Move the QLogic driversJeff Kirsher1-835/+0
2011-04-30ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-5/+5
2011-04-30ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-2/+3
2011-04-07net: netxen: convert to hw_featuresMichał Mirosław1-102/+0
2011-03-28net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka1-1/+1
2011-03-16netxen: support for GbE port settingsSony Chacko1-44/+14
2011-01-03netxen: enable LRO based on NETIF_F_LROSucheta Chakraborty1-2/+24
2010-07-01netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flagsBen Hutchings1-1/+1
2010-06-29netxen: fail when try to setup unsupported featuresStanislaw Gruszka1-3/+10
2010-05-13netxen: fix register usageAmit Kumar Salecha1-0/+3
2010-03-30netxen: fix tx csum statusSucheta Chakraborty1-0/+6
2010-01-15netxen: fix license headerAmit Kumar Salecha1-1/+1
2010-01-04netxen: fix ethtool link testSucheta Chakraborty1-15/+8
2010-01-04netxen: fix ethtool register dumpSucheta Chakraborty1-111/+59
2009-12-04drivers/net: Move && and || to end of previous lineJoe Perches1-16/+16
2009-10-28netxen: add PCI IDs for new chipDhananjay Phadke1-2/+2
2009-10-13netxen: separate register and memory access lockDhananjay Phadke1-2/+0
2009-09-12netxen: update copyrightDhananjay Phadke1-6/+1
2009-09-07netxen: pre calculate register addressesAmit Kumar Salecha1-3/+2
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-08-24netxen: remove netxen_nic_phan_reg.hDhananjay Phadke1-1/+0
2009-08-24netxen: ethtool statistics and control for LRONarender Kumar1-1/+26
2009-07-27netxen: support for ethtool set ringparamAmit Kumar Salecha1-1/+59
2009-07-27netxen: Add default and limit macros for ring sizes.Dhananjay Phadke1-10/+11
2009-04-29netxen: fix link event handlingDhananjay Phadke1-0/+1
2009-04-09netxen: sanitize function namesDhananjay Phadke1-33/+26
2009-04-09netxen: annotate register access functionsDhananjay Phadke1-23/+22
2009-04-09netxen: async link event handlingDhananjay Phadke1-1/+31
2009-04-09netxen: code cleanupDhananjay Phadke1-8/+3
2009-03-15netxen: sanitize variable namesDhananjay Phadke1-3/+3
2009-03-10netxen: annotate board_config and board_typeDhananjay Phadke1-17/+16
2009-03-10netxen: cleanup superfluous multi-context codeDhananjay Phadke1-7/+4
2009-02-27netxen: update copyrightDhananjay Phadke1-7/+4
2009-02-25netxen: cleanup unused codeDhananjay Phadke1-75/+0
2009-02-25netxen: advertise wake-on-lan supportDhananjay Phadke1-0/+49
2009-01-26netxen: reduce memory footprintDhananjay Phadke1-1/+4
2009-01-15netxen: fix link speed reporting for some boardsDhananjay Phadke1-8/+23
2008-11-22netxen: convert to net_device_opsStephen Hemminger1-5/+5
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-08-07netxen: add new board typesDhananjay Phadke1-0/+2
2008-08-07netxen: fix link status, link speedDhananjay Phadke1-9/+24
2008-07-23netxen: enable tso6, intr coalescing.Dhananjay Phadke1-1/+115
2008-07-23netxen: add netxen_nic_ctx.cDhananjay Phadke1-2/+2
2008-07-23netxen: add 2MB PCI memory supportDhananjay Phadke1-14/+17
2008-07-23netxen: add defs for new chip/boardsDhananjay Phadke1-0/+12
2008-07-23netxen: cleanup unused variables/functionsDhananjay Phadke1-1/+4
2008-06-18netxen: remove global physical_port arrayDhananjay Phadke1-3/+3
2008-03-26netxen: fix rx dropped statsDhananjay Phadke1-6/+0
2008-03-26netxen: remove low level tx lockDhananjay Phadke1-2/+0
2008-01-29[netdrvr] netxen: checkpatch fixes (98% trim trailing whitespace)Jeff Garzik1-13/+13