• Alexey Kuznetsov's avatar
    IP input fixes: · 374e751b
    Alexey Kuznetsov authored
    - no need to check for pskb_may_pull() in ip_local_deliver_finish, header
    is guaranteed to be at right place here.
    - remove cleaing ip_summed with IP options, it was required due to
    broken eth_copy_and_csum, but we do not use it any more
    and it happens to break loopback
    374e751b
ip_input.c 12.8 KB