aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpls (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-09mpls: allow routes on ipip and sit devicesSimon Horman1-2/+4
2016-06-16mpls: allow routes on ipgre devicesSimon Horman1-3/+4
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner1-1/+1
2016-05-20gso: Remove arbitrary checks for unsupported GSOTom Herbert1-10/+1
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck1-0/+1
2016-04-08mpls: find_outdev: check for err ptr in addition to NULL checkRoopa Prabhu1-0/+3
2016-02-21mpls: autoload lwt moduleRobert Shearman1-0/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+33
2015-12-12mpls: make via address optional for multipath routesRobert Shearman1-9/+13
2015-12-12mpls: fix out-of-bounds access when via address not specifiedRobert Shearman1-5/+12
2015-12-12mpls: don't dump RTA_VIA attribute if not specifiedRobert Shearman1-2/+6
2015-12-12mpls: validate L2 via address lengthRobert Shearman1-0/+4
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-12-03mpls: support for dead routesRoopa Prabhu2-28/+159
2015-10-27mpls: reduce memory usage of routesRobert Shearman2-38/+111
2015-10-27mpls: fix forwarding using v4/v6 explicit nullRobert Shearman1-0/+2
2015-10-23mpls: flow-based multipath selectionRobert Shearman1-4/+83
2015-10-23mpls: multipath route supportRoopa Prabhu2-148/+400
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-1/+1
2015-08-31mpls: fix mpls_net_init memory leakNikolay Aleksandrov1-1/+3
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-08-09mpls: Enforce payload type of traffic sent using explicit NULLRobert Shearman1-27/+44
2015-08-06af_mpls: add null dev check in find_outdevRoopa Prabhu1-0/+3
2015-08-06mpls: small cleanup in inet/inet6_fib_lookup_dev()Dan Carpenter1-9/+4
2015-08-03mpls: Use definition for reserved label checksRobert Shearman1-10/+11
2015-07-31af_mpls: fix undefined reference to ip6_route_outputRoopa Prabhu1-8/+33
2015-07-22mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereferenceRoopa Prabhu1-1/+1
2015-07-21mpls: make RTA_OIF optionalRoopa Prabhu1-1/+66
2015-07-21mpls: ip tunnel supportRoopa Prabhu3-1/+241
2015-07-21mpls: export mpls functions for use by mpls iptunnelsRoopa Prabhu2-5/+15
2015-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2015-06-11mpls: handle device renames for per-device sysctlsRobert Shearman1-0/+11
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+2
2015-06-07mpls: fix possible use after free of deviceRobert Shearman2-1/+2
2015-06-01net: Add priority to packet_offload objects.David S. Miller1-0/+2
2015-05-09mpls: Change reserved label names to be consistent with netbsdTom Herbert1-9/+9
2015-05-05mpls: Move reserved label definitionsTom Herbert2-19/+9
2015-04-22mpls: Prevent use of implicit NULL label as outgoing labelRobert Shearman1-0/+9
2015-04-22mpls: Per-device enabling of packet inputRobert Shearman2-2/+69
2015-04-22mpls: Per-device MPLS stateRobert Shearman2-2/+51
2015-03-12mpls: In mpls_egress verify the packet length.Eric W. Biederman1-1/+16
2015-03-11mpls: Allow mpls_gso and mpls_router to be built as modulesRobert Shearman2-4/+6
2015-03-09mpls: Spelling: s/conceved/conceived/, s/as/a/Geert Uytterhoeven1-2/+2
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman1-13/+22
2015-03-08mpls: Correct the ttl decrement.Eric W. Biederman1-1/+1
2015-03-08mpls: Better error code for unsupported option.Eric W. Biederman1-1/+1
2015-03-08mpls: Cleanup the rcu usage in the code.Eric W. Biederman1-26/+47
2015-03-08mpls: Fix the kzalloc argument order in mpls_rt_allocEric W. Biederman1-1/+1