summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long2017-10-011-2/+3
* ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdlineXin Long2017-09-181-0/+3
* ip6_tunnel: fix ip6 tunnel lookup in collect_md modeHaishuang Yan2017-09-121-1/+1
* ip6_tunnel: fix setting hop_limit value for ipv6 tunnelHaishuang Yan2017-09-081-0/+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
* ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan2017-06-181-2/+2
* ip6_tunnel: fix potential issue in __ip6_tnl_rcvHaishuang Yan2017-06-161-0/+2
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-4/+4
* ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie2017-06-041-0/+3
* ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2017-05-261-8/+13
* ip6_tunnel: Fix missing tunnel encapsulation limit optionCraig Gallek2017-05-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-261-16/+18
|\
| * ipv6: check skb->protocol before lookup for nexthopWANG Cong2017-04-261-16/+18
* | ip6_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-211-1/+14
|/
* ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-02-011-1/+1
* ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2017-01-241-12/+22
* ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet2017-01-241-0/+2
* ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki2017-01-161-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-1/+0
|\
| * Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper2016-12-021-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-2/+11
|\ \ | |/
| * ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni2016-11-171-2/+11
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* | ipv6: add source address argument for ipv6_push_nfrag_optsDavid Lebrun2016-11-091-1/+1
* | net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2016-11-041-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-0/+3
|\ \ | |/
| * ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()Eli Cooper2016-10-291-0/+1
| * ip6_tunnel: fix ip6_tnl_lookupVadim Fedorenko2016-10-141-0/+2
* | ipv4/6: use core net MTU range checkingJarod Wilson2016-10-201-1/+3
|/
* ip6_tunnel: add collect_md mode to IPv6 tunnelsAlexei Starovoitov2016-09-171-45/+133
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-0/+2
|\
| * ipv6: Don't unset flowi6_proto in ipxip6_tnl_xmit()Eli Cooper2016-09-011-0/+2
* | net: resolve symbol conflicts with generic hashtable.hJiri Kosina2016-08-101-5/+5
|/
* ipv6: Don't reset inner headers in ip6_tnl_xmitTom Herbert2016-05-201-5/+0
* ip4ip6: Support for GSO/GROTom Herbert2016-05-201-0/+5
* ip6ip6: Support for GSO/GROTom Herbert2016-05-201-0/+5
* ipv6: Set features for IPv6 tunnelsTom Herbert2016-05-201-0/+9
* ip6_tunnel: Add support for fou/gue encapsulationTom Herbert2016-05-201-0/+72
* ip6_tun: Add infrastructure for doing encapsulationTom Herbert2016-05-201-13/+81
* ipv6: fix 4in6 tunnel receive pathNicolas Dichtel2016-05-111-1/+1
* ip6: Don't set transport header in IPv6 tunnelingTom Herbert2016-05-101-2/+0
* ipv6: Generic tunnel cleanupTom Herbert2016-05-021-2/+5
* ipv6: Create ip6_tnl_xmitTom Herbert2016-05-021-17/+30
* ipv6: Cleanup IPv6 tunnel receive pathTom Herbert2016-05-021-70/+142
* ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo2016-04-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-0/+2
|\
| * tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2016-02-231-0/+2
OpenPOWER on IntegriCloud