Age | Commit message (Expand) | Author | Files | Lines |
2017-07-08 | mpls: fix uninitialized in_label var warning in mpls_getroute | Roopa Prabhu | 1 | -4/+8 |
2017-07-05 | mpls: fix rtm policy in mpls_getroute | Roopa Prabhu | 1 | -1/+1 |
2017-07-04 | mpls: route get support | Roopa Prabhu | 1 | -1/+162 |
2017-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-05-31 | mpls: fix clearing of dead nh_flags on link up | Roopa Prabhu | 1 | -1/+1 |
2017-05-30 | net: mpls: remove unnecessary initialization of err | David Ahern | 1 | -2/+0 |
2017-05-30 | net: mpls: Make nla_get_via in af_mpls.c | David Ahern | 2 | -50/+48 |
2017-05-30 | net: mpls: Add extack messages for route add and delete failures | David Ahern | 2 | -40/+87 |
2017-05-30 | net: mpls: Pull common label check into helper | David Ahern | 1 | -15/+17 |
2017-05-30 | net: Fill in extack for mpls lwt encap | David Ahern | 3 | -16/+47 |
2017-05-30 | net: add extack arg to lwtunnel build state | David Ahern | 1 | -2/+3 |
2017-05-08 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko | 1 | -4/+1 |
2017-04-17 | net: rtnetlink: plumb extended ack to doit function | David Ahern | 1 | -3/+6 |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 2 | -3/+4 |
2017-04-01 | net: mpls: Increase max number of labels for lwt encap | David Ahern | 3 | -8/+15 |
2017-04-01 | net: mpls: bump maximum number of labels | David Ahern | 2 | -34/+71 |
2017-04-01 | net: mpls: Limit memory allocation for mpls_route | David Ahern | 1 | -10/+21 |
2017-04-01 | net: mpls: change mpls_route layout | David Ahern | 2 | -31/+51 |
2017-04-01 | net: mpls: Convert number of nexthops to u8 | David Ahern | 2 | -13/+20 |
2017-04-01 | net: mpls: rt_nhn_alive and nh_flags should be accessed using READ_ONCE | David Ahern | 2 | -11/+33 |
2017-03-29 | net: mpls: Update lfib_nlmsg_size to skip deleted nexthops | David Ahern | 1 | -0/+2 |
2017-03-28 | net: mpls: Send netconf messages on device register and unregister | David Ahern | 1 | -5/+11 |
2017-03-28 | net:mpls: Refactor mpls_netconf_notify_devconf to take event | David Ahern | 1 | -7/+5 |
2017-03-27 | net: mpls: Delete route when all nexthops have been deleted | David Ahern | 1 | -1/+8 |
2017-03-27 | net: mpls: Don't show nexthop if device has been deleted | David Ahern | 1 | -3/+5 |
2017-03-24 | net: mpls: Fix setting ttl_propagate for rt2 | David Ahern | 1 | -1/+1 |
2017-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+10 |
2017-03-16 | net: mpls: Fix nexthop alive tracking on down events | David Ahern | 1 | -3/+10 |
2017-03-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2017-03-13 | mpls: allow TTL propagation from IP packets to be configured | Robert Shearman | 2 | -13/+71 |
2017-03-13 | mpls: allow TTL propagation to IP packets to be configured | Robert Shearman | 2 | -8/+86 |
2017-03-12 | mpls: Do not decrement alive counter for unregister events | David Ahern | 1 | -1/+2 |
2017-03-12 | mpls: Send route delete notifications when router module is unloaded | David Ahern | 1 | -0/+1 |
2017-02-20 | net: mpls: Add support for netconf | David Ahern | 2 | -3/+211 |
2017-01-30 | lwtunnel: remove device arg to lwtunnel_build_state | David Ahern | 1 | -1/+1 |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -23/+26 |
2017-01-24 | net: Specify the owning module for lwtunnel ops | Robert Shearman | 1 | -0/+1 |
2017-01-23 | net: mpls: Fix multipath selection for LSR use case | David Ahern | 1 | -23/+25 |
2017-01-17 | mpls: Packet stats | Robert Shearman | 3 | -28/+222 |
2016-12-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2016-12-05 | net: af_mpls.c add space before open parenthesis | Suraj Deshmukh | 1 | -1/+1 |
2016-10-23 | lwt: Remove unused len field | Thomas Graf | 1 | -4/+1 |
2016-10-03 | mpls: move mpls_hdr to a common location | Jiri Benc | 1 | -9/+1 |
2016-09-01 | mpls: get rid of trivial returns | stephen hemminger | 1 | -5/+0 |
2016-08-30 | net: mpls: Fixups for GSO | David Ahern | 2 | -11/+33 |
2016-08-30 | net: lwtunnel: Handle fragmentation | Roopa Prabhu | 1 | -4/+5 |
2016-07-09 | mpls: allow routes on ipip and sit devices | Simon Horman | 1 | -2/+4 |
2016-06-16 | mpls: allow routes on ipgre devices | Simon Horman | 1 | -3/+4 |
2016-06-03 | skbuff: introduce skb_gso_validate_mtu | Marcelo Ricardo Leitner | 1 | -1/+1 |
2016-05-20 | gso: Remove arbitrary checks for unsupported GSO | Tom Herbert | 1 | -10/+1 |