aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netxen/netxen_nic_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-5/+5
* ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-2/+3
* net: netxen: convert to hw_featuresMichał Mirosław2011-04-061-102/+0
* net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka2011-03-271-1/+1
* netxen: support for GbE port settingsSony Chacko2011-03-151-44/+14
* netxen: enable LRO based on NETIF_F_LROSucheta Chakraborty2011-01-031-2/+24
* netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flagsBen Hutchings2010-06-301-1/+1
* netxen: fail when try to setup unsupported featuresStanislaw Gruszka2010-06-291-3/+10
* netxen: fix register usageAmit Kumar Salecha2010-05-121-0/+3
* netxen: fix tx csum statusSucheta Chakraborty2010-03-291-0/+6
* netxen: fix license headerAmit Kumar Salecha2010-01-151-1/+1
* netxen: fix ethtool link testSucheta Chakraborty2010-01-031-15/+8
* netxen: fix ethtool register dumpSucheta Chakraborty2010-01-031-111/+59
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-16/+16
* netxen: add PCI IDs for new chipDhananjay Phadke2009-10-281-2/+2
* netxen: separate register and memory access lockDhananjay Phadke2009-10-131-2/+0
* netxen: update copyrightDhananjay Phadke2009-09-111-6/+1
* netxen: pre calculate register addressesAmit Kumar Salecha2009-09-071-3/+2
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* netxen: remove netxen_nic_phan_reg.hDhananjay Phadke2009-08-231-1/+0
* netxen: ethtool statistics and control for LRONarender Kumar2009-08-231-1/+26
* netxen: support for ethtool set ringparamAmit Kumar Salecha2009-07-271-1/+59
* netxen: Add default and limit macros for ring sizes.Dhananjay Phadke2009-07-271-10/+11
* netxen: fix link event handlingDhananjay Phadke2009-04-281-0/+1
* netxen: sanitize function namesDhananjay Phadke2009-04-081-33/+26
* netxen: annotate register access functionsDhananjay Phadke2009-04-081-23/+22
* netxen: async link event handlingDhananjay Phadke2009-04-081-1/+31
* netxen: code cleanupDhananjay Phadke2009-04-081-8/+3
* netxen: sanitize variable namesDhananjay Phadke2009-03-141-3/+3
* netxen: annotate board_config and board_typeDhananjay Phadke2009-03-101-17/+16
* netxen: cleanup superfluous multi-context codeDhananjay Phadke2009-03-101-7/+4
* netxen: update copyrightDhananjay Phadke2009-02-271-7/+4
* netxen: cleanup unused codeDhananjay Phadke2009-02-241-75/+0
* netxen: advertise wake-on-lan supportDhananjay Phadke2009-02-241-0/+49
* netxen: reduce memory footprintDhananjay Phadke2009-01-261-1/+4
* netxen: fix link speed reporting for some boardsDhananjay Phadke2009-01-141-8/+23
* netxen: convert to net_device_opsStephen Hemminger2008-11-211-5/+5
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* netxen: add new board typesDhananjay Phadke2008-08-071-0/+2
* netxen: fix link status, link speedDhananjay Phadke2008-08-071-9/+24
* netxen: enable tso6, intr coalescing.Dhananjay Phadke2008-07-221-1/+115
* netxen: add netxen_nic_ctx.cDhananjay Phadke2008-07-221-2/+2
* netxen: add 2MB PCI memory supportDhananjay Phadke2008-07-221-14/+17
* netxen: add defs for new chip/boardsDhananjay Phadke2008-07-221-0/+12
* netxen: cleanup unused variables/functionsDhananjay Phadke2008-07-221-1/+4
* netxen: remove global physical_port arrayDhananjay Phadke2008-06-171-3/+3
* netxen: fix rx dropped statsDhananjay Phadke2008-03-251-6/+0
* netxen: remove low level tx lockDhananjay Phadke2008-03-251-2/+0
* [netdrvr] netxen: checkpatch fixes (98% trim trailing whitespace)Jeff Garzik2008-01-281-13/+13
* netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LENAlejandro Martinez Ruiz2008-01-281-1/+1