summaryrefslogtreecommitdiff
path: root/net/ipv6/sit.c
AgeCommit message (Expand)Author
2021-12-16sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann
2021-07-20memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocationVasily Averin
2021-06-28sit: allow redirecting ip6ip, ipip and mplsip packets to eth devicesGuillaume Nault
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-03sit: set name of device back to struct parmszhang kai
2021-06-02sit: replace 68 with micro IPV4_MIN_MTUzhang kai
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-13net: sit: Unregister catch-all devicesHristo Venev
2021-03-31ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet
2021-03-29sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-03-28sit: use minkernel test robot
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld
2021-01-14net: sit: unregister_netdevice on newlink's error pathJakub Kicinski
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-09ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit
2020-11-09IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms
2020-06-30net: sit: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-05-19sit: impement ->ndo_tunnel_ctlChristoph Hellwig
2020-05-19sit: refactor ipip6_tunnel_ioctlChristoph Hellwig
2019-12-24sit: do not confirm neighbor when do pmtu updateHangbin Liu
2019-07-14sit: use dst_cache in ipip6_tunnel_xmitHaishuang Yan
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-07vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra
2019-04-04ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi
2019-03-11net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin
2019-03-02net: sit: fix memory leak in sit_init_net()Mao Wenan
2019-02-07sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski
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