| Commit message (Expand) | Author | Age | Files | Lines |
* | mpls: get rid of trivial returns | stephen hemminger | 2016-09-01 | 1 | -5/+0 |
* | net: mpls: Fixups for GSO | David Ahern | 2016-08-31 | 2 | -11/+33 |
* | net: lwtunnel: Handle fragmentation | Roopa Prabhu | 2016-08-31 | 1 | -4/+5 |
* | mpls: allow routes on ipip and sit devices | Simon Horman | 2016-07-09 | 1 | -2/+4 |
* | mpls: allow routes on ipgre devices | Simon Horman | 2016-06-17 | 1 | -3/+4 |
* | skbuff: introduce skb_gso_validate_mtu | Marcelo Ricardo Leitner | 2016-06-04 | 1 | -1/+1 |
* | gso: Remove arbitrary checks for unsupported GSO | Tom Herbert | 2016-05-21 | 1 | -10/+1 |
* | GSO: Add GSO type for fixed IPv4 ID | Alexander Duyck | 2016-04-14 | 1 | -0/+1 |
* | mpls: find_outdev: check for err ptr in addition to NULL check | Roopa Prabhu | 2016-04-08 | 1 | -0/+3 |
* | mpls: autoload lwt module | Robert Shearman | 2016-02-22 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-12-18 | 2 | -14/+33 |
|\ |
|
| * | mpls: make via address optional for multipath routes | Robert Shearman | 2015-12-12 | 1 | -9/+13 |
| * | mpls: fix out-of-bounds access when via address not specified | Robert Shearman | 2015-12-12 | 1 | -5/+12 |
| * | mpls: don't dump RTA_VIA attribute if not specified | Robert Shearman | 2015-12-12 | 1 | -2/+6 |
| * | mpls: validate L2 via address length | Robert Shearman | 2015-12-12 | 1 | -0/+4 |
| * | mpls: fix sending of local encapped packets | Robert Shearman | 2015-12-07 | 1 | -2/+2 |
* | | mpls_iptunnel: add static qualifier to mpls_output | Roopa Prabhu | 2015-12-12 | 1 | -1/+1 |
* | | mpls: support for dead routes | Roopa Prabhu | 2015-12-03 | 2 | -28/+159 |
|/ |
|
* | mpls: reduce memory usage of routes | Robert Shearman | 2015-10-28 | 2 | -38/+111 |
* | mpls: fix forwarding using v4/v6 explicit null | Robert Shearman | 2015-10-28 | 1 | -0/+2 |
* | mpls: flow-based multipath selection | Robert Shearman | 2015-10-23 | 1 | -4/+83 |
* | mpls: multipath route support | Roopa Prabhu | 2015-10-23 | 2 | -148/+400 |
* | dst: Pass net into dst->output | Eric W. Biederman | 2015-10-08 | 1 | -1/+1 |
* | mpls: fix mpls_net_init memory leak | Nikolay Aleksandrov | 2015-08-31 | 1 | -1/+3 |
* | lwt: Add cfg argument to build_state | Tom Herbert | 2015-08-24 | 1 | -0/+1 |
* | route: move lwtunnel state to dst_entry | Jiri Benc | 2015-08-21 | 1 | -5/+2 |
* | mpls: Enforce payload type of traffic sent using explicit NULL | Robert Shearman | 2015-08-10 | 1 | -27/+44 |
* | af_mpls: add null dev check in find_outdev | Roopa Prabhu | 2015-08-07 | 1 | -0/+3 |
* | mpls: small cleanup in inet/inet6_fib_lookup_dev() | Dan Carpenter | 2015-08-07 | 1 | -9/+4 |
* | mpls: Use definition for reserved label checks | Robert Shearman | 2015-08-04 | 1 | -10/+11 |
* | af_mpls: fix undefined reference to ip6_route_output | Roopa Prabhu | 2015-08-01 | 1 | -8/+33 |
* | mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereference | Roopa Prabhu | 2015-07-22 | 1 | -1/+1 |
* | mpls: make RTA_OIF optional | Roopa Prabhu | 2015-07-22 | 1 | -1/+66 |
* | mpls: ip tunnel support | Roopa Prabhu | 2015-07-21 | 3 | -1/+241 |
* | mpls: export mpls functions for use by mpls iptunnels | Roopa Prabhu | 2015-07-21 | 2 | -5/+15 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-14 | 1 | -0/+11 |
|\ |
|
| * | mpls: handle device renames for per-device sysctls | Robert Shearman | 2015-06-12 | 1 | -0/+11 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-09 | 2 | -1/+2 |
|\| |
|
| * | mpls: fix possible use after free of device | Robert Shearman | 2015-06-08 | 2 | -1/+2 |
* | | net: Add priority to packet_offload objects. | David S. Miller | 2015-06-01 | 1 | -0/+2 |
|/ |
|
* | mpls: Change reserved label names to be consistent with netbsd | Tom Herbert | 2015-05-10 | 1 | -9/+9 |
* | mpls: Move reserved label definitions | Tom Herbert | 2015-05-06 | 2 | -19/+9 |
* | mpls: Prevent use of implicit NULL label as outgoing label | Robert Shearman | 2015-04-22 | 1 | -0/+9 |
* | mpls: Per-device enabling of packet input | Robert Shearman | 2015-04-22 | 2 | -2/+69 |
* | mpls: Per-device MPLS state | Robert Shearman | 2015-04-22 | 2 | -2/+51 |
* | mpls: In mpls_egress verify the packet length. | Eric W. Biederman | 2015-03-13 | 1 | -1/+16 |
* | mpls: Allow mpls_gso and mpls_router to be built as modules | Robert Shearman | 2015-03-11 | 2 | -4/+6 |
* | mpls: Spelling: s/conceved/conceived/, s/as/a/ | Geert Uytterhoeven | 2015-03-09 | 1 | -2/+2 |
* | neigh: Use neigh table index for neigh_packet_xmit | Eric W. Biederman | 2015-03-09 | 1 | -13/+22 |
* | mpls: Correct the ttl decrement. | Eric W. Biederman | 2015-03-09 | 1 | -1/+1 |