* [PATCH 0/3] Add flexible wake filter support
@ 2008-01-29 21:02 Mitch Williams
0 siblings, 0 replies; only message in thread
From: Mitch Williams @ 2008-01-29 21:02 UTC (permalink / raw)
To: netdev; +Cc: jgarzik, davem
This patchset adds support for Wake-on-Lan flexible filters to ethtool
and to e1000e. Since this hardware feature is required for
certification on Another Operating System(TM), it's likely that most
current hardware supports it in one form or another.
To set a filter:
$ ethtool -F ethx <filter num> <filter spec>
where <filter spec> is a string of hex digits (or xx for ignore)
describing bytes from the beginning of the expected packet.
For example: $ ethtool -F eth0 0 00a055667788xxxx449976xx32
To show a filter:
$ ethtool -f ethx <filter num>
This feature gives more wakeup flexibility for people who need it.
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-29 21:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-29 21:02 [PATCH 0/3] Add flexible wake filter support Mitch Williams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox