aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_vti.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-8/+21
* ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin2024-04-011-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-0/+1
|\
| * net: fill in MODULE_DESCRIPTION()s for ipv4 modulesBreno Leitao2024-02-091-0/+1
* | ip_tunnel: use exit_batch_rtnl() methodEric Dumazet2024-02-071-3/+5
|/
* xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal2023-10-061-2/+2
* ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao2023-07-111-2/+2
* ipv4: tunnels: use DEV_STATS_INC()Eric Dumazet2022-11-161-10/+10
* ip: use dev_addr_set() in tunnelsJakub Kicinski2021-10-131-1/+1
* ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-271-1/+1
* ipv4: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2021-03-311-2/+4
|\
| * vti: fix ipv4 pmtu check to honor ip header dfEyal Birger2021-03-031-2/+4
* | net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld2021-03-011-3/+3
|/
* vti: switch to dev_get_tstats64Heiner Kallweit2020-11-091-1/+1
* ipv4: use dev_sw_netstats_rx_add()Fabian Frederick2020-10-061-8/+1
* ip_vti: Fix unused variable warningYueHaibing2020-08-081-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2020-07-301-33/+47
|\
| * xfrm: Make the policy hold queue work with VTI.Steffen Klassert2020-07-211-1/+5
| * ip_vti: not register vti_ipip_handler twiceXin Long2020-07-141-3/+10
| * ip_vti: support IPIP6 tunnel processingXin Long2020-07-091-2/+14
| * ip_vti: support IPIP tunnel processing with .cb_handlerXin Long2020-07-091-30/+21
* | net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-1/+22
|\
| * ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long2020-04-231-1/+22
* | net: add a new ndo_tunnel_ioctl methodChristoph Hellwig2020-05-191-19/+13
|/
* vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-02-061-8/+30
* vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2020-01-141-2/+11
* vti: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-5/+4
|\
| * vti4: removed duplicate log message.Jeremy Sowden2019-03-211-3/+1
| * vti4: ipip tunnel deregistration fixes.Jeremy Sowden2019-03-211-2/+3
* | xfrm: store xfrm_mode directly, not its addressFlorian Westphal2019-04-081-1/+1
* | xfrm: make xfrm modes builtinFlorian Westphal2019-04-081-1/+1
* | xfrm: prefer family stored in xfrm_mode structFlorian Westphal2019-04-081-1/+1
* | vti4: eliminated some duplicate code.Jeremy Sowden2019-03-241-38/+22
|/
* vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun2019-01-091-0/+50
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-011-3/+9
* net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski2018-09-261-1/+1
* net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-261-1/+1
* ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan2018-08-191-1/+2
* vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio2018-03-191-1/+0
* vti4: Don't count header length twice on tunnel setupStefano Brivio2018-03-191-1/+0
* net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-251-1/+1
* ip_vti: remove the useless err_count check in vti_xmitXin Long2017-11-011-9/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-051-1/+2
|\
| * vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-09-261-1/+2
* | ipv4: speedup ipv6 tunnels dismantleEric Dumazet2017-09-191-4/+3
|/