Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Minor comment merge conflict in mlx5. Staging driver has a fixup due to the skb->xmit_more changes in 'net-next', but was removed in 'net'. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -681,7 +681,7 @@ int ip_options_get_from_user(struct net *net, struct ip_options_rcu **optp,
|
||||
unsigned char __user *data, int optlen);
|
||||
void ip_options_undo(struct ip_options *opt);
|
||||
void ip_forward_options(struct sk_buff *skb);
|
||||
int ip_options_rcv_srr(struct sk_buff *skb);
|
||||
int ip_options_rcv_srr(struct sk_buff *skb, struct net_device *dev);
|
||||
|
||||
/*
|
||||
* Functions provided by ip_sockglue.c
|
||||
|
Reference in New Issue
Block a user