summaryrefslogtreecommitdiffstats
path: root/net/mpls/mpls_iptunnel.c
Commit message (Expand)AuthorAgeFilesLines
* inet: introduce dst_rtable() helperEric Dumazet2024-04-301-1/+1
* ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-1/+1
* mpls: Do not orphan the skbChristoph Paasch2024-03-071-2/+0
* mpls: load mpls_gso after mpls_iptunnelAlexander Ovechkin2020-10-201-0/+1
* net: add net available in build_stateAlexander Aring2020-03-291-1/+1
* ipv4: mpls: fix mpls_xmit for iptunnelAlexey Kodanev2019-08-251-4/+4
* mpls: fix warning with multi-label encapGeorge Wilkie2019-06-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* ipv4: Add support to rtable for ipv6 gatewayDavid Ahern2019-04-081-2/+3
* ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-081-4/+7
* mpls: Fix 6PE forwardingVinay K Nallamothu2019-03-191-3/+9
* mpls_iptunnel: use struct_size() helperGustavo A. R. Silva2019-02-081-2/+2
* mpls: remove trailing whitepaceStephen Hemminger2018-07-241-1/+1
* net: Fill in extack for mpls lwt encapDavid Ahern2017-05-301-5/+7
* net: add extack arg to lwtunnel build stateDavid Ahern2017-05-301-2/+3
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* net: mpls: Increase max number of labels for lwt encapDavid Ahern2017-04-011-3/+10
* mpls: allow TTL propagation from IP packets to be configuredRobert Shearman2017-03-131-13/+60
* lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern2017-01-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-0/+1
|\
| * net: Specify the owning module for lwtunnel opsRobert Shearman2017-01-241-0/+1
* | mpls: Packet statsRobert Shearman2017-01-171-2/+9
|/
* lwt: Remove unused len fieldThomas Graf2016-10-231-4/+1
* net: mpls: Fixups for GSODavid Ahern2016-08-301-0/+4
* net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-301-4/+5
* mpls: autoload lwt moduleRobert Shearman2016-02-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-2/+2
|\
| * mpls: fix sending of local encapped packetsRobert Shearman2015-12-071-2/+2
* | mpls_iptunnel: add static qualifier to mpls_outputRoopa Prabhu2015-12-111-1/+1
|/
* dst: Pass net into dst->outputEric W. Biederman2015-10-081-1/+1
* lwt: Add cfg argument to build_stateTom Herbert2015-08-241-0/+1
* route: move lwtunnel state to dst_entryJiri Benc2015-08-201-5/+2
* mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereferenceRoopa Prabhu2015-07-221-1/+1
* mpls: ip tunnel supportRoopa Prabhu2015-07-211-0/+233