summaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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-051-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-271-2/+2
* net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-271-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/+0Star
* 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-201-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-271-1/+2
* | net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-271-1/+2
* | net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-271-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
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* ipv4/6: use core net MTU range checkingJarod Wilson2016-10-201-12/+2Star
* sit: make function ipip6_valid_ip_proto() staticWei Yongjun2016-08-131-1/+1
* net: resolve symbol conflicts with generic hashtable.hJiri Kosina2016-08-111-5/+5
* sit: support MPLS over IPv4Simon Horman2016-07-091-16/+77
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-2/+2
|\
| * sit: correct IP protocol used in ipip6_errSimon Horman2016-06-171-2/+2
* | ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet2016-06-191-1/+3
* | ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet2016-06-191-3/+3
* | ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet2016-06-191-37/+1Star
* | sit: remove unnecessary protocol check in ipip6_tunnel_xmit()Simon Horman2016-06-091-3/+0Star
|/
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-211-2/+2
* ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-171-8/+6Star
* tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-03-201-2/+4
* iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2016-02-181-1/+1
* ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-171-8/+9
* net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-2/+2
* sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo2016-01-251-2/+2
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-261-5/+2Star