Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190019
b: refs/heads/master
c: e30b38c
h: refs/heads/master
i:
  190017: c24fbbf
  190015: 26aae71
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Apr 15, 2010
1 parent 6641273 commit 3beb4ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8728c544a9cbdcb0034aa5c45706c5f953f030ee
refs/heads/master: e30b38c298b55e09456d3ccbc1df2f3e2e8dc6e9
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static int ip_dev_loopback_xmit(struct sk_buff *newskb)
newskb->pkt_type = PACKET_LOOPBACK;
newskb->ip_summed = CHECKSUM_UNNECESSARY;
WARN_ON(!skb_dst(newskb));
netif_rx(newskb);
netif_rx_ni(newskb);
return 0;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ip6_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static int ip6_dev_loopback_xmit(struct sk_buff *newskb)
newskb->ip_summed = CHECKSUM_UNNECESSARY;
WARN_ON(!skb_dst(newskb));

netif_rx(newskb);
netif_rx_ni(newskb);
return 0;
}

Expand Down

0 comments on commit 3beb4ff

Please sign in to comment.