summaryrefslogtreecommitdiff
path: root/net/ipv6/sit.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-07ipv6/sit: fix ipip6_tunnel_get_prl return valuekatrinzhou1-5/+3
2022-07-07sit: use minkernel test robot1-1/+1
2021-12-22sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet1-1/+0
2021-05-22ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet1-1/+0
2021-05-22sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-3/+1
2021-04-28net: sit: Unregister catch-all devicesHristo Venev1-2/+2
2021-01-23net: sit: unregister_netdevice on newlink's error pathJakub Kicinski1-1/+4
2020-11-18IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms1-2/+0
2020-01-04sit: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2019-05-16vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra1-1/+1
2019-04-17ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi1-0/+4
2019-03-19net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin1-2/+3
2019-03-14net: sit: fix memory leak in sit_init_net()Mao Wenan1-0/+1
2019-02-27sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu1-1/+2
2018-06-11ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel1-2/+3
2018-05-30sit: fix IFLA_MTU ignored on NEWLINKXin Long1-0/+7
2018-05-09net: don't call update_pmtu unconditionallyNicolas Dichtel1-2/+2
2018-04-12ipv6: sit: better validate user provided tunnel namesEric Dumazet1-3/+5
2018-03-09ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann1-1/+1
2017-12-17sit: update frag_off infoHangbin Liu1-0/+1
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-23sit: use __GFP_NOWARN for user controlled allocationWANG Cong1-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-3/+3
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek1-13/+24
2017-02-08sit: fix a double free on error pathWANG Cong1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-10-20ipv4/6: use core net MTU range checkingJarod Wilson1-12/+2
2016-08-13sit: make function ipip6_valid_ip_proto() staticWei Yongjun1-1/+1
2016-08-11net: resolve symbol conflicts with generic hashtable.hJiri Kosina1-5/+5
2016-07-10sit: support MPLS over IPv4Simon Horman1-16/+77
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-06-19ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet1-1/+3
2016-06-19ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet1-3/+3
2016-06-19ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet1-37/+1
2016-06-17sit: correct IP protocol used in ipip6_errSimon Horman1-2/+2
2016-06-09sit: remove unnecessary protocol check in ipip6_tunnel_xmit()Simon Horman1-3/+0
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+2
2016-04-17ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck1-8/+6
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross1-2/+4
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc1-1/+1
2016-02-17ip_tunnel: replace dst_cache with generic implementationPaolo Abeni1-8/+9
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree1-2/+2
2016-01-25sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-2/+2
2015-12-26ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar1-5/+2
2015-11-03sit: fix sit0 percpu double allocationsEric Dumazet1-22/+4
2015-08-11ip_gre: Add support to collect tunnel metadata.Pravin B Shelar1-1/+1