aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/lwtunnel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-29net: ipv6: add rpl sr tunnelAlexander Aring1-0/+2
2020-03-29net: add net available in build_stateAlexander Aring1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-04-23lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern1-3/+4
2019-04-22net: Rename net/nexthop.h net/rtnh.hDavid Ahern1-1/+1
2019-02-24ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu1-8/+8
2017-08-07ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun1-0/+2
2017-08-07lwtunnel: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPLRoopa Prabhu1-13/+13
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern1-3/+17
2017-05-30net: lwtunnel: Add extack to encap attr validationDavid Ahern1-5/+13
2017-04-30lwtunnel: fix error path in lwtunnel_fill_encap()Dan Carpenter1-3/+4
2017-04-24lwtunnel: check return value of nla_nest_startPan Bian1-0/+2
2017-03-13lwtunnel: remove unused but set variableRoopa Prabhu1-2/+0
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern1-2/+2
2017-01-24lwtunnel: Fix oops on state free after encap module unloadRobert Shearman1-1/+5
2017-01-18lwtunnel: fix autoload of lwt modulesDavid Ahern1-6/+56
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf1-0/+2
2016-11-09ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun1-0/+2
2016-10-15lwtunnel: Add destroy state operationTom Herbert1-0/+13
2016-08-30net: lwtunnel: Handle fragmentationRoopa Prabhu1-0/+35
2016-02-21lwtunnel: autoload of lwt modulesRobert Shearman1-0/+37
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-2/+2
2015-08-24lwt: Add cfg argument to build_stateTom Herbert1-2/+3
2015-08-20route: move lwtunnel state to dst_entryJiri Benc1-60/+10
2015-08-17lwt: Add support to redirect dst.inputTom Herbert1-0/+55
2015-08-03lwtunnel: set skb protocol and devRobert Shearman1-2/+10
2015-07-29lwtunnel: Make lwtun_encaps[] staticThomas Graf1-1/+1
2015-07-27lwtunnel: use kfree_skb() instead of vanilla kfree()Dan Carpenter1-1/+1
2015-07-21lwtunnel: support dst output redirect functionRoopa Prabhu1-0/+56
2015-07-21lwtunnel: infrastructure for handling light weight tunnels like mplsRoopa Prabhu1-0/+179