summaryrefslogtreecommitdiff
path: root/net/mpls/af_mpls.c
AgeCommit message (Expand)Author
2017-01-23net: mpls: Fix multipath selection for LSR use caseDavid Ahern
2016-12-05net: af_mpls.c add space before open parenthesisSuraj Deshmukh
2016-09-01mpls: get rid of trivial returnsstephen hemminger
2016-07-09mpls: allow routes on ipip and sit devicesSimon Horman
2016-06-16mpls: allow routes on ipgre devicesSimon Horman
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner
2016-04-08mpls: find_outdev: check for err ptr in addition to NULL checkRoopa Prabhu
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-12mpls: make via address optional for multipath routesRobert Shearman
2015-12-12mpls: fix out-of-bounds access when via address not specifiedRobert Shearman
2015-12-12mpls: don't dump RTA_VIA attribute if not specifiedRobert Shearman
2015-12-12mpls: validate L2 via address lengthRobert Shearman
2015-12-03mpls: support for dead routesRoopa Prabhu
2015-10-27mpls: reduce memory usage of routesRobert Shearman
2015-10-27mpls: fix forwarding using v4/v6 explicit nullRobert Shearman
2015-10-23mpls: flow-based multipath selectionRobert Shearman
2015-10-23mpls: multipath route supportRoopa Prabhu
2015-08-31mpls: fix mpls_net_init memory leakNikolay Aleksandrov
2015-08-09mpls: Enforce payload type of traffic sent using explicit NULLRobert Shearman
2015-08-06af_mpls: add null dev check in find_outdevRoopa Prabhu
2015-08-06mpls: small cleanup in inet/inet6_fib_lookup_dev()Dan Carpenter
2015-08-03mpls: Use definition for reserved label checksRobert Shearman
2015-07-31af_mpls: fix undefined reference to ip6_route_outputRoopa Prabhu
2015-07-21mpls: make RTA_OIF optionalRoopa Prabhu
2015-07-21mpls: export mpls functions for use by mpls iptunnelsRoopa Prabhu
2015-06-11mpls: handle device renames for per-device sysctlsRobert Shearman
2015-06-07mpls: fix possible use after free of deviceRobert Shearman
2015-05-09mpls: Change reserved label names to be consistent with netbsdTom Herbert
2015-05-05mpls: Move reserved label definitionsTom Herbert
2015-04-22mpls: Prevent use of implicit NULL label as outgoing labelRobert Shearman
2015-04-22mpls: Per-device enabling of packet inputRobert Shearman
2015-04-22mpls: Per-device MPLS stateRobert Shearman
2015-03-12mpls: In mpls_egress verify the packet length.Eric W. Biederman
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman
2015-03-08mpls: Correct the ttl decrement.Eric W. Biederman
2015-03-08mpls: Better error code for unsupported option.Eric W. Biederman
2015-03-08mpls: Cleanup the rcu usage in the code.Eric W. Biederman
2015-03-08mpls: Fix the kzalloc argument order in mpls_rt_allocEric W. Biederman
2015-03-06mpls: Properly validate RTA_VIA payload lengthRobert Shearman
2015-03-05mpls: using vzalloc requires including vmalloc.hStephen Rothwell
2015-03-04mpls: rtm_mpls_policy[] can be staticWu Fengguang
2015-03-04mpls: Multicast route table change notificationsEric W. Biederman
2015-03-04mpls: Netlink commands to add, remove, and dump routesEric W. Biederman
2015-03-04mpls: Functions for reading and wrinting mpls labels over netlinkEric W. Biederman
2015-03-04mpls: Basic support for adding and removing routesEric W. Biederman
2015-03-04mpls: Add a sysctl to control the size of the mpls label tableEric W. Biederman
2015-03-04mpls: Basic routing supportEric W. Biederman