• David S. Miller's avatar
    Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue · 435c556c
    David S. Miller authored
    Jeff Kirsher says:
    
    ====================
    Intel Wired LAN Driver Updates 2016-06-29
    
    This series contains updates and fixes to e1000e, igb, ixgbe and fm10k.  A
    true smorgasbord of changes.
    
    Jake cleans up some obscurity by not using the BIT() macro on bitshift
    operation and also fixed the calculated index when looping through the
    indir array.  Fixes the issue with igb's workqueue item for overflow
    check from causing a surprise remove event.  The ptp_flags variable is
    added to simplify the work of writing several complex MAC type checks
    in the PTP code while fixing the workqueue.
    
    Alex Duyck fixes the receive buffers alignment which should not be L1
    cache aligned, but to 512 bytes instead.
    
    Denys Vlasenko prevents a division by zero which was reported under
    VMWare for e1000e.
    
    Amritha fixes an issue where filters in a child hash table must be
    cleared from the hardware before delete the filter links in ixgbe.
    
    Bhaktipriya Shridhar simply replaces the deprecated create_workqueue()
    with alloc_workqueue() for fm10k.
    
    Tony corrects ixgbe ethtool reporting to show x550 supports hardware
    timestamping of all packets.
    
    Emil fixes an issue where MAC-VLANs on the VF fail to pass traffic due
    to spoofed packets.
    
    Andrew Lunn increases performance on some systems where syncing a buffer
    for DMA is expensive.  So rather than sync the whole 2K receive buffer,
    only synchronize the length of the frame.
    ====================
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    435c556c
netdev.c 212 KB