Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Several cases of overlapping changes, except the packet scheduler conflicts which deal with the addition of the free list parameter to qdisc_enqueue(). Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
commit
ee58b57100
725 changed files with 7052 additions and 4289 deletions
|
|
@ -705,7 +705,8 @@ static void link_profile_stats(struct tipc_link *l)
|
|||
*/
|
||||
int tipc_link_timeout(struct tipc_link *l, struct sk_buff_head *xmitq)
|
||||
{
|
||||
int mtyp, rc = 0;
|
||||
int mtyp = 0;
|
||||
int rc = 0;
|
||||
bool state = false;
|
||||
bool probe = false;
|
||||
bool setup = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue