aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpls/af_mpls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-03mpls: support for dead routesRoopa Prabhu1-28/+157
2015-10-27mpls: reduce memory usage of routesRobert Shearman1-35/+86
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 Prabhu1-147/+349
2015-08-31mpls: fix mpls_net_init memory leakNikolay Aleksandrov1-1/+3
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-21mpls: make RTA_OIF optionalRoopa Prabhu1-1/+66
2015-07-21mpls: export mpls functions for use by mpls iptunnelsRoopa Prabhu1-3/+8
2015-06-11mpls: handle device renames for per-device sysctlsRobert Shearman1-0/+11
2015-06-07mpls: fix possible use after free of deviceRobert Shearman1-1/+1
2015-05-09mpls: Change reserved label names to be consistent with netbsdTom Herbert1-9/+9
2015-05-05mpls: Move reserved label definitionsTom Herbert1-9/+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 Shearman1-2/+66
2015-04-22mpls: Per-device MPLS stateRobert Shearman1-2/+48
2015-03-12mpls: In mpls_egress verify the packet length.Eric W. Biederman1-1/+16
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
2015-03-06mpls: Properly validate RTA_VIA payload lengthRobert Shearman1-1/+4
2015-03-05mpls: using vzalloc requires including vmalloc.hStephen Rothwell1-0/+1
2015-03-04mpls: rtm_mpls_policy[] can be staticWu Fengguang1-1/+1
2015-03-04mpls: Multicast route table change notificationsEric W. Biederman1-0/+60
2015-03-04mpls: Netlink commands to add, remove, and dump routesEric W. Biederman1-0/+229
2015-03-04mpls: Functions for reading and wrinting mpls labels over netlinkEric W. Biederman1-0/+57
2015-03-04mpls: Basic support for adding and removing routesEric W. Biederman1-0/+133
2015-03-04mpls: Add a sysctl to control the size of the mpls label tableEric W. Biederman1-0/+146
2015-03-04mpls: Basic routing supportEric W. Biederman1-0/+349