aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c
AgeCommit message (Expand)Author
2023-05-17sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang
2023-02-06ipv6: ensure sane device mtu in tunnelsEric Dumazet
2022-07-07ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou
2022-07-07sit: use minkernel test robot
2021-12-22sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet
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-04-28net: sit: Unregister catch-all devicesHristo Venev
2021-01-23net: sit: unregister_netdevice on newlink's error pathJakub Kicinski
2020-11-18IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms
2020-01-04sit: do not confirm neighbor when do pmtu updateHangbin Liu
2019-05-16vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra
2019-04-17ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi
2019-03-19net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin
2019-03-10net: sit: fix memory leak in sit_init_net()Mao Wenan
2019-02-27sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu
2019-01-09ip: validate header length on virtual device xmitWillem de Bruijn
2018-06-01ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel
2018-04-05ipv6: sit: better validate user provided tunnel namesEric Dumazet
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-27sit: fix IFLA_MTU ignored on NEWLINKXin Long
2018-02-27net: Convert sit_net_opsKirill Tkhai
2018-02-23ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel
2017-11-30sit: update frag_off infoHangbin Liu
2017-11-01net: sit: Update lookup to handle links set to L3 slaveDavid Ahern
2017-09-19ipv6: speedup ipv6 tunnels dismantleEric Dumazet
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-23sit: use __GFP_NOWARN for user controlled allocationWANG Cong
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek
2017-02-08sit: fix a double free on error pathWANG Cong
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-10-20ipv4/6: use core net MTU range checkingJarod Wilson
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