]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Correctly get protocol information
authorMitch Williams <mitch.a.williams@intel.com>
Fri, 7 Mar 2008 18:32:13 +0000 (10:32 -0800)
committerJeff Garzik <jeff@garzik.org>
Mon, 17 Mar 2008 12:11:44 +0000 (08:11 -0400)
commitcd9f7a10e7e6cd0002d5bd3691b738a51dfa2e6e
tree77003ead44f84c195927dc2c2ce1aec42e040d4f
parentf732c72b85a99b20bd779f09bded858dcef20ff9
igb: Correctly get protocol information

We can't look at the socket to get protocol information. We should
instead look directly at the packet, and hope there are no IPv6
option headers.

Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/igb/igb_main.c