summaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-271-17/+18
* memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocationVasily Averin2021-07-201-2/+3
* sit: allow redirecting ip6ip, ipip and mplsip packets to eth devicesGuillaume Nault2021-06-281-0/+4
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-0/+3
|\
| * sit: set name of device back to struct parmszhang kai2021-06-031-0/+3
* | sit: replace 68 with micro IPV4_MIN_MTUzhang kai2021-06-021-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-2/+2
|\
| * net: sit: Unregister catch-all devicesHristo Venev2021-04-131-2/+2
* | ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet2021-03-311-1/+0
* | sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-03-291-3/+1
* | sit: use minkernel test robot2021-03-281-1/+1
|/
* net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld2021-03-011-1/+1
* net: sit: unregister_netdevice on newlink's error pathJakub Kicinski2021-01-141-1/+4
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-121-2/+0
|\
| * IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms2020-11-091-2/+0
* | ipv4/ipv6: switch to dev_get_tstats64Heiner Kallweit2020-11-091-1/+1
|/
* net: sit: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
* sit: impement ->ndo_tunnel_ctlChristoph Hellwig2020-05-191-39/+34
* sit: refactor ipip6_tunnel_ioctlChristoph Hellwig2020-05-191-158/+210
* sit: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
* sit: use dst_cache in ipip6_tunnel_xmitHaishuang Yan2019-07-141-4/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra2019-05-071-1/+1
* ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi2019-04-041-0/+4
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-111-2/+3
* net: sit: fix memory leak in sit_init_net()Mao Wenan2019-03-021-0/+1
* sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-02-071-1/+2
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-011-0/+3
* net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski2018-09-261-2/+2
* net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-261-1/+1
* ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2018-06-011-2/+3
* ipv6: sit: better validate user provided tunnel namesEric Dumazet2018-04-051-3/+5
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: do not create fallback tunnels for non-default namespacesEric Dumazet2018-03-091-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-0/+7
|\
| * sit: fix IFLA_MTU ignored on NEWLINKXin Long2018-02-271-0/+7
* | net: Convert sit_net_opsKirill Tkhai2018-02-271-0/+1
|/
* ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann2018-02-231-1/+1
* net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-251-2/+2
* sit: update frag_off infoHangbin Liu2017-11-301-0/+1
* net: sit: Update lookup to handle links set to L3 slaveDavid Ahern2017-11-011-10/+21
* ipv6: speedup ipv6 tunnels dismantleEric Dumazet2017-09-191-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-1/+1
|\
| * sit: use __GFP_NOWARN for user controlled allocationWANG Cong2017-06-231-1/+1
* | net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* | net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-1/+2
* | net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
|/
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-3/+3
* ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-211-13/+24
* sit: fix a double free on error pathWANG Cong2017-02-081-0/+1