aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/lwtunnel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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