index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netxen
/
netxen_nic_ethtool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-27
net: fix ethtool->set_flags not intended -EINVAL return value
Stanislaw Gruszka
1
-1
/
+1
2011-03-15
netxen: support for GbE port settings
Sony Chacko
1
-44
/
+14
2011-01-03
netxen: enable LRO based on NETIF_F_LRO
Sucheta Chakraborty
1
-2
/
+24
2010-06-30
netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flags
Ben Hutchings
1
-1
/
+1
2010-06-29
netxen: fail when try to setup unsupported features
Stanislaw Gruszka
1
-3
/
+10
2010-05-12
netxen: fix register usage
Amit Kumar Salecha
1
-0
/
+3
2010-03-29
netxen: fix tx csum status
Sucheta Chakraborty
1
-0
/
+6
2010-01-15
netxen: fix license header
Amit Kumar Salecha
1
-1
/
+1
2010-01-03
netxen: fix ethtool link test
Sucheta Chakraborty
1
-15
/
+8
2010-01-03
netxen: fix ethtool register dump
Sucheta Chakraborty
1
-111
/
+59
2009-12-03
drivers/net: Move && and || to end of previous line
Joe Perches
1
-16
/
+16
2009-10-28
netxen: add PCI IDs for new chip
Dhananjay Phadke
1
-2
/
+2
2009-10-13
netxen: separate register and memory access lock
Dhananjay Phadke
1
-2
/
+0
2009-09-11
netxen: update copyright
Dhananjay Phadke
1
-6
/
+1
2009-09-07
netxen: pre calculate register addresses
Amit Kumar Salecha
1
-3
/
+2
2009-09-02
netdev: drivers should make ethtool_ops const
Stephen Hemminger
1
-1
/
+1
2009-08-23
netxen: remove netxen_nic_phan_reg.h
Dhananjay Phadke
1
-1
/
+0
2009-08-23
netxen: ethtool statistics and control for LRO
Narender Kumar
1
-1
/
+26
2009-07-27
netxen: support for ethtool set ringparam
Amit Kumar Salecha
1
-1
/
+59
2009-07-27
netxen: Add default and limit macros for ring sizes.
Dhananjay Phadke
1
-10
/
+11
2009-04-28
netxen: fix link event handling
Dhananjay Phadke
1
-0
/
+1
2009-04-08
netxen: sanitize function names
Dhananjay Phadke
1
-33
/
+26
2009-04-08
netxen: annotate register access functions
Dhananjay Phadke
1
-23
/
+22
2009-04-08
netxen: async link event handling
Dhananjay Phadke
1
-1
/
+31
2009-04-08
netxen: code cleanup
Dhananjay Phadke
1
-8
/
+3
2009-03-14
netxen: sanitize variable names
Dhananjay Phadke
1
-3
/
+3
2009-03-10
netxen: annotate board_config and board_type
Dhananjay Phadke
1
-17
/
+16
2009-03-10
netxen: cleanup superfluous multi-context code
Dhananjay Phadke
1
-7
/
+4
2009-02-27
netxen: update copyright
Dhananjay Phadke
1
-7
/
+4
2009-02-24
netxen: cleanup unused code
Dhananjay Phadke
1
-75
/
+0
2009-02-24
netxen: advertise wake-on-lan support
Dhananjay Phadke
1
-0
/
+49
2009-01-26
netxen: reduce memory footprint
Dhananjay Phadke
1
-1
/
+4
2009-01-14
netxen: fix link speed reporting for some boards
Dhananjay Phadke
1
-8
/
+23
2008-11-21
netxen: convert to net_device_ops
Stephen Hemminger
1
-5
/
+5
2008-08-23
removed unused #include <linux/version.h>'s
Adrian Bunk
1
-1
/
+0
2008-08-07
netxen: add new board types
Dhananjay Phadke
1
-0
/
+2
2008-08-07
netxen: fix link status, link speed
Dhananjay Phadke
1
-9
/
+24
2008-07-22
netxen: enable tso6, intr coalescing.
Dhananjay Phadke
1
-1
/
+115
2008-07-22
netxen: add netxen_nic_ctx.c
Dhananjay Phadke
1
-2
/
+2
2008-07-22
netxen: add 2MB PCI memory support
Dhananjay Phadke
1
-14
/
+17
2008-07-22
netxen: add defs for new chip/boards
Dhananjay Phadke
1
-0
/
+12
2008-07-22
netxen: cleanup unused variables/functions
Dhananjay Phadke
1
-1
/
+4
2008-06-17
netxen: remove global physical_port array
Dhananjay Phadke
1
-3
/
+3
2008-03-25
netxen: fix rx dropped stats
Dhananjay Phadke
1
-6
/
+0
2008-03-25
netxen: remove low level tx lock
Dhananjay Phadke
1
-2
/
+0
2008-01-28
[netdrvr] netxen: checkpatch fixes (98% trim trailing whitespace)
Jeff Garzik
1
-13
/
+13
2008-01-28
netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN
Alejandro Martinez Ruiz
1
-1
/
+1
2007-10-10
netxen: ethtool fixes
Dhananjay Phadke
1
-6
/
+21
2007-10-10
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
Jeff Garzik
1
-11
/
+10
2007-10-10
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
Jeff Garzik
1
-3
/
+0
[next]