summaryrefslogtreecommitdiffstats
path: root/net/mpls
Commit message (Expand)AuthorAgeFilesLines
* mpls: make via address optional for multipath routesRobert Shearman2015-12-121-9/+13
* mpls: fix out-of-bounds access when via address not specifiedRobert Shearman2015-12-121-5/+12
* mpls: don't dump RTA_VIA attribute if not specifiedRobert Shearman2015-12-121-2/+6
* mpls: validate L2 via address lengthRobert Shearman2015-12-121-0/+4
* mpls: fix sending of local encapped packetsRobert Shearman2015-12-071-2/+2
* mpls: reduce memory usage of routesRobert Shearman2015-10-282-38/+111
* mpls: fix forwarding using v4/v6 explicit nullRobert Shearman2015-10-281-0/+2
* mpls: flow-based multipath selectionRobert Shearman2015-10-231-4/+83
* mpls: multipath route supportRoopa Prabhu2015-10-232-148/+400
* dst: Pass net into dst->outputEric W. Biederman2015-10-081-1/+1
* mpls: fix mpls_net_init memory leakNikolay Aleksandrov2015-08-311-1/+3
* lwt: Add cfg argument to build_stateTom Herbert2015-08-241-0/+1
* route: move lwtunnel state to dst_entryJiri Benc2015-08-211-5/+2Star
* mpls: Enforce payload type of traffic sent using explicit NULLRobert Shearman2015-08-101-27/+44
* af_mpls: add null dev check in find_outdevRoopa Prabhu2015-08-071-0/+3
* mpls: small cleanup in inet/inet6_fib_lookup_dev()Dan Carpenter2015-08-071-9/+4Star
* mpls: Use definition for reserved label checksRobert Shearman2015-08-041-10/+11
* af_mpls: fix undefined reference to ip6_route_outputRoopa Prabhu2015-08-011-8/+33
* mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereferenceRoopa Prabhu2015-07-221-1/+1
* mpls: make RTA_OIF optionalRoopa Prabhu2015-07-221-1/+66
* mpls: ip tunnel supportRoopa Prabhu2015-07-213-1/+241
* mpls: export mpls functions for use by mpls iptunnelsRoopa Prabhu2015-07-212-5/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-141-0/+11
|\
| * mpls: handle device renames for per-device sysctlsRobert Shearman2015-06-121-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-092-1/+2
|\|
| * mpls: fix possible use after free of deviceRobert Shearman2015-06-082-1/+2
* | net: Add priority to packet_offload objects.David S. Miller2015-06-011-0/+2
|/
* mpls: Change reserved label names to be consistent with netbsdTom Herbert2015-05-101-9/+9
* mpls: Move reserved label definitionsTom Herbert2015-05-062-19/+9Star
* mpls: Prevent use of implicit NULL label as outgoing labelRobert Shearman2015-04-221-0/+9
* mpls: Per-device enabling of packet inputRobert Shearman2015-04-222-2/+69
* mpls: Per-device MPLS stateRobert Shearman2015-04-222-2/+51
* mpls: In mpls_egress verify the packet length.Eric W. Biederman2015-03-131-1/+16
* mpls: Allow mpls_gso and mpls_router to be built as modulesRobert Shearman2015-03-112-4/+6
* mpls: Spelling: s/conceved/conceived/, s/as/a/Geert Uytterhoeven2015-03-091-2/+2
* neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman2015-03-091-13/+22
* mpls: Correct the ttl decrement.Eric W. Biederman2015-03-091-1/+1
* mpls: Better error code for unsupported option.Eric W. Biederman2015-03-091-1/+1
* mpls: Cleanup the rcu usage in the code.Eric W. Biederman2015-03-091-26/+47
* mpls: Fix the kzalloc argument order in mpls_rt_allocEric W. Biederman2015-03-091-1/+1
* mpls: Properly validate RTA_VIA payload lengthRobert Shearman2015-03-061-1/+4
* mpls: using vzalloc requires including vmalloc.hStephen Rothwell2015-03-061-0/+1
* mpls: rtm_mpls_policy[] can be staticWu Fengguang2015-03-041-1/+1
* mpls: Multicast route table change notificationsEric W. Biederman2015-03-041-0/+60
* mpls: Netlink commands to add, remove, and dump routesEric W. Biederman2015-03-041-0/+229
* mpls: Functions for reading and wrinting mpls labels over netlinkEric W. Biederman2015-03-042-0/+60
* mpls: Basic support for adding and removing routesEric W. Biederman2015-03-041-0/+133
* mpls: Add a sysctl to control the size of the mpls label tableEric W. Biederman2015-03-041-0/+146
* mpls: Basic routing supportEric W. Biederman2015-03-044-0/+411
* mpls: Refactor how the mpls module is builtEric W. Biederman2015-03-041-1/+17