Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118662
b: refs/heads/master
c: 14ee674
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and David S. Miller committed Nov 11, 2008
1 parent 9f2afc0 commit c417ed2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5cd33db2120b5ce972568711156f91da83bff2d7
refs/heads/master: 14ee6742b1b5df275cd2d771b4562b4f808c9419
1 change: 1 addition & 0 deletions trunk/net/dsa/tag_dsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ static int dsa_rcv(struct sk_buff *skb, struct net_device *dev,

skb->dev = ds->ports[source_port];
skb_push(skb, ETH_HLEN);
skb->pkt_type = PACKET_HOST;
skb->protocol = eth_type_trans(skb, skb->dev);

skb->dev->last_rx = jiffies;
Expand Down
1 change: 1 addition & 0 deletions trunk/net/dsa/tag_edsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ static int edsa_rcv(struct sk_buff *skb, struct net_device *dev,

skb->dev = ds->ports[source_port];
skb_push(skb, ETH_HLEN);
skb->pkt_type = PACKET_HOST;
skb->protocol = eth_type_trans(skb, skb->dev);

skb->dev->last_rx = jiffies;
Expand Down
1 change: 1 addition & 0 deletions trunk/net/dsa/tag_trailer.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ static int trailer_rcv(struct sk_buff *skb, struct net_device *dev,

skb->dev = ds->ports[source_port];
skb_push(skb, ETH_HLEN);
skb->pkt_type = PACKET_HOST;
skb->protocol = eth_type_trans(skb, skb->dev);

skb->dev->last_rx = jiffies;
Expand Down

0 comments on commit c417ed2

Please sign in to comment.