summaryrefslogtreecommitdiff
path: root/net/ipv6/sit.c
AgeCommit message (Expand)Author
2021-05-22ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet
2021-05-22sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-01-23net: sit: unregister_netdevice on newlink's error pathJakub Kicinski
2020-11-18IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms
2019-05-16vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra
2019-04-27ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi
2019-03-23net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin
2019-03-23sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu
2018-07-22Revert "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
2018-02-28ip_tunnel: replace dst_cache with generic implementationPaolo Abeni
2017-12-16sit: update frag_off infoHangbin Liu
2017-02-18sit: fix a double free on error pathWANG Cong
2016-10-31tunnels: Remove encapsulation offloads on decap.Jesse Gross
2016-07-11sit: correct IP protocol used in ipip6_errSimon Horman
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
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing