summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_vti.c
AgeCommit message (Expand)Author
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-09net: fill in MODULE_DESCRIPTION()s for ipv4 modulesBreno Leitao
2024-02-07ip_tunnel: use exit_batch_rtnl() methodEric Dumazet
2023-10-06xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal
2023-07-11ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao
2022-11-16ipv4: tunnels: use DEV_STATS_INC()Eric Dumazet
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann
2021-05-17ipv4: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-03-03vti: fix ipv4 pmtu check to honor ip header dfEyal Birger
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld
2020-11-09vti: switch to dev_get_tstats64Heiner Kallweit
2020-10-06ipv4: use dev_sw_netstats_rx_add()Fabian Frederick
2020-08-08ip_vti: Fix unused variable warningYueHaibing
2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-07-21xfrm: Make the policy hold queue work with VTI.Steffen Klassert
2020-07-14ip_vti: not register vti_ipip_handler twiceXin Long
2020-07-09ip_vti: support IPIP6 tunnel processingXin Long
2020-07-09ip_vti: support IPIP tunnel processing with .cb_handlerXin Long
2020-06-30net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-19net: add a new ndo_tunnel_ioctl methodChristoph Hellwig
2020-04-23ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long
2020-02-06vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel
2020-01-14vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel
2019-12-24vti: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal
2019-04-08xfrm: prefer family stored in xfrm_mode structFlorian Westphal
2019-03-24vti4: eliminated some duplicate code.Jeremy Sowden
2019-03-21vti4: removed duplicate log message.Jeremy Sowden
2019-03-21vti4: ipip tunnel deregistration fixes.Jeremy Sowden
2019-01-09vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun
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-08-19ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan
2018-03-19vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio
2018-03-19vti4: Don't count header length twice on tunnel setupStefano Brivio
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel
2017-11-01ip_vti: remove the useless err_count check in vti_xmitXin Long
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-09-26vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev
2017-09-19ipv4: speedup ipv6 tunnels dismantleEric Dumazet
2017-07-18vti: revert flush x-netns xfrm cache when vti interface is removedFlorian Westphal
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer