• Home
  • Raw
  • Download

Lines Matching refs:ethtool

2 at <git://git.kernel.org/pub/scm/network/ethtool/ethtool.git>.
5 BitKeeper repository at <bk://gkernel.bkbits.net/ethtool>.
15 * fec_8xx.c, ethtool-util.h, Makefile.am: Add fec_8xx register dump.
18 * Update ethtool.c to iterate through a list of drivers
23 * pcnet32.c, ethtool-util.h, Makefile.am: Add pcnet32 register dump.
27 * ethtool.c: Remove incorrect restriction on ethernet interface
32 * ethtool.c: This fixes the bogus tail backslash that I did.
36 * ethtool.c: Return results of self-test back to OS,
47 * configure.ac, Makefile.am, ethtool.c, etc.:
52 * ethtool.8, ethtool.c: ethtool register dump raw mode
56 * ethtool.8, ethtool.c, ethtool-copy.h:
64 * ethtool-copy.h: new definitions for 10GbE
68 * ethtool.c: Add ethtool -E to write EEPROM byte.
74 * ethtool.c: properly set ecmd.advertising
84 * ethtool.c (show_usage): Add -S to printout of supported commands.
96 * ethtool.c (do_regs, dump_eeprom): Fix memory leaks on failed
104 * ethtool.c: Add new parameters to -e, for raw EEPROM output, and
110 * ethtool-util.h: Prototype tg3_dump_eeprom.
111 * ethtool.8: Document new -e options.
115 * ethtool.c: make calls to strtol() use base 0
119 * ethtool.c (dump_regs): call e100_dump_regs if e100
121 * ethtool-util.h: prototype e100_dump_regs
125 * ethtool.8: document new -S stats dump argument
131 * ethtool.c (do_gstats, doit, parse_cmdline):
141 * Makefile.am, ethtool.c, ethtool-util.h: use it
146 * ethtool.c (do_gcoalesce, do_scoalesce, dump_coalesce): new
149 * ethtool.8: document -c and -C
153 * ethtool.c (do_gring, do_sring, dump_ring,
157 * ethtool.8: document -g and -G
161 * ethtool.c (do_gpause, do_spause, dump_pause,
164 * ethtool.8: document -a, -A, -e, and -p
169 * ethtool-copy.h: add support for ETHTOOL_PHYS_ID function.
170 * ethtool.c: add support for ETHTOOL_PHYS_ID function, add
174 * ethtool-util.h: add e1000 reg dump support.
178 * ethtool.c (do_test): add support for online/offline test modes
183 * ethtool.c (dump_ecmd): If unknown value is
189 * ethtool.8: document new -t test option
201 (EXTRA_DIST): Add ethtool.spec.in.
203 * configure.in (AC_OUTPUT): Add ethtool.spec.
204 * ethtool.spec.in: New file. Rpm specfile template.
205 * redhat/ethtool.spec.in: Removed.
210 * ethtool-copy.h: Merge coalescing param, ring
213 * ethtool: Update for ethtool_test cleanups.
217 * ethtool.c: (do_test): new function
223 * ethtool.c (parse_cmdline): Support "usb"
230 * ethtool.c (dump_advertised): new function.
242 * ethtool.c: print messagelevel as hex (netif_msg_* shows better :)
247 * ethtool.8: phy address can be used if implemented in the
252 * Makefile.am, de2104x.c, ethtool-util.h, ethtool.c:
257 * natsemi.c, ethtool.c: use u8 data for ethtool_regs
258 * ethtool-copy.h: latest from kernel
259 * natsemi.c, ethtool.c: support ETHTOOL_GEEPROM via -e param
267 * ethtool.c: print less errors for unsupported ioctl()s
268 * ethtool.c: warn if all ioctl()s are unsupported or failed
269 * ethtool.c: change autoneg-restart mechanism to -r (as per jgarzik)
270 * ethtool.c: check for "eth" in devicename (per jg)
271 * ethtool.c: remove 'extraneous' braces
275 * ethtool.c, ethtool.8: support bnc port/media
279 * ethtool.c: clean up output for unhandled register dumps
281 * ethtool.8: document -d option
283 * ethtool.c: be nicer about unsupported ioctl()s where possible
292 * ethtool.c: add support for ETHTOOL_GREGS via -d (dump) flag
293 * ethtool.c: add support for device-specific dumps for known devices
294 * ethtool.c: make mode-specific handling allocate ifr_data
297 * ethtool-util.h: added
301 * ethtool.c: add support for ETHTOOL_GLINK in output
302 * ethtool.c: add support for ETHTOOL_NWAY_RST via 'autoneg restart'
303 * ethtool.c: add support for ETHTOOL_[GS]MSGLVL via 'msglvl' param
304 * ethtool.8: add documentation for above
305 * ethtool-copy.h: updated to sync with kernel
309 * ethtool.8: Update contributors list, home page URL.
310 * ethtool.8: Much cleanup, no content change.
312 * ethtool.c: Clean up '-h' usage message.
318 * Makefile.am: include ethtool-copy.h in list of sources
319 * ethtool-copy.h:
320 Import ethtool.h from kernel 2.4.13.
321 * ethtool.c:
328 * ethtool.c, ethtool-copy.h:
329 Import copy of kernel 2.4.10-pre12's ethtool.h.
333 * Makefile.am, redhat/ethtool.spec.in:
338 * AUTHORS, NEWS, ethtool.8, ethtool.c:
345 * ethtool.c: Support ETHTOOL_GDRVINFO.
346 * ethtool.8: Document it.