Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361029
b: refs/heads/master
c: 55ea1cf
h: refs/heads/master
i:
  361027: a92c89a
v: v3
  • Loading branch information
Paul Chavent authored and Richard Weinberger committed Mar 11, 2013
1 parent 562905b commit ca3f78a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: bc077320f8f6449197f4010d6774afab7bb998b2
refs/heads/master: 55ea1cfab24e37a347f1beae9f0b6724cad18f6b
2 changes: 2 additions & 0 deletions trunk/arch/um/drivers/net_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ static int uml_net_start_xmit(struct sk_buff *skb, struct net_device *dev)
spin_lock_irqsave(&lp->lock, flags);

len = (*lp->write)(lp->fd, skb, lp);
skb_tx_timestamp(skb);

if (len == skb->len) {
dev->stats.tx_packets++;
Expand Down Expand Up @@ -281,6 +282,7 @@ static void uml_net_get_drvinfo(struct net_device *dev,
static const struct ethtool_ops uml_net_ethtool_ops = {
.get_drvinfo = uml_net_get_drvinfo,
.get_link = ethtool_op_get_link,
.get_ts_info = ethtool_op_get_ts_info,
};

static void uml_net_user_timer_expire(unsigned long _conn)
Expand Down

0 comments on commit ca3f78a

Please sign in to comment.