Merge branch 'packet-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 15 Nov 2015 23:00:48 +0000 (18:00 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Nov 2015 23:00:48 +0000 (18:00 -0500)
Daniel Borkmann says:

====================
packet fixes

Fixes a couple of issues in packet sockets, i.e. on TX ring side. See
individual patches for details.

v2 -> v3:
 - First two patches unchanged, kept Jason's Ack
 - Reworked 3rd patch and split into 3:
  - check for dev type as discussed with Willem
  - infer skb->protocol
  - fix max len for dgram
v1 -> v2:
 - Added patch 2 as suggested by Dave
 - Rest is unchanged from previous submission
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge