aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_tunnel.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-05-07rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet1-1/+1
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin1-7/+7
2024-03-04net: ip6_tunnel: Leverage core stats allocatorBreno Leitao1-8/+2
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet1-1/+1
2024-02-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet1-0/+1
2024-02-07ip6_tunnel: use exit_batch_rtnl() methodEric Dumazet1-7/+5
2024-01-26ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv()Eric Dumazet1-3/+18
2024-01-07ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-13/+13
2023-03-15net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet1-2/+2
2022-11-16ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet1-14/+12
2022-10-25ipv6: ensure sane device mtu in tunnelsEric Dumazet1-5/+6
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian1-35/+2
2022-08-22ipv6: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-13ip6_tunnel: Fix the type of functionsHongbin Wang1-11/+8
2022-07-13ip6_tunnel: allow to inherit from VLAN encapsulated IPMatthias May1-4/+7
2022-06-09ip6_tunnel: use dev_sw_netstats_rx_add()Eric Dumazet1-6/+1
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-2/+2
2022-04-06ip6_tunnel: Remove duplicate assignmentsHongbin Wang1-2/+0
2022-02-09ip6_tunnel: fix possible NULL deref in ip6_tnl_xmitEric Dumazet1-1/+4
2022-01-25ip6_tunnel: allow routing IPv4 traffic in NBMA modeQing Deng1-0/+5
2022-01-20ipv6_tunnel: Rate limit warning messagesIdo Schimmel1-4/+4
2021-12-06ipv6: add net device refcount tracker to struct ip6_tnlEric Dumazet1-2/+2
2021-10-13ip: use dev_addr_set() in tunnelsJakub Kicinski1-1/+1
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann1-10/+11
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-06-28ip6_tunnel: allow redirecting ip6gre and ipxip6 packets to eth devicesGuillaume Nault1-0/+1
2021-06-22ip6_tunnel: fix GRE6 segmentationJakub Kicinski1-2/+2
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+10
2021-04-13net: ip6_tunnel: Unregister catch-all devicesHristo Venev1-0/+10
2021-03-31ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet1-1/+0
2021-03-31ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-1/+1
2021-03-28ip6_tunnel:: Correct function name parse_tvl_tnl_enc_lim() in the kerneldoc c...Xiongfeng Wang1-1/+1
2021-03-01net: always use icmp{,v6}_ndo_send from ndo_start_xmitJason A. Donenfeld1-5/+5
2020-11-09ip6_tunnel: use ip_tunnel_get_stats64 as ndo_get_stats64 callbackHeiner Kallweit1-31/+1
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-11-02net: ipv6: For kerneldoc warnings with W=1Xin Long1-8/+7
2020-10-30ip6_tunnel: set inner ipproto before ip6_tnl_encapAlexander Ovechkin1-2/+2
2020-08-20gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson1-1/+9
2020-07-13net: ipv6: kerneldoc fixesAndrew Lunn1-4/+6
2020-06-30net: ipip: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld1-0/+1
2020-05-22ip6_tunnel: add generic MPLS receive supportVadim Fedorenko1-0/+59
2020-05-22ip6_tunnel: add MPLS transmit supportVadim Fedorenko1-2/+6
2020-05-22ip6_tunnel: simplify transmit pathVadim Fedorenko1-103/+79
2020-02-20net: ip6_gre: Distribute switch variables for initializationKees Cook1-4/+9
2020-02-14net, ip6_tunnel: enhance tunnel locate with link checkWilliam Dauchy1-21/+47
2020-01-22net, ip6_tunnel: fix namespaces moveWilliam Dauchy1-3/+1
2019-12-24tunnel: do not confirm neighbor when do pmtu updateHangbin Liu1-2/+2
2019-07-26ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan1-4/+2
2019-07-11ipv6: Use ipv6_authlen for lenyangxingwu1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-02ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato1-2/+2
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn1-7/+3
2018-12-21ipv6: tunnels: fix two use-after-freeEric Dumazet1-0/+1
2018-10-18ip6_tunnel: Fix encapsulation layoutStefano Brivio1-5/+5
2018-09-19ip6_tunnel: be careful when accessing the inner headerPaolo Abeni1-2/+11
2018-09-03ip6_tunnel: respect ttl inherit for ip6tnlHangbin Liu1-1/+9
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+2
2018-08-07ip6_tunnel: collect_md xmit: Use ip_tunnel_key's provided src addressShmulik Ladkani1-1/+3
2018-08-05ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long1-6/+2
2018-06-01ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel1-3/+8
2018-04-05ip6_tunnel: better validate user provided tunnel namesEric Dumazet1-4/+7
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern1-4/+8
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet1-0/+2
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+8
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern1-2/+2
2018-02-27ip6_tunnel: fix IFLA_MTU ignored on NEWLINKXin Long1-4/+8
2018-02-27net: Convert ip6_tnl_net_opsKirill Tkhai1-0/+1
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel1-4/+2
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+8
2018-01-02ip6_tunnel: allow ip6gre dev mtu to be set below 1280Xin Long1-3/+3
2018-01-02ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper1-4/+5
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2017-12-19ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long1-2/+7
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-12-07adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov1-1/+1
2017-12-04ip6_gre: add ip6 gre and gretap collect_md modeWilliam Tu1-1/+4
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-47/+42
2017-11-13ip6_tunnel: clean up ip4ip6 and ip6ip6's err_handlersXin Long1-28/+14
2017-11-13ip6_tunnel: process toobig in a better wayXin Long1-4/+3
2017-11-13ip6_tunnel: add the process for redirect in ip6_tnl_errXin Long1-5/+10
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-4/+4
2017-10-25ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani1-2/+4
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-10-01ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long1-2/+3
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2017-09-19ipv6: speedup ipv6 tunnels dismantleEric Dumazet1-9/+11
2017-09-18ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdlineXin Long1-0/+3
2017-09-12ip6_tunnel: fix ip6 tunnel lookup in collect_md modeHaishuang Yan1-1/+1
2017-09-08ip6_tunnel: fix setting hop_limit value for ipv6 tunnelHaishuang Yan1-0/+1
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-18ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan1-2/+2
2017-06-16ip6_tunnel: fix potential issue in __ip6_tnl_rcvHaishuang Yan1-0/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-4/+4
2017-06-04ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie1-0/+3
2017-05-26ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson1-8/+13
2017-05-01ip6_tunnel: Fix missing tunnel encapsulation limit optionCraig Gallek1-2/+2
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+18
2017-04-26ipv6: check skb->protocol before lookup for nexthopWANG Cong1-16/+18
2017-04-21ip6_tunnel: Allow policy-based routing through tunnelsCraig Gallek1-1/+14
2017-02-01ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-01-24ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2017-01-24ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet1-0/+2
2017-01-16ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-12-02Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper1-1/+0
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+11
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-17ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni1-2/+11
2016-11-09ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun1-1/+1
2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti1-0/+4
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-10-29ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()Eli Cooper1-0/+1
2016-10-20ipv4/6: use core net MTU range checkingJarod Wilson1-1/+3
2016-10-14ip6_tunnel: fix ip6_tnl_lookupVadim Fedorenko1-0/+2
2016-09-17ip6_tunnel: add collect_md mode to IPv6 tunnelsAlexei Starovoitov1-45/+133
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-09-01ipv6: Don't unset flowi6_proto in ipxip6_tnl_xmit()Eli Cooper1-0/+2
2016-08-10net: resolve symbol conflicts with generic hashtable.hJiri Kosina1-5/+5
2016-05-20ipv6: Don't reset inner headers in ip6_tnl_xmitTom Herbert1-5/+0
2016-05-20ip4ip6: Support for GSO/GROTom Herbert1-0/+5
2016-05-20ip6ip6: Support for GSO/GROTom Herbert1-0/+5
2016-05-20ipv6: Set features for IPv6 tunnelsTom Herbert1-0/+9
2016-05-20ip6_tunnel: Add support for fou/gue encapsulationTom Herbert1-0/+72
2016-05-20ip6_tun: Add infrastructure for doing encapsulationTom Herbert1-13/+81
2016-05-11ipv6: fix 4in6 tunnel receive pathNicolas Dichtel1-1/+1
2016-05-10ip6: Don't set transport header in IPv6 tunnelingTom Herbert1-2/+0
2016-05-02ipv6: Generic tunnel cleanupTom Herbert1-2/+5
2016-05-02ipv6: Create ip6_tnl_xmitTom Herbert1-17/+30
2016-05-02ipv6: Cleanup IPv6 tunnel receive pathTom Herbert1-70/+142
2016-04-05ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-02-23tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris1-0/+2
2016-02-16net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni1-97/+6
2015-11-18net/ip6_tunnel: fix dst leakPaolo Abeni1-1/+1
2015-09-24ip6_tunnel: Reduce log level in ip6_tnl_err() to debugMatt Bennett1-8/+8
2015-09-15ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau1-24/+27
2015-09-15ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau1-30/+92
2015-09-15ipv6: Rename the dst_cache helper functions in ip6_tunnelMartin KaFai Lau1-6/+6
2015-07-31ipv6: Implement different admin modes for automatic flow labelsTom Herbert1-1/+1
2015-07-31ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabelTom Herbert1-1/+1
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau1-1/+1
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller1-1/+1
2015-04-02ip6tnl,gre6,vti6: implement ndo_get_iflinkNicolas Dichtel1-2/+8
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-4/+2
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-4/+2
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris1-2/+2
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-4/+4
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+17
2015-03-17ip6_tunnel: fix error code when tunnel existsNicolas Dichtel1-16/+17
2015-02-24ipv6: remove dead debug code from ip6_tunnel.cIan Morris1-6/+0
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel1-0/+9
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris1-7/+8
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+1
2014-11-06ip6_tunnel: Add support for wildcard tunnel endpoints.Steffen Klassert1-1/+40
2014-11-06ipv6: Allow sending packets through tunnels with wildcard endpointsSteffen Klassert1-8/+15
2014-11-03ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert1-9/+1
2014-10-30ip6_tunnel: allow to change mode for the ip6tnl0Alexey Andriyanov1-7/+25
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2014-09-28ip6_tunnel: Return an error when adding an existing tunnel.Steffen Klassert1-1/+5
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-16/+16
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+3
2014-07-07ipv6: Implement automatic flow label generation on transmitTom Herbert1-1/+2
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-05-21net: tunnels - enable module autoloadingTom Gundersen1-0/+1
2014-05-13ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani1-1/+1
2014-04-16ip6_tunnel: use the right netns in ioctl handlerNicolas Dichtel1-4/+4
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-8/+1
2014-01-15ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing1-2/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+16
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-6/+6
2014-01-02ipv6: fix the use of pcpu_tstats in ip6_tunnelLi RongQing1-5/+16
2013-12-09ipv6: add ip6_flowlabel helperFlorent Fourcot1-1/+1
2013-12-09ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot1-1/+0
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+13
2013-11-14ip6tnl: fix use after free of fb_tnl_devNicolas Dichtel1-5/+13
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+7
2013-10-07ipv6: Allow the MTU of ipip6 tunnel to be set below 1280Oussama Ghorbel1-2/+10
2013-10-01ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel1-2/+1
2013-09-16ip6_tunnels: raddr and laddr are inverted in nl msgDing Zhi1-2/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel1-6/+1
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel1-3/+1
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel1-2/+2
2013-08-20ip6_tunnel: ensure to always have a link local addressNicolas Dichtel1-0/+4
2013-08-19ipv6: wire up skb->encapsulationHannes Frederic Sowa1-0/+6
2013-08-15ip6tnl: add x-netns supportNicolas Dichtel1-10/+31
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-0/+1
2013-03-10ipv6: introduce ip6tunnel_xmit() helperCong Wang1-14/+1
2013-01-13ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明1-3/+1
2012-11-28ip6tnl/sit: drop packet if ECN present with not-ECTNicolas Dichtel1-17/+32
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman1-2/+2