Home
last modified time | relevance | path

Searched hist:a263b3093641fb1ec377582c90986a7fd0625184 (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/
H A Darp.hdiff a263b3093641fb1ec377582c90986a7fd0625184 Mon Jul 02 11:02:15 CEST 2012 David S. Miller <davem@davemloft.net> ipv4: Make neigh lookups directly in output packet path.

Do not use the dst cached neigh, we'll be getting rid of that.

Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dneighbour.hdiff a263b3093641fb1ec377582c90986a7fd0625184 Mon Jul 02 11:02:15 CEST 2012 David S. Miller <davem@davemloft.net> ipv4: Make neigh lookups directly in output packet path.

Do not use the dst cached neigh, we'll be getting rid of that.

Signed-off-by: David S. Miller <davem@davemloft.net>
/linux/net/ipv4/
H A Dip_output.cdiff 9871f1ad677d95ffeca80e2c21b70af9bfc9cc91 Mon Aug 06 05:55:29 CEST 2012 Vasiliy Kulikov <segoon@openwall.com> ip: fix error handling in ip_finish_output2()

__neigh_create() returns either a pointer to struct neighbour or PTR_ERR().
But the caller expects it to return either a pointer or NULL. Replace
the NULL check with IS_ERR() check.

The bug was introduced in a263b3093641fb1ec377582c90986a7fd0625184
("ipv4: Make neigh lookups directly in output packet path.").

Signed-off-by: Vasily Kulikov <segoon@openwall.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
diff a263b3093641fb1ec377582c90986a7fd0625184 Mon Jul 02 11:02:15 CEST 2012 David S. Miller <davem@davemloft.net> ipv4: Make neigh lookups directly in output packet path.

Do not use the dst cached neigh, we'll be getting rid of that.

Signed-off-by: David S. Miller <davem@davemloft.net>
H A Droute.cdiff a263b3093641fb1ec377582c90986a7fd0625184 Mon Jul 02 11:02:15 CEST 2012 David S. Miller <davem@davemloft.net> ipv4: Make neigh lookups directly in output packet path.

Do not use the dst cached neigh, we'll be getting rid of that.

Signed-off-by: David S. Miller <davem@davemloft.net>
/linux/net/core/
H A Dneighbour.cdiff a263b3093641fb1ec377582c90986a7fd0625184 Mon Jul 02 11:02:15 CEST 2012 David S. Miller <davem@davemloft.net> ipv4: Make neigh lookups directly in output packet path.

Do not use the dst cached neigh, we'll be getting rid of that.

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