summaryrefslogtreecommitdiffstats
path: root/net/core/lwtunnel.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern2019-04-241-3/+4
* net: Rename net/nexthop.h net/rtnh.hDavid Ahern2019-04-231-1/+1
* ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu2019-02-251-8/+8
* ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun2017-08-071-0/+2
* lwtunnel: replace EXPORT_SYMBOL with EXPORT_SYMBOL_GPLRoopa Prabhu2017-08-071-13/+13
* net: add extack arg to lwtunnel build stateDavid Ahern2017-05-301-3/+17
* net: lwtunnel: Add extack to encap attr validationDavid Ahern2017-05-301-5/+13
* lwtunnel: fix error path in lwtunnel_fill_encap()Dan Carpenter2017-05-011-3/+4
* lwtunnel: check return value of nla_nest_startPan Bian2017-04-241-0/+2
* lwtunnel: remove unused but set variableRoopa Prabhu2017-03-141-2/+0Star
* lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern2017-01-301-2/+2
* lwtunnel: Fix oops on state free after encap module unloadRobert Shearman2017-01-241-1/+5
* lwtunnel: fix autoload of lwt modulesDavid Ahern2017-01-181-6/+56
* bpf: BPF for lightweight tunnel infrastructureThomas Graf2016-12-021-0/+2
* ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun2016-11-101-0/+2
* lwtunnel: Add destroy state operationTom Herbert2016-10-151-0/+13
* net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-311-0/+35
* lwtunnel: autoload of lwt modulesRobert Shearman2016-02-221-0/+37
* dst: Pass net into dst->outputEric W. Biederman2015-10-081-2/+2
* lwt: Add cfg argument to build_stateTom Herbert2015-08-241-2/+3
* route: move lwtunnel state to dst_entryJiri Benc2015-08-211-60/+10Star
* lwt: Add support to redirect dst.inputTom Herbert2015-08-181-0/+55
* lwtunnel: set skb protocol and devRobert Shearman2015-08-041-2/+10
* lwtunnel: Make lwtun_encaps[] staticThomas Graf2015-07-301-1/+1
* lwtunnel: use kfree_skb() instead of vanilla kfree()Dan Carpenter2015-07-271-1/+1
* lwtunnel: support dst output redirect functionRoopa Prabhu2015-07-211-0/+56
* lwtunnel: infrastructure for handling light weight tunnels like mplsRoopa Prabhu2015-07-211-0/+179