aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/sit.c
AgeCommit message (Expand)Author
2018-07-11Revert "sit: reload iphdr in ipip6_rcv"David S. Miller
2018-05-30sit: fix IFLA_MTU ignored on NEWLINKXin Long
2018-04-13ipv6: sit: better validate user provided tunnel namesEric Dumazet
2018-04-13sit: reload iphdr in ipip6_rcvHaishuang Yan
2018-03-11ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann
2017-12-16sit: update frag_off infoHangbin Liu
2017-02-18sit: fix a double free on error pathWANG Cong
2016-08-12sit: make function ipip6_valid_ip_proto() staticWei Yongjun
2016-08-10net: resolve symbol conflicts with generic hashtable.hJiri Kosina
2016-07-09sit: support MPLS over IPv4Simon Horman
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-18ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet
2016-06-18ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet
2016-06-18ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet
2016-06-16sit: correct IP protocol used in ipip6_errSimon Horman
2016-06-09sit: remove unnecessary protocol check in ipip6_tunnel_xmit()Simon Horman
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc
2016-02-16ip_tunnel: replace dst_cache with generic implementationPaolo Abeni
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree
2016-01-25sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar
2015-11-02sit: fix sit0 percpu double allocationsEric Dumazet
2015-08-10ip_gre: Add support to collect tunnel metadata.Pravin B Shelar
2015-04-08ipv6: call iptunnel_xmit with NULL sock pointer if no tunnel sock is availableHannes Frederic Sowa
2015-04-02ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-05sit: fix some __be16/u16 mismatchesEric Dumazet
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-05fou: Fix typo in returning flags in netlinkTom Herbert
2014-11-03sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert
2014-10-18ipv6: fix a potential use after free in sit.cLi RongQing
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-01sit: Set inner IP protocol in sitTom Herbert
2014-09-19sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris
2014-08-14sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-10ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov
2014-05-21net: tunnels - enable module autoloadingTom Gundersen
2014-04-16sit: use the right netns in ioctl handlerNicolas Dichtel