aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpls/mpls_iptunnel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-25ipv4: mpls: fix mpls_xmit for iptunnelAlexey Kodanev1-4/+4
2019-06-09mpls: fix warning with multi-label encapGeorge Wilkie1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern1-2/+3
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-4/+7
2019-03-19mpls: Fix 6PE forwardingVinay K Nallamothu1-3/+9
2019-02-08mpls_iptunnel: use struct_size() helperGustavo A. R. Silva1-2/+2
2018-07-24mpls: remove trailing whitepaceStephen Hemminger1-1/+1
2017-05-30net: Fill in extack for mpls lwt encapDavid Ahern1-5/+7
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern1-2/+3
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-04-01net: mpls: Increase max number of labels for lwt encapDavid Ahern1-3/+10
2017-03-13mpls: allow TTL propagation from IP packets to be configuredRobert Shearman1-13/+60
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern1-1/+1
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman1-0/+1
2017-01-17mpls: Packet statsRobert Shearman1-2/+9
2016-10-23lwt: Remove unused len fieldThomas Graf1-4/+1
2016-08-30net: mpls: Fixups for GSODavid Ahern1-0/+4
2016-08-30net: lwtunnel: Handle fragmentationRoopa Prabhu1-4/+5
2016-02-21mpls: autoload lwt moduleRobert Shearman1-0/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-12-11mpls_iptunnel: add static qualifier to mpls_outputRoopa Prabhu1-1/+1
2015-12-07mpls: fix sending of local encapped packetsRobert Shearman1-2/+2
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-1/+1
2015-08-24lwt: Add cfg argument to build_stateTom Herbert1-0/+1
2015-08-20route: move lwtunnel state to dst_entryJiri Benc1-5/+2
2015-07-22mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereferenceRoopa Prabhu1-1/+1
2015-07-21mpls: ip tunnel supportRoopa Prabhu1-0/+233