Home
last modified time | relevance | path

Searched hist:"0 b7f22aab4e960c75e82ad696ef852f9b0015e7d" (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Droute.cdiff 0b7f22aab4e960c75e82ad696ef852f9b0015e7d Tue Jul 12 06:01:42 CEST 2005 Olaf Kirch <okir@suse.de> [IPV4]: Prevent oops when printing martian source

In some cases, we may be generating packets with a source address that
qualifies as martian. This can happen when we're in the middle of setting
up the network, and netfilter decides to reject a packet with an RST.
The IPv4 routing code would try to print a warning and oops, because
locally generated packets do not have a valid skb->mac.raw pointer
at this point.

Signed-off-by: David S. Miller <davem@davemloft.net>