Pull networking fixes from David Miller: 1) Fix checksumming regressions, from Tom Herbert. 2) Undo unintentional permissions changes for SCTP rto_alpha and rto_beta sysfs knobs, from Denial Borkmann. 3) VXLAN, like other IP tunnels, should advertize it's encapsulation size using dev->needed_headroom instead of dev->hard_header_len. From Cong Wang. * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: net: sctp: fix permissions for rto_alpha and rto_beta knobs vxlan: Checksum fixes net: add skb_pop_rcv_encapsulation udp: call __skb_checksum_complete when doing full checksum net: Fix save software checksum complete net: Fix GSO constants to match NETIF flags udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup vxlan: use dev->needed_headroom instead of dev->hard_header_len MAINTAINERS: update cxgb4 maintainer
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- drivers/net/vxlan.c 5 additions, 13 deletionsdrivers/net/vxlan.c
- include/linux/netdev_features.h 1 addition, 0 deletionsinclude/linux/netdev_features.h
- include/linux/netdevice.h 7 additions, 0 deletionsinclude/linux/netdevice.h
- include/linux/skbuff.h 18 additions, 5 deletionsinclude/linux/skbuff.h
- include/net/udp.h 3 additions, 1 deletioninclude/net/udp.h
- net/core/datagram.c 26 additions, 10 deletionsnet/core/datagram.c
- net/core/skbuff.c 3 additions, 0 deletionsnet/core/skbuff.c
- net/ipv4/udp.c 4 additions, 0 deletionsnet/ipv4/udp.c
- net/sctp/sysctl.c 28 additions, 4 deletionsnet/sctp/sysctl.c
Loading
Please register or sign in to comment